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

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

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return RPEndPointTO
 RPEndPointTO CardUsageTO.getRpEndPointTO()
          Gets the rpEndPointTO value for this CardUsageTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type RPEndPointTO
 void CardUsageTO.setRpEndPointTO(RPEndPointTO rpEndPointTO)
          Sets the rpEndPointTO value for this CardUsageTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type RPEndPointTO
CardUsageTO(Calendar date, RPEndPointTO rpEndPointTO, String site, boolean useAlways)