org.eclipse.higgins.proxy.web.ws.wsdl
Class UIResponseTO

java.lang.Object
  extended by org.eclipse.higgins.proxy.web.ws.wsdl.UIResponseTO
All Implemented Interfaces:
Serializable

public class UIResponseTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIResponseTO()
           
UIResponseTO(UIResponseRPTO RP, UIResponseAndTO[] and, String name, 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
 String getName()
          Gets the name value for this UIResponseTO.
 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 setName(String name)
          Sets the name 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 java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIResponseTO

public UIResponseTO()

UIResponseTO

public UIResponseTO(UIResponseRPTO RP,
                    UIResponseAndTO[] and,
                    String name,
                    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 -

getName

public String getName()
Gets the name value for this UIResponseTO.

Returns:
name

setName

public void setName(String name)
Sets the name value for this UIResponseTO.

Parameters:
name -

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 Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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