Uses of Class
org.eclipse.higgins.ics.ws.wsdl.CardExtensionTO

Packages that use CardExtensionTO
org.eclipse.higgins.ics.ws.wsdl   
 

Uses of CardExtensionTO in org.eclipse.higgins.ics.ws.wsdl
 

Methods in org.eclipse.higgins.ics.ws.wsdl that return CardExtensionTO
 CardExtensionTO[] ICardTO.getCardExtensions()
          Gets the cardExtensions value for this ICardTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type CardExtensionTO
 void ICardTO.setCardExtensions(CardExtensionTO[] cardExtensions)
          Sets the cardExtensions value for this ICardTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type CardExtensionTO
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)