Package org.cxml
Class AdditionalQNInfo
java.lang.Object
org.cxml.AdditionalQNInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatch()Gets the value of the batch property.Gets the value of the extrinsic property.Gets the value of the itemID property.Gets the value of the lineNumber property.voidSets the value of the batch property.voidSets the value of the itemID property.voidsetLineNumber(String value) Sets the value of the lineNumber property.
-
Field Details
-
lineNumber
-
itemID
-
batch
-
extrinsic
-
-
Constructor Details
-
AdditionalQNInfo
public AdditionalQNInfo()
-
-
Method Details
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getItemID
Gets the value of the itemID property.- Returns:
- possible object is
ItemID
-
setItemID
Sets the value of the itemID property.- Parameters:
value- allowed object isItemID
-
getBatch
Gets the value of the batch property.- Returns:
- possible object is
Batch
-
setBatch
Sets the value of the batch property.- Parameters:
value- allowed object isBatch
-
getExtrinsic
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-