Package org.cxml

Class Index


  • public class Index
    extends java.lang.Object
    • Field Detail

      • loadmode

        protected java.lang.String loadmode
      • supplierID

        protected java.util.List<SupplierID> supplierID
      • searchGroup

        protected java.util.List<SearchGroup> searchGroup
      • indexItem

        protected java.util.List<IndexItem> indexItem
    • Constructor Detail

      • Index

        public Index()
    • Method Detail

      • getLoadmode

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

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

        public java.util.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 java.util.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 java.util.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