public class AuthorizationDefinitionData extends Object implements Serializable
Java class for authorizationDefinitionData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorizationCode |
protected ContactAuthorizationDataType |
dataType |
protected MultiLingual |
externalName |
protected Boolean |
mandatory |
protected Integer |
rank |
protected VisibilityEnum |
visibility |
| Constructor and Description |
|---|
AuthorizationDefinitionData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationCode()
Gets the value of the authorizationCode property.
|
ContactAuthorizationDataType |
getDataType()
Gets the value of the dataType property.
|
MultiLingual |
getExternalName()
Gets the value of the externalName property.
|
Integer |
getRank()
Gets the value of the rank property.
|
VisibilityEnum |
getVisibility()
Gets the value of the visibility property.
|
Boolean |
isMandatory()
Gets the value of the mandatory property.
|
void |
setAuthorizationCode(String value)
Sets the value of the authorizationCode property.
|
void |
setDataType(ContactAuthorizationDataType value)
Sets the value of the dataType property.
|
void |
setExternalName(MultiLingual value)
Sets the value of the externalName property.
|
void |
setMandatory(Boolean value)
Sets the value of the mandatory property.
|
void |
setRank(Integer value)
Sets the value of the rank property.
|
void |
setVisibility(VisibilityEnum value)
Sets the value of the visibility property.
|
protected String authorizationCode
protected ContactAuthorizationDataType dataType
protected MultiLingual externalName
protected Boolean mandatory
protected Integer rank
protected VisibilityEnum visibility
public String getAuthorizationCode()
Stringpublic void setAuthorizationCode(String value)
value - allowed object is
Stringpublic ContactAuthorizationDataType getDataType()
ContactAuthorizationDataTypepublic void setDataType(ContactAuthorizationDataType value)
value - allowed object is
ContactAuthorizationDataTypepublic MultiLingual getExternalName()
MultiLingualpublic void setExternalName(MultiLingual value)
value - allowed object is
MultiLingualpublic Boolean isMandatory()
Booleanpublic void setMandatory(Boolean value)
value - allowed object is
Booleanpublic Integer getRank()
Integerpublic void setRank(Integer value)
value - allowed object is
Integerpublic VisibilityEnum getVisibility()
VisibilityEnumpublic void setVisibility(VisibilityEnum value)
value - allowed object is
VisibilityEnumCopyright © 2021. All rights reserved.