Package org.cxml
Class ShipNoticeReleaseInfo
- java.lang.Object
-
- org.cxml.ShipNoticeReleaseInfo
-
public class ShipNoticeReleaseInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringreceivedQuantityprotected java.util.List<java.lang.Object>shipNoticeReferenceOrShipNoticeIDInfoprotected java.lang.StringunitOfMeasure
-
Constructor Summary
Constructors Constructor Description ShipNoticeReleaseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReceivedQuantity()Gets the value of the receivedQuantity property.java.util.List<java.lang.Object>getShipNoticeReferenceOrShipNoticeIDInfo()Gets the value of the shipNoticeReferenceOrShipNoticeIDInfo property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.voidsetReceivedQuantity(java.lang.String value)Sets the value of the receivedQuantity property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.
-
-
-
Method Detail
-
getReceivedQuantity
public java.lang.String getReceivedQuantity()
Gets the value of the receivedQuantity property.- Returns:
- possible object is
String
-
setReceivedQuantity
public void setReceivedQuantity(java.lang.String value)
Sets the value of the receivedQuantity property.- Parameters:
value- allowed object isString
-
getShipNoticeReferenceOrShipNoticeIDInfo
public java.util.List<java.lang.Object> 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
ShipNoticeReferenceShipNoticeIDInfo
-
getUnitOfMeasure
public java.lang.String getUnitOfMeasure()
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
public void setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
-