Package com.emc.d2fs.models.structure
Class ConvertStructureConfig
java.lang.Object
com.emc.d2fs.models.structure.ConvertStructureConfig
- All Implemented Interfaces:
Serializable
Java class for convert_structure_config complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="convert_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="creation_profile" 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.void
setConfigName
(String value) Sets the value of the configName property.void
setCreationProfile
(String value) Sets the value of the creationProfile property.
-
Constructor Details
-
ConvertStructureConfig
public ConvertStructureConfig()
-
-
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
-
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
-