public class OrderResult
extends java.lang.Object
implements java.io.Serializable
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="orderID"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <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}headerType"/> <element name="line" type="{http://www.tibco.com/aff/order}lineType" maxOccurs="unbounded" minOccurs="0"/> <element name="request" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.tibco.com/aff/order}orderRequest"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="amendments" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.tibco.com/aff/order}orderAmendment" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="extension" type="{http://www.tibco.com/aff/commontypes}extensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
OrderResult.Amendments
Java class for anonymous complex type.
|
static class |
OrderResult.Request
Java class for anonymous complex type.
|
Constructor and Description |
---|
OrderResult() |
Modifier and Type | Method and Description |
---|---|
OrderResult.Amendments |
getAmendments()
Gets the value of the amendments property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
HeaderType |
getHeader()
Gets the value of the header property.
|
java.util.List<LineType> |
getLines()
Gets the value of the lines property.
|
java.lang.String |
getOrderID()
Gets the value of the orderID property.
|
java.lang.String |
getOrderRef()
Gets the value of the orderRef property.
|
OrderResult.Request |
getRequest()
Gets the value of the request property.
|
void |
setAmendments(OrderResult.Amendments value)
Sets the value of the amendments property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHeader(HeaderType value)
Sets the value of the header property.
|
void |
setOrderID(java.lang.String value)
Sets the value of the orderID property.
|
void |
setOrderRef(java.lang.String value)
Sets the value of the orderRef property.
|
void |
setRequest(OrderResult.Request value)
Sets the value of the request property.
|
public java.lang.String getOrderID()
String
public void setOrderID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrderRef()
String
public void setOrderRef(java.lang.String value)
value
- allowed object is
String
public HeaderType getHeader()
HeaderType
public void setHeader(HeaderType value)
value
- allowed object is
HeaderType
public java.util.List<LineType> 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
LineType
public OrderResult.Request getRequest()
OrderResult.Request
public void setRequest(OrderResult.Request value)
value
- allowed object is
OrderResult.Request
public OrderResult.Amendments getAmendments()
OrderResult.Amendments
public void setAmendments(OrderResult.Amendments value)
value
- allowed object is
OrderResult.Amendments
public ExtensionType getExtension()
ExtensionType
public void setExtension(ExtensionType value)
value
- allowed object is
ExtensionType