Class ResultGroupsType
java.lang.Object
com.tremolosecurity.config.xml.ResultGroupsType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dynamicResultGroups property.Gets the value of the resultGroup property.void
Sets the value of the dynamicResultGroups property.
-
Field Details
-
dynamicResultGroups
-
resultGroup
-
-
Constructor Details
-
ResultGroupsType
public ResultGroupsType()
-
-
Method Details
-
getDynamicResultGroups
Gets the value of the dynamicResultGroups property.- Returns:
- possible object is
DynamicPortalUrlsType
-
setDynamicResultGroups
Sets the value of the dynamicResultGroups property.- Parameters:
value
- allowed object isDynamicPortalUrlsType
-
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
-