Package org.cxml

Class Index

java.lang.Object
org.cxml.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index()
  • Method Details

    • getLoadmode

      public String getLoadmode()
      Gets the value of the loadmode property.
      Returns:
      possible object is String
    • setLoadmode

      public void setLoadmode(String value)
      Sets the value of the loadmode property.
      Parameters:
      value - allowed object is String
    • getSupplierID

      public List<SupplierID> getSupplierID()
      Gets the value of the supplierID 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 supplierID property.

      For example, to add a new item, do as follows:

          getSupplierID().add(newItem);
       

      Objects of the following type(s) are allowed in the list SupplierID

    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments
    • getSearchGroup

      public List<SearchGroup> getSearchGroup()
      Gets the value of the searchGroup 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 searchGroup property.

      For example, to add a new item, do as follows:

          getSearchGroup().add(newItem);
       

      Objects of the following type(s) are allowed in the list SearchGroup

    • getIndexItem

      public List<IndexItem> getIndexItem()
      Gets the value of the indexItem 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 indexItem property.

      For example, to add a new item, do as follows:

          getIndexItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list IndexItem