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