Class EnumOption

java.lang.Object
com.polarion.alm.ws.client.types.tracker.EnumOption
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PriorityOpt

public class EnumOption extends Object implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    EnumOption(boolean _default, String enumId, boolean hidden, String id, String name, boolean phantom, Property[] properties, int sequenceNumber)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    static org.apache.axis.encoding.Deserializer
    getDeserializer(String mechType, Class _javaType, QName _xmlType)
    Get Custom Deserializer
    Gets the enumId value for this EnumOption.
    Gets the id value for this EnumOption.
    Gets the name value for this EnumOption.
    Gets the properties value for this EnumOption.
    int
    Gets the sequenceNumber value for this EnumOption.
    static org.apache.axis.encoding.Serializer
    getSerializer(String mechType, Class _javaType, QName _xmlType)
    Get Custom Serializer
    static org.apache.axis.description.TypeDesc
    Return type metadata object
    int
     
    boolean
    Gets the _default value for this EnumOption.
    boolean
    Gets the hidden value for this EnumOption.
    boolean
    Gets the phantom value for this EnumOption.
    void
    set_default(boolean _default)
    Sets the _default value for this EnumOption.
    void
    setEnumId(String enumId)
    Sets the enumId value for this EnumOption.
    void
    setHidden(boolean hidden)
    Sets the hidden value for this EnumOption.
    void
    Sets the id value for this EnumOption.
    void
    Sets the name value for this EnumOption.
    void
    setPhantom(boolean phantom)
    Sets the phantom value for this EnumOption.
    void
    setProperties(Property[] properties)
    Sets the properties value for this EnumOption.
    void
    setSequenceNumber(int sequenceNumber)
    Sets the sequenceNumber value for this EnumOption.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnumOption

      public EnumOption()
    • EnumOption

      public EnumOption(boolean _default, String enumId, boolean hidden, String id, String name, boolean phantom, Property[] properties, int sequenceNumber)
  • Method Details

    • is_default

      public boolean is_default()
      Gets the _default value for this EnumOption.
      Returns:
      _default
    • set_default

      public void set_default(boolean _default)
      Sets the _default value for this EnumOption.
      Parameters:
      _default -
    • getEnumId

      public String getEnumId()
      Gets the enumId value for this EnumOption.
      Returns:
      enumId
    • setEnumId

      public void setEnumId(String enumId)
      Sets the enumId value for this EnumOption.
      Parameters:
      enumId -
    • isHidden

      public boolean isHidden()
      Gets the hidden value for this EnumOption.
      Returns:
      hidden
    • setHidden

      public void setHidden(boolean hidden)
      Sets the hidden value for this EnumOption.
      Parameters:
      hidden -
    • getId

      public String getId()
      Gets the id value for this EnumOption.
      Returns:
      id
    • setId

      public void setId(String id)
      Sets the id value for this EnumOption.
      Parameters:
      id -
    • getName

      public String getName()
      Gets the name value for this EnumOption.
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the name value for this EnumOption.
      Parameters:
      name -
    • isPhantom

      public boolean isPhantom()
      Gets the phantom value for this EnumOption.
      Returns:
      phantom
    • setPhantom

      public void setPhantom(boolean phantom)
      Sets the phantom value for this EnumOption.
      Parameters:
      phantom -
    • getProperties

      public Property[] getProperties()
      Gets the properties value for this EnumOption.
      Returns:
      properties
    • setProperties

      public void setProperties(Property[] properties)
      Sets the properties value for this EnumOption.
      Parameters:
      properties -
    • getSequenceNumber

      public int getSequenceNumber()
      Gets the sequenceNumber value for this EnumOption.
      Returns:
      sequenceNumber
    • setSequenceNumber

      public void setSequenceNumber(int sequenceNumber)
      Sets the sequenceNumber value for this EnumOption.
      Parameters:
      sequenceNumber -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTypeDesc

      public static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
    • getSerializer

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

      public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Deserializer