Class DictionaryOperation
java.lang.Object
com.emc.d2fs.models.dictionary_operation.DictionaryOperation
- All Implemented Interfaces:
Serializable
Java class for dictionary_operation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dictionary_operation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="position" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="operationType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ADD"/> <enumeration value="REMOVE"/> <enumeration value="MODIFY"/> <enumeration value="EXIST"/> <enumeration value="KEYS"/> <enumeration value="COUNT"/> <enumeration value="GET"/> <enumeration value="TOSTRING"/> <enumeration value="VALUES"/> <enumeration value="LANGUAGES"/> <enumeration value="ALIASES"/> </restriction> </simpleType> </element> <element name="type" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="KEY"/> <enumeration value="ALIAS"/> <enumeration value="LANGUAGE"/> </restriction> </simpleType> </element> <element name="status" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ENABLED"/> <enumeration value="DISABLED"/> <enumeration value="ALL"/> </restriction> </simpleType> </element> <element name="values" type="{http://www.emc.com/d2fs/models/attribute}attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Gets the value of the key property.Gets the value of the operationType property.Gets the value of the position property.Gets the value of the status property.getType()
Gets the value of the type property.Gets the value of the values property.void
Sets the value of the key property.void
setOperationType
(String value) Sets the value of the operationType property.void
setPosition
(Integer value) Sets the value of the position property.void
Sets the value of the status property.void
Sets the value of the type property.
-
Constructor Details
-
DictionaryOperation
public DictionaryOperation()
-
-
Method Details
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isString
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
Integer
-
setPosition
Sets the value of the position property.- Parameters:
value
- allowed object isInteger
-
getOperationType
Gets the value of the operationType property.- Returns:
- possible object is
String
-
setOperationType
Sets the value of the operationType property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status 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
-