Class Option

java.lang.Object
com.emc.d2fs.models.option.Option
All Implemented Interfaces:
Serializable

public class Option extends Object implements 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 Details

    • Option

      public Option()
  • Method Details

    • getKey

      public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isSelected

      public Boolean isSelected()
      Gets the value of the selected property.
      Returns:
      possible object is Boolean
    • setSelected

      public void setSelected(Boolean value)
      Sets the value of the selected property.
      Parameters:
      value - allowed object is Boolean
    • isFixed

      public Boolean isFixed()
      Gets the value of the fixed property.
      Returns:
      possible object is Boolean
    • setFixed

      public void setFixed(Boolean value)
      Sets the value of the fixed property.
      Parameters:
      value - allowed object is Boolean
    • getPosition

      public Integer getPosition()
      Gets the value of the position property.
      Returns:
      possible object is Integer
    • setPosition

      public void setPosition(Integer value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is Integer
    • getClassName

      public String getClassName()
      Gets the value of the className property.
      Returns:
      possible object is String
    • setClassName

      public void setClassName(String value)
      Sets the value of the className property.
      Parameters:
      value - allowed object is String