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

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

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

Methods in org.eclipse.higgins.proxy.web.ws.wsdl that return MapTO
 MapTO[] RPPSServiceSEIBindingStub.getClaimValuesMRU(String userId, String password)
           
 MapTO[] RPPSServiceSEI.getClaimValuesMRU(String userId, String password)
           
 MapTO[] ICardResponseTO.getRelationList()
          Gets the relationList value for this ICardResponseTO.
 MapTO[] ICardsAndCategoryTO.getRelationList()
          Gets the relationList value for this ICardsAndCategoryTO.
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type MapTO
 void ICardResponseTO.setRelationList(MapTO[] relationList)
          Sets the relationList value for this ICardResponseTO.
 void ICardsAndCategoryTO.setRelationList(MapTO[] relationList)
          Sets the relationList value for this ICardsAndCategoryTO.
 

Constructors in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type MapTO
ICardResponseTO(ICardTO[] ICardList, int code, String message, MapTO[] relationList)
           
ICardsAndCategoryTO(ICardTO[] ICardList, CategoryTO[] categoryList, int code, String message, MapTO[] relationList)