|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.ics.ws.wsdl.ICardTO
Constructor Summary | |
---|---|
ICardTO()
|
|
ICardTO(CardExtensionTO[] cardExtensions,
String cuid,
boolean deleteable,
Calendar expiredTime,
String id,
byte[] image,
String imageType,
String issuerName,
String name,
PropertyTO[] properties,
boolean selfIssued,
STSPolicyTO stsPolicy,
UITokenServiceCredentialTO[] tokenServiceCredentials,
String type)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
CardExtensionTO[] |
getCardExtensions()
Gets the cardExtensions value for this ICardTO. |
String |
getCuid()
Gets the cuid value for this ICardTO. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Calendar |
getExpiredTime()
Gets the expiredTime value for this ICardTO. |
String |
getId()
Gets the id value for this ICardTO. |
byte[] |
getImage()
Gets the image value for this ICardTO. |
String |
getImageType()
Gets the imageType value for this ICardTO. |
String |
getIssuerName()
Gets the issuerName value for this ICardTO. |
String |
getName()
Gets the name value for this ICardTO. |
PropertyTO[] |
getProperties()
Gets the properties value for this ICardTO. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
STSPolicyTO |
getStsPolicy()
Gets the stsPolicy value for this ICardTO. |
UITokenServiceCredentialTO[] |
getTokenServiceCredentials()
Gets the tokenServiceCredentials value for this ICardTO. |
String |
getType()
Gets the type value for this ICardTO. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isDeleteable()
Gets the deleteable value for this ICardTO. |
boolean |
isSelfIssued()
Gets the selfIssued value for this ICardTO. |
void |
setCardExtensions(CardExtensionTO[] cardExtensions)
Sets the cardExtensions value for this ICardTO. |
void |
setCuid(String cuid)
Sets the cuid value for this ICardTO. |
void |
setDeleteable(boolean deleteable)
Sets the deleteable value for this ICardTO. |
void |
setExpiredTime(Calendar expiredTime)
Sets the expiredTime value for this ICardTO. |
void |
setId(String id)
Sets the id value for this ICardTO. |
void |
setImage(byte[] image)
Sets the image value for this ICardTO. |
void |
setImageType(String imageType)
Sets the imageType value for this ICardTO. |
void |
setIssuerName(String issuerName)
Sets the issuerName value for this ICardTO. |
void |
setName(String name)
Sets the name value for this ICardTO. |
void |
setProperties(PropertyTO[] properties)
Sets the properties value for this ICardTO. |
void |
setSelfIssued(boolean selfIssued)
Sets the selfIssued value for this ICardTO. |
void |
setStsPolicy(STSPolicyTO stsPolicy)
Sets the stsPolicy value for this ICardTO. |
void |
setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
Sets the tokenServiceCredentials value for this ICardTO. |
void |
setType(String type)
Sets the type value for this ICardTO. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ICardTO()
public ICardTO(CardExtensionTO[] cardExtensions, String cuid, boolean deleteable, Calendar expiredTime, String id, byte[] image, String imageType, String issuerName, String name, PropertyTO[] properties, boolean selfIssued, STSPolicyTO stsPolicy, UITokenServiceCredentialTO[] tokenServiceCredentials, String type)
Method Detail |
public CardExtensionTO[] getCardExtensions()
public void setCardExtensions(CardExtensionTO[] cardExtensions)
cardExtensions
- public String getCuid()
public void setCuid(String cuid)
cuid
- public boolean isDeleteable()
public void setDeleteable(boolean deleteable)
deleteable
- public Calendar getExpiredTime()
public void setExpiredTime(Calendar expiredTime)
expiredTime
- public String getId()
public void setId(String id)
id
- public byte[] getImage()
public void setImage(byte[] image)
image
- public String getImageType()
public void setImageType(String imageType)
imageType
- public String getIssuerName()
public void setIssuerName(String issuerName)
issuerName
- public String getName()
public void setName(String name)
name
- public PropertyTO[] getProperties()
public void setProperties(PropertyTO[] properties)
properties
- public boolean isSelfIssued()
public void setSelfIssued(boolean selfIssued)
selfIssued
- public STSPolicyTO getStsPolicy()
public void setStsPolicy(STSPolicyTO stsPolicy)
stsPolicy
- public UITokenServiceCredentialTO[] getTokenServiceCredentials()
public void setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
tokenServiceCredentials
- public String getType()
public void setType(String type)
type
- public boolean equals(Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |