Package org.cxml

Class TransportReference

java.lang.Object
org.cxml.TransportReference

public class TransportReference extends Object
  • Field Details

    • requestID

      protected String requestID
    • requestDate

      protected String requestDate
    • documentReference

      protected DocumentReference documentReference
  • Constructor Details

    • TransportReference

      public TransportReference()
  • Method Details

    • getRequestID

      public String getRequestID()
      Gets the value of the requestID property.
      Returns:
      possible object is String
    • setRequestID

      public void setRequestID(String value)
      Sets the value of the requestID property.
      Parameters:
      value - allowed object is String
    • getRequestDate

      public String getRequestDate()
      Gets the value of the requestDate property.
      Returns:
      possible object is String
    • setRequestDate

      public void setRequestDate(String value)
      Sets the value of the requestDate 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