|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.sfee.webservice.ObjectSoapDO
hudson.plugins.sfee.webservice.FieldSoapDO
public class FieldSoapDO
| 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 |
|---|
public 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 |
|---|
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue - public boolean isDisabled()
public void setDisabled(boolean disabled)
disabled - public java.lang.String getFieldType()
public void setFieldType(java.lang.String fieldType)
fieldType - public FieldValueSoapDO[] getFieldValues()
public void setFieldValues(FieldValueSoapDO[] fieldValues)
fieldValues - public java.lang.String getName()
public void setName(java.lang.String name)
name - public boolean isRequired()
public void setRequired(boolean required)
required - public java.lang.String getValueType()
public void setValueType(java.lang.String valueType)
valueType - public boolean equals(java.lang.Object obj)
equals in class ObjectSoapDOpublic int hashCode()
hashCode in class ObjectSoapDOpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||