Class DictionaryOperationResult
- All Implemented Interfaces:
Serializable
Java class for dictionary_operation_result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dictionary_operation_result"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operation" type="{http://www.emc.com/d2fs/models/dictionary_operation}dictionary_operation" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="values" type="{http://www.emc.com/d2fs/models/attribute}attribute" maxOccurs="unbounded" minOccurs="0"/> <element name="valueList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Gets the value of the count property.Gets the value of the operation property.getValue()
Gets the value of the value property.Gets the value of the valueList property.Gets the value of the values property.Gets the value of the success property.void
Sets the value of the count property.void
setOperation
(DictionaryOperation value) Sets the value of the operation property.void
setSuccess
(Boolean value) Sets the value of the success property.void
Sets the value of the value property.
-
Constructor Details
-
DictionaryOperationResult
public DictionaryOperationResult()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
DictionaryOperation
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isDictionaryOperation
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getValues
Gets the value of the values 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 values property.For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
-
getValueList
Gets the value of the valueList 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 valueList property.For example, to add a new item, do as follows:
getValueList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getCount
Gets the value of the count property.- Returns:
- possible object is
Integer
-
setCount
Sets the value of the count property.- Parameters:
value
- allowed object isInteger
-
isSuccess
Gets the value of the success property.- Returns:
- possible object is
Boolean
-
setSuccess
Sets the value of the success property.- Parameters:
value
- allowed object isBoolean
-