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

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

public class UIResponseCardTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIResponseCardTO()
           
UIResponseCardTO(String name, String description, byte[] image, String imagetype, PropertyTO[] optionalClaims, PropertyTO[] properties, boolean saveCard, String[] supportedClaimTypes, UITokenServiceCredentialTO[] tokenservices, String uid)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this UIResponseCardTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 byte[] getImage()
          Gets the image value for this UIResponseCardTO.
 String getImagetype()
          Gets the imagetype value for this UIResponseCardTO.
 PropertyTO[] getOptionalClaims()
          Gets the optionalClaims value for this UIResponseCardTO.
 PropertyTO[] getProperties()
          Gets the properties value for this UIResponseCardTO.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 String[] getSupportedClaimTypes()
          Gets the supportedClaimTypes value for this UIResponseCardTO.
 UITokenServiceCredentialTO[] getTokenservices()
          Gets the tokenservices value for this UIResponseCardTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUid()
          Gets the uid value for this UIResponseCardTO.
 int hashCode()
           
 boolean isSaveCard()
          Gets the saveCard value for this UIResponseCardTO.
 void setDescription(String description)
          Sets the description value for this UIResponseCardTO.
 void setImage(byte[] image)
          Sets the image value for this UIResponseCardTO.
 void setImagetype(String imagetype)
          Sets the imagetype value for this UIResponseCardTO.
 void setOptionalClaims(PropertyTO[] optionalClaims)
          Sets the optionalClaims value for this UIResponseCardTO.
 void setProperties(PropertyTO[] properties)
          Sets the properties value for this UIResponseCardTO.
 void setSaveCard(boolean saveCard)
          Sets the saveCard value for this UIResponseCardTO.
 void setSupportedClaimTypes(String[] supportedClaimTypes)
          Sets the supportedClaimTypes value for this UIResponseCardTO.
 void setTokenservices(UITokenServiceCredentialTO[] tokenservices)
          Sets the tokenservices value for this UIResponseCardTO.
 void setUid(String uid)
          Sets the uid value for this UIResponseCardTO.
 
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

UIResponseCardTO

public UIResponseCardTO()

UIResponseCardTO

public UIResponseCardTO(String name,
                        String description,
                        byte[] image,
                        String imagetype,
                        PropertyTO[] optionalClaims,
                        PropertyTO[] properties,
                        boolean saveCard,
                        String[] supportedClaimTypes,
                        UITokenServiceCredentialTO[] tokenservices,
                        String uid)
Method Detail

getDescription

public String getDescription()
Gets the description value for this UIResponseCardTO.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this UIResponseCardTO.

Parameters:
description -

getImage

public byte[] getImage()
Gets the image value for this UIResponseCardTO.

Returns:
image

setImage

public void setImage(byte[] image)
Sets the image value for this UIResponseCardTO.

Parameters:
image -

getImagetype

public String getImagetype()
Gets the imagetype value for this UIResponseCardTO.

Returns:
imagetype

setImagetype

public void setImagetype(String imagetype)
Sets the imagetype value for this UIResponseCardTO.

Parameters:
imagetype -

getOptionalClaims

public PropertyTO[] getOptionalClaims()
Gets the optionalClaims value for this UIResponseCardTO.

Returns:
optionalClaims

setOptionalClaims

public void setOptionalClaims(PropertyTO[] optionalClaims)
Sets the optionalClaims value for this UIResponseCardTO.

Parameters:
optionalClaims -

getProperties

public PropertyTO[] getProperties()
Gets the properties value for this UIResponseCardTO.

Returns:
properties

setProperties

public void setProperties(PropertyTO[] properties)
Sets the properties value for this UIResponseCardTO.

Parameters:
properties -

isSaveCard

public boolean isSaveCard()
Gets the saveCard value for this UIResponseCardTO.

Returns:
saveCard

setSaveCard

public void setSaveCard(boolean saveCard)
Sets the saveCard value for this UIResponseCardTO.

Parameters:
saveCard -

getSupportedClaimTypes

public String[] getSupportedClaimTypes()
Gets the supportedClaimTypes value for this UIResponseCardTO.

Returns:
supportedClaimTypes

setSupportedClaimTypes

public void setSupportedClaimTypes(String[] supportedClaimTypes)
Sets the supportedClaimTypes value for this UIResponseCardTO.

Parameters:
supportedClaimTypes -

getTokenservices

public UITokenServiceCredentialTO[] getTokenservices()
Gets the tokenservices value for this UIResponseCardTO.

Returns:
tokenservices

setTokenservices

public void setTokenservices(UITokenServiceCredentialTO[] tokenservices)
Sets the tokenservices value for this UIResponseCardTO.

Parameters:
tokenservices -

getUid

public String getUid()
Gets the uid value for this UIResponseCardTO.

Returns:
uid

setUid

public void setUid(String uid)
Sets the uid value for this UIResponseCardTO.

Parameters:
uid -

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