@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class NestedStruct extends Object
Java class for NestedStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NestedStruct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="varEmptyStruct" type="{http://apache.org/type_test/types1}EmptyStruct"/>
<element name="varStruct" type="{http://apache.org/type_test/types1}SimpleStruct"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EmptyStruct |
varEmptyStruct |
protected BigDecimal |
varFloat |
protected int |
varInt |
protected String |
varString |
protected SimpleStruct |
varStruct |
| Constructor and Description |
|---|
NestedStruct() |
| Modifier and Type | Method and Description |
|---|---|
EmptyStruct |
getVarEmptyStruct()
Gets the value of the varEmptyStruct property.
|
BigDecimal |
getVarFloat()
Gets the value of the varFloat property.
|
int |
getVarInt()
Gets the value of the varInt property.
|
String |
getVarString()
Gets the value of the varString property.
|
SimpleStruct |
getVarStruct()
Gets the value of the varStruct property.
|
void |
setVarEmptyStruct(EmptyStruct value)
Sets the value of the varEmptyStruct property.
|
void |
setVarFloat(BigDecimal value)
Sets the value of the varFloat property.
|
void |
setVarInt(int value)
Sets the value of the varInt property.
|
void |
setVarString(String value)
Sets the value of the varString property.
|
void |
setVarStruct(SimpleStruct value)
Sets the value of the varStruct property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String varString
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected int varInt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected BigDecimal varFloat
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected EmptyStruct varEmptyStruct
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected SimpleStruct varStruct
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getVarString()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarString(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public int getVarInt()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarInt(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public BigDecimal getVarFloat()
BigDecimal@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarFloat(BigDecimal value)
value - allowed object is
BigDecimal@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public EmptyStruct getVarEmptyStruct()
EmptyStruct@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarEmptyStruct(EmptyStruct value)
value - allowed object is
EmptyStruct@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public SimpleStruct getVarStruct()
SimpleStruct@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarStruct(SimpleStruct value)
value - allowed object is
SimpleStructApache CXF