Class ResultGroupsType

java.lang.Object
com.tremolosecurity.config.xml.ResultGroupsType

public class ResultGroupsType extends Object
List of result groups

Java class for resultGroupsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="resultGroupsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dynamicResultGroups" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/>
         <element name="resultGroup" type="{http://www.tremolosecurity.com/tremoloConfig}resultGroupType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResultGroupsType

      public ResultGroupsType()
  • Method Details

    • getDynamicResultGroups

      public DynamicPortalUrlsType getDynamicResultGroups()
      Gets the value of the dynamicResultGroups property.
      Returns:
      possible object is DynamicPortalUrlsType
    • setDynamicResultGroups

      public void setDynamicResultGroups(DynamicPortalUrlsType value)
      Sets the value of the dynamicResultGroups property.
      Parameters:
      value - allowed object is DynamicPortalUrlsType
    • getResultGroup

      public List<ResultGroupType> getResultGroup()
      Gets the value of the resultGroup 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 Jakarta XML Binding object. This is why there is not a set method for the resultGroup property.

      For example, to add a new item, do as follows:

          getResultGroup().add(newItem);
       

      Objects of the following type(s) are allowed in the list ResultGroupType