Class PhysicalVerification
java.lang.Object
eu.europa.esig.saml.jaxb.authn.context.PhysicalVerification
- All Implemented Interfaces:
Serializable
public class PhysicalVerification extends Object implements Serializable
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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
credentialLevel
-
Constructor Summary
Constructors Constructor Description PhysicalVerification()
-
Method Summary
Modifier and Type Method Description String
getCredentialLevel()
Gets the value of the credentialLevel property.void
setCredentialLevel(String value)
Sets the value of the credentialLevel property.
-
Field Details
-
Constructor Details
-
PhysicalVerification
public PhysicalVerification()
-
-
Method Details
-
getCredentialLevel
Gets the value of the credentialLevel property.- Returns:
- possible object is
String
-
setCredentialLevel
Sets the value of the credentialLevel property.- Parameters:
value
- allowed object isString
-