Class CustomFieldType
java.lang.Object
com.polarion.alm.ws.client.types.tracker.CustomFieldType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnumCustomFieldType
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the defaultValue value for this CustomFieldType.Gets the dependsOn value for this CustomFieldType.Gets the description value for this CustomFieldType.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()
Gets the id value for this CustomFieldType.getName()
Gets the name value for this CustomFieldType.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetType()
Gets the type value for this CustomFieldType.static org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
boolean
isMulti()
Gets the multi value for this CustomFieldType.boolean
Gets the required value for this CustomFieldType.void
setDefaultValue
(Object defaultValue) Sets the defaultValue value for this CustomFieldType.void
setDependsOn
(String dependsOn) Sets the dependsOn value for this CustomFieldType.void
setDescription
(String description) Sets the description value for this CustomFieldType.void
Sets the id value for this CustomFieldType.void
setMulti
(boolean multi) Sets the multi value for this CustomFieldType.void
Sets the name value for this CustomFieldType.void
setRequired
(boolean required) Sets the required value for this CustomFieldType.void
Sets the type value for this CustomFieldType.
-
Constructor Details
-
CustomFieldType
public CustomFieldType() -
CustomFieldType
-
-
Method Details
-
getDefaultValue
Gets the defaultValue value for this CustomFieldType.- Returns:
- defaultValue
-
setDefaultValue
Sets the defaultValue value for this CustomFieldType.- Parameters:
defaultValue
-
-
getDependsOn
Gets the dependsOn value for this CustomFieldType.- Returns:
- dependsOn
-
setDependsOn
Sets the dependsOn value for this CustomFieldType.- Parameters:
dependsOn
-
-
getDescription
Gets the description value for this CustomFieldType.- Returns:
- description
-
setDescription
Sets the description value for this CustomFieldType.- Parameters:
description
-
-
getId
Gets the id value for this CustomFieldType.- Returns:
- id
-
setId
Sets the id value for this CustomFieldType.- Parameters:
id
-
-
isMulti
public boolean isMulti()Gets the multi value for this CustomFieldType.- Returns:
- multi
-
setMulti
public void setMulti(boolean multi) Sets the multi value for this CustomFieldType.- Parameters:
multi
-
-
getName
Gets the name value for this CustomFieldType.- Returns:
- name
-
setName
Sets the name value for this CustomFieldType.- Parameters:
name
-
-
isRequired
public boolean isRequired()Gets the required value for this CustomFieldType.- Returns:
- required
-
setRequired
public void setRequired(boolean required) Sets the required value for this CustomFieldType.- Parameters:
required
-
-
getType
Gets the type value for this CustomFieldType.- Returns:
- type
-
setType
Sets the type value for this CustomFieldType.- Parameters:
type
-
-
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
-