Package com.emc.d2fs.models.structure
Class ImportStructureConfig
java.lang.Object
com.emc.d2fs.models.structure.ImportStructureConfig
- All Implemented Interfaces:
Serializable
Java class for import_structure_config complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="import_structure_config"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="config_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="convert_vd" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="creation_profile" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="root_folder_type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the configName property.Gets the value of the creationProfile property.getLabel()
Gets the value of the label property.Gets the value of the rootFolderType property.Gets the value of the convertVd property.void
setConfigName
(String value) Sets the value of the configName property.void
setConvertVd
(Boolean value) Sets the value of the convertVd property.void
setCreationProfile
(String value) Sets the value of the creationProfile property.void
Sets the value of the label property.void
setRootFolderType
(String value) Sets the value of the rootFolderType property.
-
Constructor Details
-
ImportStructureConfig
public ImportStructureConfig()
-
-
Method Details
-
getConfigName
Gets the value of the configName property.- Returns:
- possible object is
String
-
setConfigName
Sets the value of the configName property.- Parameters:
value
- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
isConvertVd
Gets the value of the convertVd property.- Returns:
- possible object is
Boolean
-
setConvertVd
Sets the value of the convertVd property.- Parameters:
value
- allowed object isBoolean
-
getCreationProfile
Gets the value of the creationProfile property.- Returns:
- possible object is
String
-
setCreationProfile
Sets the value of the creationProfile property.- Parameters:
value
- allowed object isString
-
getRootFolderType
Gets the value of the rootFolderType property.- Returns:
- possible object is
String
-
setRootFolderType
Sets the value of the rootFolderType property.- Parameters:
value
- allowed object isString
-