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

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

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

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

Methods in org.xmlsoap.schemas.ws._2005._02.trust that return BinarySecretTypeEnum
static BinarySecretTypeEnum BinarySecretTypeEnum.fromString(java.lang.String value)
           
static BinarySecretTypeEnum BinarySecretTypeEnum.fromValue(org.apache.axis.types.URI value)
           
 BinarySecretTypeEnum BinarySecretTypeOpenEnum.getBinarySecretTypeEnumValue()
          Gets the binarySecretTypeEnumValue value for this BinarySecretTypeOpenEnum.
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type BinarySecretTypeEnum
 void BinarySecretTypeOpenEnum.setBinarySecretTypeEnumValue(BinarySecretTypeEnum _value)
          Sets the _value value for this BinarySecretTypeOpenEnum.
 

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