Class EnumOption
java.lang.Object
com.polarion.alm.ws.client.types.tracker.EnumOption
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PriorityOpt
- See Also:
-
Constructor Summary
ConstructorDescriptionEnumOption
(boolean _default, String enumId, boolean hidden, String id, String name, boolean phantom, Property[] properties, int sequenceNumber) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the enumId value for this EnumOption.getId()
Gets the id value for this EnumOption.getName()
Gets the name value for this EnumOption.Property[]
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 Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
boolean
Gets the _default value for this EnumOption.boolean
isHidden()
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
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.
-
Constructor Details
-
EnumOption
public EnumOption() -
EnumOption
-
-
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
Gets the enumId value for this EnumOption.- Returns:
- enumId
-
setEnumId
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
Gets the id value for this EnumOption.- Returns:
- id
-
setId
Sets the id value for this EnumOption.- Parameters:
id
-
-
getName
Gets the name value for this EnumOption.- Returns:
- name
-
setName
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
Gets the properties value for this EnumOption.- Returns:
- properties
-
setProperties
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
-
hashCode
public int hashCode() -
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
-