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

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

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

Methods in org.eclipse.higgins.ics.ws.client that return PropertyTO
static PropertyTO Utils.claimItem2propertyTO(ClaimItem claimItem)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type PropertyTO
static ClaimItem Utils.propertyTO2ClaimItem(PropertyTO propertyTO)
           
 

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return PropertyTO
 PropertyTO[] PropertyTO.getComplexValue()
          Gets the complexValue value for this PropertyTO.
 PropertyTO[] UIResponseCardTO.getOptionalClaims()
          Gets the optionalClaims value for this UIResponseCardTO.
 PropertyTO[] UIResponseCardTO.getProperties()
          Gets the properties value for this UIResponseCardTO.
 PropertyTO[] ICardTO.getProperties()
          Gets the properties value for this ICardTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type PropertyTO
 void PropertyTO.setComplexValue(PropertyTO[] complexValue)
          Sets the complexValue value for this PropertyTO.
 void UIResponseCardTO.setOptionalClaims(PropertyTO[] optionalClaims)
          Sets the optionalClaims value for this UIResponseCardTO.
 void UIResponseCardTO.setProperties(PropertyTO[] properties)
          Sets the properties value for this UIResponseCardTO.
 void ICardTO.setProperties(PropertyTO[] properties)
          Sets the properties value for this ICardTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type PropertyTO
PropertyTO(String name, String inputMask, String[] optionalValues, String pattern, int type, String claimType, PropertyTO[] complexValue, String[] value, String valueType)
           
UIResponseCardTO(String name, String description, byte[] image, String imagetype, PropertyTO[] optionalClaims, PropertyTO[] properties, boolean saveCard, String[] supportedClaimTypes, UITokenServiceCredentialTO[] tokenservices, String uid)
           
ICardTO(String name, String cuid, boolean deleteable, Calendar expiredTime, String id, byte[] image, String imageType, String issuerName, PropertyTO[] properties, boolean selfIssued, UITokenServiceCredentialTO[] tokenServiceCredentials)