Uses of Class
net.webpdf.wsclient.schema.operation.CertificationLevelType
-
Packages that use CertificationLevelType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of CertificationLevelType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as CertificationLevelType Modifier and Type Field Description protected CertificationLevelTypeSignatureType.Add. certificationLevelMethods in net.webpdf.wsclient.schema.operation that return CertificationLevelType Modifier and Type Method Description static CertificationLevelTypeCertificationLevelType. fromValue(String v)CertificationLevelTypeSignatureType.Add. getCertificationLevel()Gets the value of the certificationLevel property.static CertificationLevelTypeCertificationLevelType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificationLevelType[]CertificationLevelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type CertificationLevelType Modifier and Type Method Description voidSignatureType.Add. setCertificationLevel(CertificationLevelType value)Sets the value of the certificationLevel property.
-