public class OrderAmendment
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="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element ref="{http://www.tibco.com/aff/order}orderRequest"/> <element name="extension" type="{http://www.tibco.com/aff/commontypes}extensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
OrderAmendment() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreationDate()
Gets the value of the creationDate property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
OrderRequest |
getOrderRequest()
Gets the value of the orderRequest 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 |
setOrderRequest(OrderRequest value)
Sets the value of the orderRequest property.
|
public java.util.Date getCreationDate()
String
public void setCreationDate(java.util.Date value)
value
- allowed object is
String
public OrderRequest getOrderRequest()
OrderRequest
public void setOrderRequest(OrderRequest value)
value
- allowed object is
OrderRequest
public ExtensionType getExtension()
ExtensionType
public void setExtension(ExtensionType value)
value
- allowed object is
ExtensionType