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