Package org.cxml

Class AdditionalQNInfo

java.lang.Object
org.cxml.AdditionalQNInfo

public class AdditionalQNInfo extends Object
  • Field Details

    • lineNumber

      protected String lineNumber
    • itemID

      protected ItemID itemID
    • batch

      protected Batch batch
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • AdditionalQNInfo

      public AdditionalQNInfo()
  • Method Details

    • getLineNumber

      public String getLineNumber()
      Gets the value of the lineNumber property.
      Returns:
      possible object is String
    • setLineNumber

      public void setLineNumber(String value)
      Sets the value of the lineNumber property.
      Parameters:
      value - allowed object is String
    • getItemID

      public ItemID getItemID()
      Gets the value of the itemID property.
      Returns:
      possible object is ItemID
    • setItemID

      public void setItemID(ItemID value)
      Sets the value of the itemID property.
      Parameters:
      value - allowed object is ItemID
    • getBatch

      public Batch getBatch()
      Gets the value of the batch property.
      Returns:
      possible object is Batch
    • setBatch

      public void setBatch(Batch value)
      Sets the value of the batch property.
      Parameters:
      value - allowed object is Batch
    • getExtrinsic

      public List<Extrinsic> 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 set method 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