Class Result.Reference
java.lang.Object
com.oracle.communications.brm.cc.model.Result.Reference
- All Implemented Interfaces:
Serializable
- Enclosing class:
Result
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()
Gets the value of the field property.getName()
Gets the value of the name property.Gets the value of the result property.Gets the value of the includeInResults property.void
Sets the value of the field property.void
setIncludeInResults
(Boolean value) Sets the value of the includeInResults property.void
Sets the value of the name property.
-
Field Details
-
result
-
name
-
field
-
includeInResults
-
-
Constructor Details
-
Reference
public Reference()
-
-
Method Details
-
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
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
-
getField
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
Sets the value of the field property.- Parameters:
value
- allowed object isString
-
isIncludeInResults
Gets the value of the includeInResults property.- Returns:
- possible object is
Boolean
-
setIncludeInResults
Sets the value of the includeInResults property.- Parameters:
value
- allowed object isBoolean
-