Package org.cxml

Class OrderReference


  • public class OrderReference
    extends java.lang.Object
    • Field Detail

      • orderID

        protected java.lang.String orderID
      • orderDate

        protected java.lang.String orderDate
    • Constructor Detail

      • OrderReference

        public OrderReference()
    • Method Detail

      • getOrderID

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

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

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

        public void setOrderDate​(java.lang.String value)
        Sets the value of the orderDate property.
        Parameters:
        value - allowed object is String
      • setDocumentReference

        public void setDocumentReference​(DocumentReference value)
        Sets the value of the documentReference property.
        Parameters:
        value - allowed object is DocumentReference