Package org.cxml
Class ShipNoticeReference
java.lang.Object
org.cxml.ShipNoticeReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference property.Gets the value of the shipNoticeDate property.Gets the value of the shipNoticeID property.voidSets the value of the documentReference property.voidsetShipNoticeDate(String value) Sets the value of the shipNoticeDate property.voidsetShipNoticeID(String value) Sets the value of the shipNoticeID property.
-
Field Details
-
shipNoticeID
-
shipNoticeDate
-
documentReference
-
-
Constructor Details
-
ShipNoticeReference
public ShipNoticeReference()
-
-
Method Details
-
getShipNoticeID
Gets the value of the shipNoticeID property.- Returns:
- possible object is
String
-
setShipNoticeID
Sets the value of the shipNoticeID property.- Parameters:
value- allowed object isString
-
getShipNoticeDate
Gets the value of the shipNoticeDate property.- Returns:
- possible object is
String
-
setShipNoticeDate
Sets the value of the shipNoticeDate 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
-