Package org.cxml
Class ShipNoticeIDInfo
java.lang.Object
org.cxml.ShipNoticeIDInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.Gets the value of the shipNoticeDate property.Gets the value of the shipNoticeID 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
-
idReference
-
-
Constructor Details
-
ShipNoticeIDInfo
public ShipNoticeIDInfo()
-
-
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
-
getIdReference
Gets the value of the idReference 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 idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference
-