Package org.cxml
Class ShipNoticeReleaseInfo
java.lang.Object
org.cxml.ShipNoticeReleaseInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the receivedQuantity property.Gets the value of the shipNoticeReferenceOrShipNoticeIDInfo property.Gets the value of the unitOfMeasure property.voidsetReceivedQuantity(String value) Sets the value of the receivedQuantity property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
receivedQuantity
-
shipNoticeReferenceOrShipNoticeIDInfo
-
unitOfMeasure
-
-
Constructor Details
-
ShipNoticeReleaseInfo
public ShipNoticeReleaseInfo()
-
-
Method Details
-
getReceivedQuantity
Gets the value of the receivedQuantity property.- Returns:
- possible object is
String
-
setReceivedQuantity
Sets the value of the receivedQuantity property.- Parameters:
value- allowed object isString
-
getShipNoticeReferenceOrShipNoticeIDInfo
Gets the value of the shipNoticeReferenceOrShipNoticeIDInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the shipNoticeReferenceOrShipNoticeIDInfo property.For example, to add a new item, do as follows:
getShipNoticeReferenceOrShipNoticeIDInfo().add(newItem);Objects of the following type(s) are allowed in the list
ShipNoticeIDInfoShipNoticeReference -
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-