Uses of Class
org.eclipse.higgins.proxy.web.ws.wsdl.PropertyTO

Packages that use PropertyTO
org.eclipse.higgins.proxy.web.ws.wsdl   
 

Uses of PropertyTO in org.eclipse.higgins.proxy.web.ws.wsdl
 

Methods in org.eclipse.higgins.proxy.web.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[] ICardTO.getProperties()
          Gets the properties value for this ICardTO.
 PropertyTO[] UIResponseCardTO.getProperties()
          Gets the properties value for this UIResponseCardTO.
 

Methods in org.eclipse.higgins.proxy.web.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 ICardTO.setProperties(PropertyTO[] properties)
          Sets the properties value for this ICardTO.
 void UIResponseCardTO.setProperties(PropertyTO[] properties)
          Sets the properties value for this UIResponseCardTO.
 

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