public class PhysicalVerification extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="credentialLevel"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="primary"/> <enumeration value="secondary"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
credentialLevel |
Constructor and Description |
---|
PhysicalVerification() |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialLevel()
Gets the value of the credentialLevel property.
|
void |
setCredentialLevel(String value)
Sets the value of the credentialLevel property.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.