hudson.plugins.sfee.webservice
Class FieldSoapDO

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

public class FieldSoapDO
extends ObjectSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FieldSoapDO()
           
FieldSoapDO(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 defaultValue, boolean disabled, java.lang.String fieldType, FieldValueSoapDO[] fieldValues, java.lang.String name, boolean required, java.lang.String valueType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDefaultValue()
          Gets the defaultValue value for this FieldSoapDO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFieldType()
          Gets the fieldType value for this FieldSoapDO.
 FieldValueSoapDO[] getFieldValues()
          Gets the fieldValues value for this FieldSoapDO.
 java.lang.String getName()
          Gets the name value for this FieldSoapDO.
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 FieldSoapDO.
 int hashCode()
           
 boolean isDisabled()
          Gets the disabled value for this FieldSoapDO.
 boolean isRequired()
          Gets the required value for this FieldSoapDO.
 void setDefaultValue(java.lang.String defaultValue)
          Sets the defaultValue value for this FieldSoapDO.
 void setDisabled(boolean disabled)
          Sets the disabled value for this FieldSoapDO.
 void setFieldType(java.lang.String fieldType)
          Sets the fieldType value for this FieldSoapDO.
 void setFieldValues(FieldValueSoapDO[] fieldValues)
          Sets the fieldValues value for this FieldSoapDO.
 void setName(java.lang.String name)
          Sets the name value for this FieldSoapDO.
 void setRequired(boolean required)
          Sets the required value for this FieldSoapDO.
 void setValueType(java.lang.String valueType)
          Sets the valueType value for this FieldSoapDO.
 
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

FieldSoapDO

public FieldSoapDO()

FieldSoapDO

public FieldSoapDO(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 defaultValue,
                   boolean disabled,
                   java.lang.String fieldType,
                   FieldValueSoapDO[] fieldValues,
                   java.lang.String name,
                   boolean required,
                   java.lang.String valueType)
Method Detail

getDefaultValue

public java.lang.String getDefaultValue()
Gets the defaultValue value for this FieldSoapDO.

Returns:
defaultValue

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Sets the defaultValue value for this FieldSoapDO.

Parameters:
defaultValue -

isDisabled

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

Returns:
disabled

setDisabled

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

Parameters:
disabled -

getFieldType

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

Returns:
fieldType

setFieldType

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

Parameters:
fieldType -

getFieldValues

public FieldValueSoapDO[] getFieldValues()
Gets the fieldValues value for this FieldSoapDO.

Returns:
fieldValues

setFieldValues

public void setFieldValues(FieldValueSoapDO[] fieldValues)
Sets the fieldValues value for this FieldSoapDO.

Parameters:
fieldValues -

getName

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

Returns:
name

setName

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

Parameters:
name -

isRequired

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

Returns:
required

setRequired

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

Parameters:
required -

getValueType

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

Returns:
valueType

setValueType

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

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.