Class Result.Reference

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

public static class Result.Reference 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="result" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}result" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="field" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="include-in-results" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • result

      protected List<Result> result
    • name

      protected String name
    • field

      protected String field
    • includeInResults

      protected Boolean includeInResults
  • Constructor Details

    • Reference

      public Reference()
  • Method Details

    • getResult

      public List<Result> getResult()
      Gets the value of the result 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 result property.

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

       getResult().add(newItem);
       

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

      Returns:
      The value of the result 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
    • getField

      public String getField()
      Gets the value of the field property.
      Returns:
      possible object is String
    • setField

      public void setField(String value)
      Sets the value of the field property.
      Parameters:
      value - allowed object is String
    • isIncludeInResults

      public Boolean isIncludeInResults()
      Gets the value of the includeInResults property.
      Returns:
      possible object is Boolean
    • setIncludeInResults

      public void setIncludeInResults(Boolean value)
      Sets the value of the includeInResults property.
      Parameters:
      value - allowed object is Boolean