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()
String
public void setAuthorizationCode(String value)
value
- allowed object is
String
public ContactAuthorizationDataType getDataType()
ContactAuthorizationDataType
public void setDataType(ContactAuthorizationDataType value)
value
- allowed object is
ContactAuthorizationDataType
public MultiLingual getExternalName()
MultiLingual
public void setExternalName(MultiLingual value)
value
- allowed object is
MultiLingual
public Boolean isMandatory()
Boolean
public void setMandatory(Boolean value)
value
- allowed object is
Boolean
public Integer getRank()
Integer
public void setRank(Integer value)
value
- allowed object is
Integer
public VisibilityEnum getVisibility()
VisibilityEnum
public void setVisibility(VisibilityEnum value)
value
- allowed object is
VisibilityEnum
Copyright © 2021. All rights reserved.