public class OrderAmendmentMetaData
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="orderAmendmentSid" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="businessTransactionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="orderID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="orderHistorySid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="orderRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="corelationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastStatusChange" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="extension" type="{http://www.tibco.com/aff/commontypes}extensionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OrderAmendmentMetaData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusinessTransactionId()
Gets the value of the businessTransactionId property.
|
java.lang.String |
getCorelationId()
Gets the value of the corelationId property.
|
java.util.Date |
getCreationDate()
Gets the value of the creationDate property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.util.Date |
getLastStatusChange()
Gets the value of the lastStatusChange property.
|
int |
getOrderAmendmentSid()
Gets the value of the orderAmendmentSid property.
|
java.lang.String |
getOrderHistorySid()
Gets the value of the orderHistorySid property.
|
java.lang.String |
getOrderID()
Gets the value of the orderID property.
|
java.lang.String |
getOrderRef()
Gets the value of the orderRef property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
void |
setBusinessTransactionId(java.lang.String value)
Sets the value of the businessTransactionId property.
|
void |
setCorelationId(java.lang.String value)
Sets the value of the corelationId property.
|
void |
setCreationDate(java.util.Date value)
Sets the value of the creationDate property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setLastStatusChange(java.util.Date value)
Sets the value of the lastStatusChange property.
|
void |
setOrderAmendmentSid(int value)
Sets the value of the orderAmendmentSid property.
|
void |
setOrderHistorySid(java.lang.String value)
Sets the value of the orderHistorySid 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 |
setStatus(java.lang.String value)
Sets the value of the status property.
|
public int getOrderAmendmentSid()
public void setOrderAmendmentSid(int value)
public java.lang.String getBusinessTransactionId()
Stringpublic void setBusinessTransactionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrderID()
Stringpublic void setOrderID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrderHistorySid()
Stringpublic void setOrderHistorySid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrderRef()
Stringpublic void setOrderRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCorelationId()
Stringpublic void setCorelationId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Date getCreationDate()
Stringpublic void setCreationDate(java.util.Date value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.util.Date getLastStatusChange()
Stringpublic void setLastStatusChange(java.util.Date value)
value - allowed object is
Stringpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionType