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

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

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return UIResponseClauseTO
 UIResponseClauseTO UIResponseOrTO.getClause()
          Gets the clause value for this UIResponseOrTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type UIResponseClauseTO
 void UIResponseOrTO.setClause(UIResponseClauseTO clause)
          Sets the clause value for this UIResponseOrTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type UIResponseClauseTO
UIResponseOrTO(UIResponseClauseTO clause, String name)