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

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.ITemplateElementTO
All Implemented Interfaces:
Serializable

public class ITemplateElementTO
extends UIDescriptorTO
implements Serializable

See Also:
Serialized Form

Constructor Summary
ITemplateElementTO()
           
ITemplateElementTO(String name, String inputMask, String[] optionalValues, String pattern, int type, ITemplateElementTO[] containerValue, String description, String id, boolean isValueRequired, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 ITemplateElementTO[] getContainerValue()
          Gets the containerValue value for this ITemplateElementTO.
 String getDescription()
          Gets the description value for this ITemplateElementTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this ITemplateElementTO.
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 ITemplateElementTO.
 int hashCode()
           
 boolean isIsValueRequired()
          Gets the isValueRequired value for this ITemplateElementTO.
 void setContainerValue(ITemplateElementTO[] containerValue)
          Sets the containerValue value for this ITemplateElementTO.
 void setDescription(String description)
          Sets the description value for this ITemplateElementTO.
 void setId(String id)
          Sets the id value for this ITemplateElementTO.
 void setIsValueRequired(boolean isValueRequired)
          Sets the isValueRequired value for this ITemplateElementTO.
 void setValue(String value)
          Sets the value value for this ITemplateElementTO.
 
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

ITemplateElementTO

public ITemplateElementTO()

ITemplateElementTO

public ITemplateElementTO(String name,
                          String inputMask,
                          String[] optionalValues,
                          String pattern,
                          int type,
                          ITemplateElementTO[] containerValue,
                          String description,
                          String id,
                          boolean isValueRequired,
                          String value)
Method Detail

getContainerValue

public ITemplateElementTO[] getContainerValue()
Gets the containerValue value for this ITemplateElementTO.

Returns:
containerValue

setContainerValue

public void setContainerValue(ITemplateElementTO[] containerValue)
Sets the containerValue value for this ITemplateElementTO.

Parameters:
containerValue -

getDescription

public String getDescription()
Gets the description value for this ITemplateElementTO.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this ITemplateElementTO.

Parameters:
description -

getId

public String getId()
Gets the id value for this ITemplateElementTO.

Returns:
id

setId

public void setId(String id)
Sets the id value for this ITemplateElementTO.

Parameters:
id -

isIsValueRequired

public boolean isIsValueRequired()
Gets the isValueRequired value for this ITemplateElementTO.

Returns:
isValueRequired

setIsValueRequired

public void setIsValueRequired(boolean isValueRequired)
Sets the isValueRequired value for this ITemplateElementTO.

Parameters:
isValueRequired -

getValue

public String getValue()
Gets the value value for this ITemplateElementTO.

Returns:
value

setValue

public void setValue(String value)
Sets the value value for this ITemplateElementTO.

Parameters:
value -

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