Class TaxonomyInfo
java.lang.Object
com.emc.d2fs.models.taxonomy_operation.TaxonomyInfo
- All Implemented Interfaces:
Serializable
Java class for taxonomy_info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taxonomy_info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="dictionary_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="manuval_order" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dictionaryName property.getLevel()
Gets the value of the level property.Gets the value of the manuvalOrder property.void
setDictionaryName
(String value) Sets the value of the dictionaryName property.void
Sets the value of the level property.void
setManuvalOrder
(Boolean value) Sets the value of the manuvalOrder property.
-
Constructor Details
-
TaxonomyInfo
public TaxonomyInfo()
-
-
Method Details
-
getDictionaryName
Gets the value of the dictionaryName property.- Returns:
- possible object is
String
-
setDictionaryName
Sets the value of the dictionaryName 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
-
isManuvalOrder
Gets the value of the manuvalOrder property.- Returns:
- possible object is
Boolean
-
setManuvalOrder
Sets the value of the manuvalOrder property.- Parameters:
value
- allowed object isBoolean
-