Class Criterias.Groups
java.lang.Object
com.oracle.communications.brm.cc.model.Criterias.Groups
- All Implemented Interfaces:
Serializable
- Enclosing class:
Criterias
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="criterias" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}criterias" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
criterias
-
name
-
-
Constructor Details
-
Groups
public Groups()
-
-
Method Details
-
getCriterias
Gets the value of the criterias 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 criterias property.For example, to add a new item, do as follows:
getCriterias().add(newItem);
Objects of the following type(s) are allowed in the list
Criterias- Returns:
- The value of the criterias property.
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-