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()
String
public void setAdminNumCode(String value)
value
- allowed object is
String
public String getAdminNumIdCode()
String
public void setAdminNumIdCode(String value)
value
- allowed object is
String
public MultiLingual getExternalName()
MultiLingual
public void setExternalName(MultiLingual value)
value
- allowed object is
MultiLingual
public Integer getRank()
Integer
Copyright © 2021. All rights reserved.