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

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

public class UIResponseClauseTO
extends RPPolicy
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIResponseClauseTO()
           
UIResponseClauseTO(String name, String[] label, String[] labelType, String longOptional, String longlabel, String[] optional, String[] optionalType, String privacyVersion, RPPolicy oldPolicy, UIResponseUsableCardsTO usableCards, String[] usedCardCuids)
           
 
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
 RPPolicy getOldPolicy()
          Gets the oldPolicy value for this UIResponseClauseTO.
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
 UIResponseUsableCardsTO getUsableCards()
          Gets the usableCards value for this UIResponseClauseTO.
 String[] getUsedCardCuids()
          Gets the usedCardCuids value for this UIResponseClauseTO.
 int hashCode()
           
 void setOldPolicy(RPPolicy oldPolicy)
          Sets the oldPolicy value for this UIResponseClauseTO.
 void setUsableCards(UIResponseUsableCardsTO usableCards)
          Sets the usableCards value for this UIResponseClauseTO.
 void setUsedCardCuids(String[] usedCardCuids)
          Sets the usedCardCuids value for this UIResponseClauseTO.
 
Methods inherited from class org.eclipse.higgins.ics.ws.wsdl.RPPolicy
getLabel, getLabelType, getLonglabel, getLongOptional, getOptional, getOptionalType, getPrivacyVersion, setLabel, setLabelType, setLonglabel, setLongOptional, setOptional, setOptionalType, setPrivacyVersion
 
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

UIResponseClauseTO

public UIResponseClauseTO()

UIResponseClauseTO

public UIResponseClauseTO(String name,
                          String[] label,
                          String[] labelType,
                          String longOptional,
                          String longlabel,
                          String[] optional,
                          String[] optionalType,
                          String privacyVersion,
                          RPPolicy oldPolicy,
                          UIResponseUsableCardsTO usableCards,
                          String[] usedCardCuids)
Method Detail

getOldPolicy

public RPPolicy getOldPolicy()
Gets the oldPolicy value for this UIResponseClauseTO.

Returns:
oldPolicy

setOldPolicy

public void setOldPolicy(RPPolicy oldPolicy)
Sets the oldPolicy value for this UIResponseClauseTO.

Parameters:
oldPolicy -

getUsableCards

public UIResponseUsableCardsTO getUsableCards()
Gets the usableCards value for this UIResponseClauseTO.

Returns:
usableCards

setUsableCards

public void setUsableCards(UIResponseUsableCardsTO usableCards)
Sets the usableCards value for this UIResponseClauseTO.

Parameters:
usableCards -

getUsedCardCuids

public String[] getUsedCardCuids()
Gets the usedCardCuids value for this UIResponseClauseTO.

Returns:
usedCardCuids

setUsedCardCuids

public void setUsedCardCuids(String[] usedCardCuids)
Sets the usedCardCuids value for this UIResponseClauseTO.

Parameters:
usedCardCuids -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RPPolicy

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