Class Criterias.Groups

java.lang.Object
com.oracle.communications.brm.cc.model.Criterias.Groups
All Implemented Interfaces:
Serializable
Enclosing class:
Criterias

public static class Criterias.Groups extends Object implements Serializable

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 Details

  • Constructor Details

    • Groups

      public Groups()
  • Method Details

    • getCriterias

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

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

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