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