Class DictionaryOperationResult

java.lang.Object
com.emc.d2fs.models.dictionary_operation.DictionaryOperationResult
All Implemented Interfaces:
Serializable

public class DictionaryOperationResult extends Object implements 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 Details

    • DictionaryOperationResult

      public DictionaryOperationResult()
  • Method Details

    • getOperation

      public DictionaryOperation getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is DictionaryOperation
    • setOperation

      public void setOperation(DictionaryOperation value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is DictionaryOperation
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getValues

      public List<Attribute> 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

      public List<String> 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

      public Integer getCount()
      Gets the value of the count property.
      Returns:
      possible object is Integer
    • setCount

      public void setCount(Integer value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is Integer
    • isSuccess

      public Boolean isSuccess()
      Gets the value of the success property.
      Returns:
      possible object is Boolean
    • setSuccess

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