public class OrderRequest
extends java.lang.Object
implements java.io.Serializable
Java class for orderRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="orderRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="orderRef">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="125"/>
</restriction>
</simpleType>
</element>
<element name="header" type="{http://www.tibco.com/aff/order}headerRequestType"/>
<element name="line" type="{http://www.tibco.com/aff/order}lineRequestType" maxOccurs="unbounded"/>
<element name="extension" type="{http://www.tibco.com/aff/commontypes}extensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OrderRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
HeaderRequestType |
getHeader()
Gets the value of the header property.
|
java.util.List<LineRequestType> |
getLines()
Gets the value of the lines property.
|
java.lang.String |
getOrderRef()
Gets the value of the orderRef property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHeader(HeaderRequestType value)
Sets the value of the header property.
|
void |
setOrderRef(java.lang.String value)
Sets the value of the orderRef property.
|
public java.lang.String getOrderRef()
Stringpublic void setOrderRef(java.lang.String value)
value - allowed object is
Stringpublic HeaderRequestType getHeader()
HeaderRequestTypepublic void setHeader(HeaderRequestType value)
value - allowed object is
HeaderRequestTypepublic java.util.List<LineRequestType> getLines()
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 lines property.
For example, to add a new item, do as follows:
getLines().add(newItem);
Objects of the following type(s) are allowed in the list
LineRequestType
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionType