Package com.emc.d2fs.models.option
Class Option
java.lang.Object
com.emc.d2fs.models.option.Option
- All Implemented Interfaces:
Serializable
Java class for option complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="option"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="selected" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="fixed" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="className" 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 className property.getKey()
Gets the value of the key property.Gets the value of the position property.getValue()
Gets the value of the value property.isFixed()
Gets the value of the fixed property.Gets the value of the selected property.void
setClassName
(String value) Sets the value of the className property.void
Sets the value of the fixed property.void
Sets the value of the key property.void
setPosition
(Integer value) Sets the value of the position property.void
setSelected
(Boolean value) Sets the value of the selected property.void
Sets the value of the value property.
-
Constructor Details
-
Option
public Option()
-
-
Method Details
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isSelected
Gets the value of the selected property.- Returns:
- possible object is
Boolean
-
setSelected
Sets the value of the selected property.- Parameters:
value
- allowed object isBoolean
-
isFixed
Gets the value of the fixed property.- Returns:
- possible object is
Boolean
-
setFixed
Sets the value of the fixed property.- Parameters:
value
- allowed object isBoolean
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
Integer
-
setPosition
Sets the value of the position property.- Parameters:
value
- allowed object isInteger
-
getClassName
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value
- allowed object isString
-