@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public class MRecSeqB
extends Object
Java class for MRecSeqB complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MRecSeqB">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varIntB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="seqA" type="{http://apache.org/type_test/types3}MRecSeqA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MRecSeqA |
seqA |
protected int |
varIntB |
| Constructor and Description |
|---|
MRecSeqB() |
| Modifier and Type | Method and Description |
|---|---|
MRecSeqA |
getSeqA()
Gets the value of the seqA property.
|
int |
getVarIntB()
Gets the value of the varIntB property.
|
void |
setSeqA(MRecSeqA value)
Sets the value of the seqA property.
|
void |
setVarIntB(int value)
Sets the value of the varIntB property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
protected int varIntB
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
protected MRecSeqA seqA
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public int getVarIntB()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public void setVarIntB(int value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public MRecSeqA getSeqA()
MRecSeqAApache CXF