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

public class UIResponseClauseTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIResponseClauseTO()
           
UIResponseClauseTO(String name, String[] label, String[] labelType, String longOptional, String longlabel, String[] optional, String[] optionalType, 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
 String[] getLabel()
          Gets the label value for this UIResponseClauseTO.
 String[] getLabelType()
          Gets the labelType value for this UIResponseClauseTO.
 String getLonglabel()
          Gets the longlabel value for this UIResponseClauseTO.
 String getLongOptional()
          Gets the longOptional value for this UIResponseClauseTO.
 String[] getOptional()
          Gets the optional value for this UIResponseClauseTO.
 String[] getOptionalType()
          Gets the optionalType 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 setLabel(String[] label)
          Sets the label value for this UIResponseClauseTO.
 void setLabelType(String[] labelType)
          Sets the labelType value for this UIResponseClauseTO.
 void setLonglabel(String longlabel)
          Sets the longlabel value for this UIResponseClauseTO.
 void setLongOptional(String longOptional)
          Sets the longOptional value for this UIResponseClauseTO.
 void setOptional(String[] optional)
          Sets the optional value for this UIResponseClauseTO.
 void setOptionalType(String[] optionalType)
          Sets the optionalType 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.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,
                          UIResponseUsableCardsTO usableCards,
                          String[] usedCardCuids)
Method Detail

getLabel

public String[] getLabel()
Gets the label value for this UIResponseClauseTO.

Returns:
label

setLabel

public void setLabel(String[] label)
Sets the label value for this UIResponseClauseTO.

Parameters:
label -

getLabelType

public String[] getLabelType()
Gets the labelType value for this UIResponseClauseTO.

Returns:
labelType

setLabelType

public void setLabelType(String[] labelType)
Sets the labelType value for this UIResponseClauseTO.

Parameters:
labelType -

getLongOptional

public String getLongOptional()
Gets the longOptional value for this UIResponseClauseTO.

Returns:
longOptional

setLongOptional

public void setLongOptional(String longOptional)
Sets the longOptional value for this UIResponseClauseTO.

Parameters:
longOptional -

getLonglabel

public String getLonglabel()
Gets the longlabel value for this UIResponseClauseTO.

Returns:
longlabel

setLonglabel

public void setLonglabel(String longlabel)
Sets the longlabel value for this UIResponseClauseTO.

Parameters:
longlabel -

getOptional

public String[] getOptional()
Gets the optional value for this UIResponseClauseTO.

Returns:
optional

setOptional

public void setOptional(String[] optional)
Sets the optional value for this UIResponseClauseTO.

Parameters:
optional -

getOptionalType

public String[] getOptionalType()
Gets the optionalType value for this UIResponseClauseTO.

Returns:
optionalType

setOptionalType

public void setOptionalType(String[] optionalType)
Sets the optionalType value for this UIResponseClauseTO.

Parameters:
optionalType -

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 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