public class ExternalAdministrativeNumberDefinitionData extends Object implements Serializable
Java class for externalAdministrativeNumberDefinitionData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
adminNumCode |
protected String |
adminNumIdCode |
protected MultiLingual |
externalName |
protected Integer |
rank |
| Constructor and Description |
|---|
ExternalAdministrativeNumberDefinitionData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminNumCode()
Gets the value of the adminNumCode property.
|
String |
getAdminNumIdCode()
Gets the value of the adminNumIdCode property.
|
MultiLingual |
getExternalName()
Gets the value of the externalName property.
|
Integer |
getRank()
Gets the value of the rank property.
|
void |
setAdminNumCode(String value)
Sets the value of the adminNumCode property.
|
void |
setAdminNumIdCode(String value)
Sets the value of the adminNumIdCode property.
|
void |
setExternalName(MultiLingual value)
Sets the value of the externalName property.
|
void |
setRank(Integer value)
Sets the value of the rank property.
|
protected String adminNumCode
protected String adminNumIdCode
protected MultiLingual externalName
protected Integer rank
public ExternalAdministrativeNumberDefinitionData()
public String getAdminNumCode()
Stringpublic void setAdminNumCode(String value)
value - allowed object is
Stringpublic String getAdminNumIdCode()
Stringpublic void setAdminNumIdCode(String value)
value - allowed object is
Stringpublic MultiLingual getExternalName()
MultiLingualpublic void setExternalName(MultiLingual value)
value - allowed object is
MultiLingualpublic Integer getRank()
IntegerCopyright © 2021. All rights reserved.