public class CredentialVerfication extends Object
Java class for credentialVerfication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="credentialVerfication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isValid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isValid |
| Constructor and Description |
|---|
CredentialVerfication() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIsValid()
Gets the value of the isValid property.
|
void |
setIsValid(boolean value)
Sets the value of the isValid property.
|
Copyright © 2015-07-20–2017 AT&T. All rights reserved.