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

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

public class UIResponseOrTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIResponseOrTO()
           
UIResponseOrTO(String name, UIResponseClauseTO clause)
           
 
Method Summary
 boolean equals(Object obj)
           
 UIResponseClauseTO getClause()
          Gets the clause value for this UIResponseOrTO.
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
 int hashCode()
           
 void setClause(UIResponseClauseTO clause)
          Sets the clause value for this UIResponseOrTO.
 
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

UIResponseOrTO

public UIResponseOrTO()

UIResponseOrTO

public UIResponseOrTO(String name,
                      UIResponseClauseTO clause)
Method Detail

getClause

public UIResponseClauseTO getClause()
Gets the clause value for this UIResponseOrTO.

Returns:
clause

setClause

public void setClause(UIResponseClauseTO clause)
Sets the clause value for this UIResponseOrTO.

Parameters:
clause -

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