@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class MRecSeqD extends Object
Java class for MRecSeqD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MRecSeqD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varIntD" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="seqC" type="{http://apache.org/type_test/types3}MRecSeqC"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MRecSeqC |
seqC |
protected int |
varIntD |
| Constructor and Description |
|---|
MRecSeqD() |
| Modifier and Type | Method and Description |
|---|---|
MRecSeqC |
getSeqC()
Gets the value of the seqC property.
|
int |
getVarIntD()
Gets the value of the varIntD property.
|
void |
setSeqC(MRecSeqC value)
Sets the value of the seqC property.
|
void |
setVarIntD(int value)
Sets the value of the varIntD property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected int varIntD
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected MRecSeqC seqC
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public int getVarIntD()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarIntD(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public MRecSeqC getSeqC()
MRecSeqCApache CXF