org.eclipse.higgins.ics.ws.wsdl
Class PropertyTO

java.lang.Object
  extended byorg.eclipse.higgins.ics.ws.wsdl.BaseTransferObject
      extended byorg.eclipse.higgins.ics.ws.wsdl.UIDescriptorTO
          extended byorg.eclipse.higgins.ics.ws.wsdl.PropertyTO
All Implemented Interfaces:
Serializable

public class PropertyTO
extends UIDescriptorTO
implements Serializable

See Also:
Serialized Form

Constructor Summary
PropertyTO()
           
PropertyTO(String name, String inputMask, String[] optionalValues, String pattern, int type, String claimType, PropertyTO[] complexValue, String[] value, String valueType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClaimType()
          Gets the claimType value for this PropertyTO.
 PropertyTO[] getComplexValue()
          Gets the complexValue value for this PropertyTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String[] getValue()
          Gets the value value for this PropertyTO.
 String getValueType()
          Gets the valueType value for this PropertyTO.
 int hashCode()
           
 void setClaimType(String claimType)
          Sets the claimType value for this PropertyTO.
 void setComplexValue(PropertyTO[] complexValue)
          Sets the complexValue value for this PropertyTO.
 void setValue(String[] value)
          Sets the value value for this PropertyTO.
 void setValueType(String valueType)
          Sets the valueType value for this PropertyTO.
 
Methods inherited from class org.eclipse.higgins.ics.ws.wsdl.UIDescriptorTO
getInputMask, getOptionalValues, getPattern, getType, setInputMask, setOptionalValues, setPattern, setType
 
Methods inherited from class org.eclipse.higgins.ics.ws.wsdl.BaseTransferObject
getName, setName
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTO

public PropertyTO()

PropertyTO

public PropertyTO(String name,
                  String inputMask,
                  String[] optionalValues,
                  String pattern,
                  int type,
                  String claimType,
                  PropertyTO[] complexValue,
                  String[] value,
                  String valueType)
Method Detail

getClaimType

public String getClaimType()
Gets the claimType value for this PropertyTO.

Returns:
claimType

setClaimType

public void setClaimType(String claimType)
Sets the claimType value for this PropertyTO.

Parameters:
claimType -

getComplexValue

public PropertyTO[] getComplexValue()
Gets the complexValue value for this PropertyTO.

Returns:
complexValue

setComplexValue

public void setComplexValue(PropertyTO[] complexValue)
Sets the complexValue value for this PropertyTO.

Parameters:
complexValue -

getValue

public String[] getValue()
Gets the value value for this PropertyTO.

Returns:
value

setValue

public void setValue(String[] value)
Sets the value value for this PropertyTO.

Parameters:
value -

getValueType

public String getValueType()
Gets the valueType value for this PropertyTO.

Returns:
valueType

setValueType

public void setValueType(String valueType)
Sets the valueType value for this PropertyTO.

Parameters:
valueType -

equals

public boolean equals(Object obj)
Overrides:
equals in class UIDescriptorTO

hashCode

public int hashCode()
Overrides:
hashCode in class UIDescriptorTO

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,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

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