public class AuthorizationData extends Object implements Serializable
Java class for authorizationData complex type.
The following schema fragment specifies the expected content contained within this class.
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.