Package org.cxml

Class OrderReference

java.lang.Object
org.cxml.OrderReference

public class OrderReference extends Object
  • Field Details

  • Constructor Details

    • OrderReference

      public OrderReference()
  • Method Details

    • getOrderID

      public String getOrderID()
      Gets the value of the orderID property.
      Returns:
      possible object is String
    • setOrderID

      public void setOrderID(String value)
      Sets the value of the orderID property.
      Parameters:
      value - allowed object is String
    • getOrderDate

      public String getOrderDate()
      Gets the value of the orderDate property.
      Returns:
      possible object is String
    • setOrderDate

      public void setOrderDate(String value)
      Sets the value of the orderDate property.
      Parameters:
      value - allowed object is String
    • 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 is DocumentReference