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

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

public class UIResponseTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIResponseTO()
           
UIResponseTO(String name, UIResponseRPTO RP, UIResponseAndTO[] and, String status)
           
 
Method Summary
 boolean equals(Object obj)
           
 UIResponseAndTO[] getAnd()
          Gets the and value for this UIResponseTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 UIResponseRPTO getRP()
          Gets the RP value for this UIResponseTO.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 String getStatus()
          Gets the status value for this UIResponseTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAnd(UIResponseAndTO[] and)
          Sets the and value for this UIResponseTO.
 void setRP(UIResponseRPTO RP)
          Sets the RP value for this UIResponseTO.
 void setStatus(String status)
          Sets the status value for this UIResponseTO.
 
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

UIResponseTO

public UIResponseTO()

UIResponseTO

public UIResponseTO(String name,
                    UIResponseRPTO RP,
                    UIResponseAndTO[] and,
                    String status)
Method Detail

getRP

public UIResponseRPTO getRP()
Gets the RP value for this UIResponseTO.

Returns:
RP

setRP

public void setRP(UIResponseRPTO RP)
Sets the RP value for this UIResponseTO.

Parameters:
RP -

getAnd

public UIResponseAndTO[] getAnd()
Gets the and value for this UIResponseTO.

Returns:
and

setAnd

public void setAnd(UIResponseAndTO[] and)
Sets the and value for this UIResponseTO.

Parameters:
and -

getStatus

public String getStatus()
Gets the status value for this UIResponseTO.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this UIResponseTO.

Parameters:
status -

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