|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types3.MRecSeqB
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class MRecSeqB
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>
| Field Summary | |
|---|---|
protected MRecSeqA |
seqA
|
protected int |
varIntB
|
| Constructor Summary | |
|---|---|
MRecSeqB()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected int varIntB
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected MRecSeqA seqA
| Constructor Detail |
|---|
public MRecSeqB()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public int getVarIntB()
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVarIntB(int value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public MRecSeqA getSeqA()
MRecSeqA
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setSeqA(MRecSeqA value)
value - allowed object is
MRecSeqA
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||