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