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

Packages that use ITemplateElementTO
org.eclipse.higgins.ics.ws.client   
org.eclipse.higgins.ics.ws.wsdl   
 

Uses of ITemplateElementTO in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client that return ITemplateElementTO
static ITemplateElementTO Utils.cardTemplateItem2templateElementTO(ITemplateElementTO elementTO, CardTemplateItem cardTemplateItem)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type ITemplateElementTO
static ITemplateElementTO Utils.cardTemplateItem2templateElementTO(ITemplateElementTO elementTO, CardTemplateItem cardTemplateItem)
           
static CardTemplateItem Utils.templateElementTO2cardTemplateItem(ITemplateElementTO elementTO)
           
 

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return ITemplateElementTO
 ITemplateElementTO[] ITemplateElementTO.getContainerValue()
          Gets the containerValue value for this ITemplateElementTO.
 ITemplateElementTO[] ICardTemplateTO.getElements()
          Gets the elements value for this ICardTemplateTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type ITemplateElementTO
 void ITemplateElementTO.setContainerValue(ITemplateElementTO[] containerValue)
          Sets the containerValue value for this ITemplateElementTO.
 void ICardTemplateTO.setElements(ITemplateElementTO[] elements)
          Sets the elements value for this ICardTemplateTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type ITemplateElementTO
ITemplateElementTO(ITemplateElementTO[] containerValue, String description, String id, String inputMask, boolean isValueRequired, String name, String[] optionalValues, String pattern, int type, String value)
           
ICardTemplateTO(String cardType, String description, ITemplateElementTO[] elements, String id, String name, String providerDescription, String providerID, String providerName)