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

java.lang.Object
  extended byorg.eclipse.higgins.ics.ws.wsdl.BaseTransferObject
      extended byorg.eclipse.higgins.ics.ws.wsdl.UIDescriptorTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ITemplateElementTO, PropertyTO

public class UIDescriptorTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIDescriptorTO()
           
UIDescriptorTO(String name, String inputMask, String[] optionalValues, String pattern, int type)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getInputMask()
          Gets the inputMask value for this UIDescriptorTO.
 String[] getOptionalValues()
          Gets the optionalValues value for this UIDescriptorTO.
 String getPattern()
          Gets the pattern value for this UIDescriptorTO.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getType()
          Gets the type value for this UIDescriptorTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setInputMask(String inputMask)
          Sets the inputMask value for this UIDescriptorTO.
 void setOptionalValues(String[] optionalValues)
          Sets the optionalValues value for this UIDescriptorTO.
 void setPattern(String pattern)
          Sets the pattern value for this UIDescriptorTO.
 void setType(int type)
          Sets the type value for this UIDescriptorTO.
 
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

UIDescriptorTO

public UIDescriptorTO()

UIDescriptorTO

public UIDescriptorTO(String name,
                      String inputMask,
                      String[] optionalValues,
                      String pattern,
                      int type)
Method Detail

getInputMask

public String getInputMask()
Gets the inputMask value for this UIDescriptorTO.

Returns:
inputMask

setInputMask

public void setInputMask(String inputMask)
Sets the inputMask value for this UIDescriptorTO.

Parameters:
inputMask -

getOptionalValues

public String[] getOptionalValues()
Gets the optionalValues value for this UIDescriptorTO.

Returns:
optionalValues

setOptionalValues

public void setOptionalValues(String[] optionalValues)
Sets the optionalValues value for this UIDescriptorTO.

Parameters:
optionalValues -

getPattern

public String getPattern()
Gets the pattern value for this UIDescriptorTO.

Returns:
pattern

setPattern

public void setPattern(String pattern)
Sets the pattern value for this UIDescriptorTO.

Parameters:
pattern -

getType

public int getType()
Gets the type value for this UIDescriptorTO.

Returns:
type

setType

public void setType(int type)
Sets the type value for this UIDescriptorTO.

Parameters:
type -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BaseTransferObject

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