|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types3.RecMostInnerType
public class RecMostInnerType
Java class for RecMostInnerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecMostInnerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{http://apache.org/type_test/types3}RecMostInnerNext"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected RecMostInnerNextType |
recMostInnerNext
|
protected int |
varInt
|
| Constructor Summary | |
|---|---|
RecMostInnerType()
|
|
| Method Summary | |
|---|---|
RecMostInnerNextType |
getRecMostInnerNext()
Gets the value of the recMostInnerNext property. |
int |
getVarInt()
Gets the value of the varInt property. |
void |
setRecMostInnerNext(RecMostInnerNextType value)
Sets the value of the recMostInnerNext property. |
void |
setVarInt(int value)
Sets the value of the varInt property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int varInt
protected RecMostInnerNextType recMostInnerNext
| Constructor Detail |
|---|
public RecMostInnerType()
| Method Detail |
|---|
public int getVarInt()
public void setVarInt(int value)
public RecMostInnerNextType getRecMostInnerNext()
RecMostInnerNextTypepublic void setRecMostInnerNext(RecMostInnerNextType value)
value - allowed object is
RecMostInnerNextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||