Class Index
- java.lang.Object
-
- org.cxml.Index
-
public class Index extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Commentscommentsprotected java.util.List<IndexItem>indexItemprotected java.lang.Stringloadmodeprotected java.util.List<SearchGroup>searchGroupprotected java.util.List<SupplierID>supplierID
-
Constructor Summary
Constructors Constructor Description Index()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsgetComments()Gets the value of the comments property.java.util.List<IndexItem>getIndexItem()Gets the value of the indexItem property.java.lang.StringgetLoadmode()Gets the value of the loadmode property.java.util.List<SearchGroup>getSearchGroup()Gets the value of the searchGroup property.java.util.List<SupplierID>getSupplierID()Gets the value of the supplierID property.voidsetComments(Comments value)Sets the value of the comments property.voidsetLoadmode(java.lang.String value)Sets the value of the loadmode property.
-
-
-
Field Detail
-
loadmode
protected java.lang.String loadmode
-
supplierID
protected java.util.List<SupplierID> supplierID
-
comments
protected Comments comments
-
searchGroup
protected java.util.List<SearchGroup> searchGroup
-
indexItem
protected java.util.List<IndexItem> indexItem
-
-
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 isString
-
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
setmethod 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 isComments
-
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
setmethod 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
setmethod 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
-
-