Uses of Class
org.eclipse.higgins.proxy.web.ws.wsdl.UIResponseUsableCardsTO

Packages that use UIResponseUsableCardsTO
org.eclipse.higgins.proxy.web.ws.wsdl   
 

Uses of UIResponseUsableCardsTO in org.eclipse.higgins.proxy.web.ws.wsdl
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl that return UIResponseUsableCardsTO
 UIResponseUsableCardsTO UIResponseClauseTO.getUsableCards()
          Gets the usableCards value for this UIResponseClauseTO.
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UIResponseUsableCardsTO
 void UIResponseClauseTO.setUsableCards(UIResponseUsableCardsTO usableCards)
          Sets the usableCards value for this UIResponseClauseTO.
 

Constructors in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UIResponseUsableCardsTO
UIResponseClauseTO(String[] label, String[] labelType, String longOptional, String longlabel, String name, RPPolicy oldPolicy, String[] optional, String[] optionalType, UIResponseUsableCardsTO usableCards, String[] usedCardCuids)