|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.test.providers.jaxb.generated.order.Ordertype
public class Ordertype
Java class for ordertype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ordertype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="person" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}stringtype"/>
<element name="shipto" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}shiptotype"/>
<element name="item" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}itemtype" maxOccurs="unbounded"/>
</sequence>
<attribute name="orderid" use="required" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}orderidtype" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Itemtype> |
item
|
protected java.lang.String |
orderid
|
protected java.lang.String |
person
|
protected Shiptotype |
shipto
|
| Constructor Summary | |
|---|---|
Ordertype()
|
|
| Method Summary | |
|---|---|
java.util.List<Itemtype> |
getItem()
Gets the value of the item property. |
java.lang.String |
getOrderid()
Gets the value of the orderid property. |
java.lang.String |
getPerson()
Gets the value of the person property. |
Shiptotype |
getShipto()
Gets the value of the shipto property. |
void |
setOrderid(java.lang.String value)
Sets the value of the orderid property. |
void |
setPerson(java.lang.String value)
Sets the value of the person property. |
void |
setShipto(Shiptotype value)
Sets the value of the shipto property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String person
protected Shiptotype shipto
protected java.util.List<Itemtype> item
protected java.lang.String orderid
| Constructor Detail |
|---|
public Ordertype()
| Method Detail |
|---|
public java.lang.String getPerson()
Stringpublic void setPerson(java.lang.String value)
value - allowed object is
Stringpublic Shiptotype getShipto()
Shiptotypepublic void setShipto(Shiptotype value)
value - allowed object is
Shiptotypepublic java.util.List<Itemtype> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
Itemtype
public java.lang.String getOrderid()
Stringpublic void setOrderid(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||