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

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

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return UIResponseOrTO
 UIResponseOrTO[] UIResponseAndTO.getOr()
          Gets the or value for this UIResponseAndTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type UIResponseOrTO
 void UIResponseAndTO.setOr(UIResponseOrTO[] or)
          Sets the or value for this UIResponseAndTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type UIResponseOrTO
UIResponseAndTO(String name, UIResponseOrTO[] or)