hudson.plugins.sfee.webservice
Class TrackerFieldSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.TrackerFieldSoapDO
All Implemented Interfaces:
java.io.Serializable

public class TrackerFieldSoapDO
extends ObjectSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TrackerFieldSoapDO()
           
TrackerFieldSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version, java.lang.String defaultTextValue, boolean disabled, int displayLines, int displaySize, java.lang.String fieldType, TrackerFieldValueSoapDO[] fieldValues, boolean hiddenOnCreate, java.lang.String name, boolean required, java.lang.String valueType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDefaultTextValue()
          Gets the defaultTextValue value for this TrackerFieldSoapDO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDisplayLines()
          Gets the displayLines value for this TrackerFieldSoapDO.
 int getDisplaySize()
          Gets the displaySize value for this TrackerFieldSoapDO.
 java.lang.String getFieldType()
          Gets the fieldType value for this TrackerFieldSoapDO.
 TrackerFieldValueSoapDO[] getFieldValues()
          Gets the fieldValues value for this TrackerFieldSoapDO.
 java.lang.String getName()
          Gets the name value for this TrackerFieldSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValueType()
          Gets the valueType value for this TrackerFieldSoapDO.
 int hashCode()
           
 boolean isDisabled()
          Gets the disabled value for this TrackerFieldSoapDO.
 boolean isHiddenOnCreate()
          Gets the hiddenOnCreate value for this TrackerFieldSoapDO.
 boolean isRequired()
          Gets the required value for this TrackerFieldSoapDO.
 void setDefaultTextValue(java.lang.String defaultTextValue)
          Sets the defaultTextValue value for this TrackerFieldSoapDO.
 void setDisabled(boolean disabled)
          Sets the disabled value for this TrackerFieldSoapDO.
 void setDisplayLines(int displayLines)
          Sets the displayLines value for this TrackerFieldSoapDO.
 void setDisplaySize(int displaySize)
          Sets the displaySize value for this TrackerFieldSoapDO.
 void setFieldType(java.lang.String fieldType)
          Sets the fieldType value for this TrackerFieldSoapDO.
 void setFieldValues(TrackerFieldValueSoapDO[] fieldValues)
          Sets the fieldValues value for this TrackerFieldSoapDO.
 void setHiddenOnCreate(boolean hiddenOnCreate)
          Sets the hiddenOnCreate value for this TrackerFieldSoapDO.
 void setName(java.lang.String name)
          Sets the name value for this TrackerFieldSoapDO.
 void setRequired(boolean required)
          Sets the required value for this TrackerFieldSoapDO.
 void setValueType(java.lang.String valueType)
          Sets the valueType value for this TrackerFieldSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackerFieldSoapDO

public TrackerFieldSoapDO()

TrackerFieldSoapDO

public TrackerFieldSoapDO(java.lang.String createdBy,
                          java.util.Calendar createdDate,
                          java.lang.String id,
                          java.lang.String lastModifiedBy,
                          java.util.Calendar lastModifiedDate,
                          int version,
                          java.lang.String defaultTextValue,
                          boolean disabled,
                          int displayLines,
                          int displaySize,
                          java.lang.String fieldType,
                          TrackerFieldValueSoapDO[] fieldValues,
                          boolean hiddenOnCreate,
                          java.lang.String name,
                          boolean required,
                          java.lang.String valueType)
Method Detail

getDefaultTextValue

public java.lang.String getDefaultTextValue()
Gets the defaultTextValue value for this TrackerFieldSoapDO.

Returns:
defaultTextValue

setDefaultTextValue

public void setDefaultTextValue(java.lang.String defaultTextValue)
Sets the defaultTextValue value for this TrackerFieldSoapDO.

Parameters:
defaultTextValue -

isDisabled

public boolean isDisabled()
Gets the disabled value for this TrackerFieldSoapDO.

Returns:
disabled

setDisabled

public void setDisabled(boolean disabled)
Sets the disabled value for this TrackerFieldSoapDO.

Parameters:
disabled -

getDisplayLines

public int getDisplayLines()
Gets the displayLines value for this TrackerFieldSoapDO.

Returns:
displayLines

setDisplayLines

public void setDisplayLines(int displayLines)
Sets the displayLines value for this TrackerFieldSoapDO.

Parameters:
displayLines -

getDisplaySize

public int getDisplaySize()
Gets the displaySize value for this TrackerFieldSoapDO.

Returns:
displaySize

setDisplaySize

public void setDisplaySize(int displaySize)
Sets the displaySize value for this TrackerFieldSoapDO.

Parameters:
displaySize -

getFieldType

public java.lang.String getFieldType()
Gets the fieldType value for this TrackerFieldSoapDO.

Returns:
fieldType

setFieldType

public void setFieldType(java.lang.String fieldType)
Sets the fieldType value for this TrackerFieldSoapDO.

Parameters:
fieldType -

getFieldValues

public TrackerFieldValueSoapDO[] getFieldValues()
Gets the fieldValues value for this TrackerFieldSoapDO.

Returns:
fieldValues

setFieldValues

public void setFieldValues(TrackerFieldValueSoapDO[] fieldValues)
Sets the fieldValues value for this TrackerFieldSoapDO.

Parameters:
fieldValues -

isHiddenOnCreate

public boolean isHiddenOnCreate()
Gets the hiddenOnCreate value for this TrackerFieldSoapDO.

Returns:
hiddenOnCreate

setHiddenOnCreate

public void setHiddenOnCreate(boolean hiddenOnCreate)
Sets the hiddenOnCreate value for this TrackerFieldSoapDO.

Parameters:
hiddenOnCreate -

getName

public java.lang.String getName()
Gets the name value for this TrackerFieldSoapDO.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this TrackerFieldSoapDO.

Parameters:
name -

isRequired

public boolean isRequired()
Gets the required value for this TrackerFieldSoapDO.

Returns:
required

setRequired

public void setRequired(boolean required)
Sets the required value for this TrackerFieldSoapDO.

Parameters:
required -

getValueType

public java.lang.String getValueType()
Gets the valueType value for this TrackerFieldSoapDO.

Returns:
valueType

setValueType

public void setValueType(java.lang.String valueType)
Sets the valueType value for this TrackerFieldSoapDO.

Parameters:
valueType -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ObjectSoapDO

hashCode

public int hashCode()
Overrides:
hashCode in class ObjectSoapDO

getTypeDesc

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


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

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



Copyright © 2008. All Rights Reserved.