Class TaxonomyOperation
java.lang.Object
com.emc.d2fs.models.taxonomy_operation.TaxonomyOperation
- All Implemented Interfaces:
Serializable
Java class for taxonomy_operation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taxonomy_operation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="level" 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="GET"/> <enumeration value="KEYS"/> <enumeration value="PATHS"/> <enumeration value="PARENTS"/> </restriction> </simpleType> </element> <element name="type" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="LEVEL"/> <enumeration value="DICO"/> <enumeration value="PATH"/> </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 TypeMethodDescriptiongetLevel()
Gets the value of the level property.Gets the value of the operationType property.getPath()
Gets the value of the path 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 level property.void
setOperationType
(String value) Sets the value of the operationType property.void
Sets the value of the path property.void
Sets the value of the status property.void
Sets the value of the type property.
-
Constructor Details
-
TaxonomyOperation
public TaxonomyOperation()
-
-
Method Details
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value
- allowed object isString
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
Integer
-
setLevel
Sets the value of the level 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
-