Class Taxonomy
- All Implemented Interfaces:
Serializable
Java class for taxonomy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taxonomy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="applications" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="level_info" type="{http://www.emc.com/d2fs/models/taxonomy_operation}taxonomy_info" maxOccurs="unbounded"/> <element name="taxnomy_nodes" type="{http://www.emc.com/d2fs/models/taxonomy_operation}taxonomy_node" maxOccurs="unbounded"/> </sequence> <attribute name="security_group" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lock_config" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="object_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="is_versioned" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="total_levels" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applications property.getId()
Gets the value of the id property.Gets the value of the levelInfo property.Gets the value of the lockConfig property.Gets the value of the objectName property.Gets the value of the securityGroup property.Gets the value of the taxnomyNodes property.getTitle()
Gets the value of the title property.Gets the value of the totalLevels property.getType()
Gets the value of the type property.Gets the value of the isVersioned property.void
Sets the value of the id property.void
setIsVersioned
(Boolean value) Sets the value of the isVersioned property.void
setLockConfig
(String value) Sets the value of the lockConfig property.void
setObjectName
(String value) Sets the value of the objectName property.void
setSecurityGroup
(String value) Sets the value of the securityGroup property.void
Sets the value of the title property.void
setTotalLevels
(Integer value) Sets the value of the totalLevels property.void
Sets the value of the type property.
-
Constructor Details
-
Taxonomy
public Taxonomy()
-
-
Method Details
-
getApplications
Gets the value of the applications 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 applications property.For example, to add a new item, do as follows:
getApplications().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getLevelInfo
Gets the value of the levelInfo 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 levelInfo property.For example, to add a new item, do as follows:
getLevelInfo().add(newItem);
Objects of the following type(s) are allowed in the list
TaxonomyInfo
-
getTaxnomyNodes
Gets the value of the taxnomyNodes 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 taxnomyNodes property.For example, to add a new item, do as follows:
getTaxnomyNodes().add(newItem);
Objects of the following type(s) are allowed in the list
TaxonomyNode
-
getSecurityGroup
Gets the value of the securityGroup property.- Returns:
- possible object is
String
-
setSecurityGroup
Sets the value of the securityGroup property.- Parameters:
value
- allowed object isString
-
getLockConfig
Gets the value of the lockConfig property.- Returns:
- possible object is
String
-
setLockConfig
Sets the value of the lockConfig property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getObjectName
Gets the value of the objectName property.- Returns:
- possible object is
String
-
setObjectName
Sets the value of the objectName property.- Parameters:
value
- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title 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
-
isIsVersioned
Gets the value of the isVersioned property.- Returns:
- possible object is
Boolean
-
setIsVersioned
Sets the value of the isVersioned property.- Parameters:
value
- allowed object isBoolean
-
getTotalLevels
Gets the value of the totalLevels property.- Returns:
- possible object is
Integer
-
setTotalLevels
Sets the value of the totalLevels property.- Parameters:
value
- allowed object isInteger
-