Package org.cxml
Class TransportReference
java.lang.Object
org.cxml.TransportReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference property.Gets the value of the requestDate property.Gets the value of the requestID property.voidSets the value of the documentReference property.voidsetRequestDate(String value) Sets the value of the requestDate property.voidsetRequestID(String value) Sets the value of the requestID property.
-
Field Details
-
requestID
-
requestDate
-
documentReference
-
-
Constructor Details
-
TransportReference
public TransportReference()
-
-
Method Details
-
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value- allowed object isString
-
getRequestDate
Gets the value of the requestDate property.- Returns:
- possible object is
String
-
setRequestDate
Sets the value of the requestDate 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
-