Package org.cxml
Class OrderStatusRequestReference
- java.lang.Object
-
- org.cxml.OrderStatusRequestReference
-
public class OrderStatusRequestReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentReferencedocumentReferenceprotected java.lang.StringorderStatusRequestDateprotected java.lang.StringorderStatusRequestID
-
Constructor Summary
Constructors Constructor Description OrderStatusRequestReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReferencegetDocumentReference()Gets the value of the documentReference property.java.lang.StringgetOrderStatusRequestDate()Gets the value of the orderStatusRequestDate property.java.lang.StringgetOrderStatusRequestID()Gets the value of the orderStatusRequestID property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidsetOrderStatusRequestDate(java.lang.String value)Sets the value of the orderStatusRequestDate property.voidsetOrderStatusRequestID(java.lang.String value)Sets the value of the orderStatusRequestID property.
-
-
-
Field Detail
-
orderStatusRequestID
protected java.lang.String orderStatusRequestID
-
orderStatusRequestDate
protected java.lang.String orderStatusRequestDate
-
documentReference
protected DocumentReference documentReference
-
-
Method Detail
-
getOrderStatusRequestID
public java.lang.String getOrderStatusRequestID()
Gets the value of the orderStatusRequestID property.- Returns:
- possible object is
String
-
setOrderStatusRequestID
public void setOrderStatusRequestID(java.lang.String value)
Sets the value of the orderStatusRequestID property.- Parameters:
value- allowed object isString
-
getOrderStatusRequestDate
public java.lang.String getOrderStatusRequestDate()
Gets the value of the orderStatusRequestDate property.- Returns:
- possible object is
String
-
setOrderStatusRequestDate
public void setOrderStatusRequestDate(java.lang.String value)
Sets the value of the orderStatusRequestDate property.- Parameters:
value- allowed object isString
-
getDocumentReference
public DocumentReference getDocumentReference()
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
public void setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
-