public class AuthorizationData extends Object
Java class for authorizationData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authorizationData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="allowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="authorizationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowed |
protected String |
authorizationCode |
Constructor and Description |
---|
AuthorizationData() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationCode()
Gets the value of the authorizationCode property.
|
boolean |
isAllowed()
Gets the value of the allowed property.
|
void |
setAllowed(boolean value)
Sets the value of the allowed property.
|
void |
setAuthorizationCode(String value)
Sets the value of the authorizationCode property.
|
protected boolean allowed
protected String authorizationCode
public boolean isAllowed()
public void setAllowed(boolean value)
public String getAuthorizationCode()
String
Copyright © 2021. All rights reserved.