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

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

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return UIResponseCardTO
 UIResponseCardTO RPPSServiceSEI.getICardClaims(String userId, String password, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
           
 UIResponseCardTO RPPSServiceSEIBindingStub.getICardClaims(String userId, String password, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
           
 UIResponseCardTO[] UIResponseUsableCardsTO.getCard()
          Gets the card value for this UIResponseUsableCardsTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type UIResponseCardTO
 void UIResponseUsableCardsTO.setCard(UIResponseCardTO[] card)
          Sets the card value for this UIResponseUsableCardsTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type UIResponseCardTO
UIResponseUsableCardsTO(String name, UIResponseCardTO[] card)