@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class RecElType extends Object
Java class for RecElType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecElType">
<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}RecElNext"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RecElNextType |
recElNext |
protected int |
varInt |
| Constructor and Description |
|---|
RecElType() |
| Modifier and Type | Method and Description |
|---|---|
RecElNextType |
getRecElNext()
Gets the value of the recElNext property.
|
int |
getVarInt()
Gets the value of the varInt property.
|
void |
setRecElNext(RecElNextType value)
Sets the value of the recElNext property.
|
void |
setVarInt(int value)
Sets the value of the varInt property.
|
@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 RecElNextType recElNext
@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 RecElNextType getRecElNext()
RecElNextType@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setRecElNext(RecElNextType value)
value - allowed object is
RecElNextTypeApache CXF