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

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

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

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

Methods in org.xmlsoap.schemas.ws._2005._02.trust that return ComputedKeyEnum
static ComputedKeyEnum ComputedKeyEnum.fromString(java.lang.String value)
           
static ComputedKeyEnum ComputedKeyEnum.fromValue(org.apache.axis.types.URI value)
           
 ComputedKeyEnum ComputedKeyOpenEnum.getComputedKeyEnumValue()
          Gets the computedKeyEnumValue value for this ComputedKeyOpenEnum.
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type ComputedKeyEnum
 void ComputedKeyOpenEnum.setComputedKeyEnumValue(ComputedKeyEnum _value)
          Sets the _value value for this ComputedKeyOpenEnum.
 

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