Package org.cxml

Class SearchGroup


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

      • name

        protected Name name
      • searchAttribute

        protected java.util.List<SearchAttribute> searchAttribute
    • Constructor Detail

      • SearchGroup

        public SearchGroup()
    • Method Detail

      • 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 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 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