|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types3.RecOuterType
@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 RecOuterType
Java class for RecOuterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecOuterType">
<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}RecMostInner" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://apache.org/type_test/types3}RecInner" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://apache.org/type_test/types3}RecOuterNext"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<RecInnerType> |
recInner
|
protected List<RecMostInnerType> |
recMostInner
|
protected RecOuterNextType |
recOuterNext
|
protected int |
varInt
|
| Constructor Summary | |
|---|---|
RecOuterType()
|
|
| Method Summary | |
|---|---|
List<RecInnerType> |
getRecInner()
Gets the value of the recInner property. |
List<RecMostInnerType> |
getRecMostInner()
Gets the value of the recMostInner property. |
RecOuterNextType |
getRecOuterNext()
Gets the value of the recOuterNext property. |
int |
getVarInt()
Gets the value of the varInt property. |
void |
setRecOuterNext(RecOuterNextType value)
Sets the value of the recOuterNext property. |
void |
setVarInt(int value)
Sets the value of the varInt 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 varInt
@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 List<RecMostInnerType> recMostInner
@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 List<RecInnerType> recInner
@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 RecOuterNextType recOuterNext
| Constructor Detail |
|---|
public RecOuterType()
| 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 getVarInt()
@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 setVarInt(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 List<RecMostInnerType> getRecMostInner()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the recMostInner property.
For example, to add a new item, do as follows:
getRecMostInner().add(newItem);
Objects of the following type(s) are allowed in the list
RecMostInnerType
@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 List<RecInnerType> getRecInner()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the recInner property.
For example, to add a new item, do as follows:
getRecInner().add(newItem);
Objects of the following type(s) are allowed in the list
RecInnerType
@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 RecOuterNextType getRecOuterNext()
RecOuterNextType
@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 setRecOuterNext(RecOuterNextType value)
value - allowed object is
RecOuterNextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||