Package org.cxml

Class SearchGroup

java.lang.Object
org.cxml.SearchGroup

public class SearchGroup extends Object
  • Field Details

  • Constructor Details

    • SearchGroup

      public SearchGroup()
  • Method Details

    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • getSearchAttribute

      public 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 set method 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