Package org.cxml
Class SearchGroupData
- java.lang.Object
-
- org.cxml.SearchGroupData
-
public class SearchGroupData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Namenameprotected java.util.List<SearchDataElement>searchDataElement
-
Constructor Summary
Constructors Constructor Description SearchGroupData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetName()Gets the value of the name property.java.util.List<SearchDataElement>getSearchDataElement()Gets the value of the searchDataElement property.voidsetName(Name value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected Name name
-
searchDataElement
protected java.util.List<SearchDataElement> searchDataElement
-
-
Method Detail
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getSearchDataElement
public java.util.List<SearchDataElement> getSearchDataElement()
Gets the value of the searchDataElement 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 searchDataElement property.For example, to add a new item, do as follows:
getSearchDataElement().add(newItem);Objects of the following type(s) are allowed in the list
SearchDataElement
-
-