Uses of Class
org.xmlsoap.schemas.ws._2005._02.trust.KeyTypeEnum

Packages that use KeyTypeEnum
org.xmlsoap.schemas.ws._2005._02.trust   
 

Uses of KeyTypeEnum in org.xmlsoap.schemas.ws._2005._02.trust
 

Fields in org.xmlsoap.schemas.ws._2005._02.trust declared as KeyTypeEnum
static KeyTypeEnum KeyTypeEnum.value1
           
static KeyTypeEnum KeyTypeEnum.value2
           
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust that return KeyTypeEnum
static KeyTypeEnum KeyTypeEnum.fromString(java.lang.String value)
           
static KeyTypeEnum KeyTypeEnum.fromValue(org.apache.axis.types.URI value)
           
 KeyTypeEnum KeyTypeOpenEnum.getKeyTypeEnumValue()
          Gets the keyTypeEnumValue value for this KeyTypeOpenEnum.
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type KeyTypeEnum
 void KeyTypeOpenEnum.setKeyTypeEnumValue(KeyTypeEnum _value)
          Sets the _value value for this KeyTypeOpenEnum.
 

Constructors in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type KeyTypeEnum
KeyTypeOpenEnum(KeyTypeEnum _value)