Package org.cxml
Class OrderStatusRequestReference
java.lang.Object
org.cxml.OrderStatusRequestReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference property.Gets the value of the orderStatusRequestDate property.Gets the value of the orderStatusRequestID property.voidSets the value of the documentReference property.voidsetOrderStatusRequestDate(String value) Sets the value of the orderStatusRequestDate property.voidsetOrderStatusRequestID(String value) Sets the value of the orderStatusRequestID property.
-
Field Details
-
orderStatusRequestID
-
orderStatusRequestDate
-
documentReference
-
-
Constructor Details
-
OrderStatusRequestReference
public OrderStatusRequestReference()
-
-
Method Details
-
getOrderStatusRequestID
Gets the value of the orderStatusRequestID property.- Returns:
- possible object is
String
-
setOrderStatusRequestID
Sets the value of the orderStatusRequestID property.- Parameters:
value- allowed object isString
-
getOrderStatusRequestDate
Gets the value of the orderStatusRequestDate property.- Returns:
- possible object is
String
-
setOrderStatusRequestDate
Sets the value of the orderStatusRequestDate property.- Parameters:
value- allowed object isString
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-