public class ExternalAdministrativeNumberDefinitionData extends Object
Java class for externalAdministrativeNumberDefinitionData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="externalAdministrativeNumberDefinitionData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="adminNumCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="adminNumIdCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="externalName" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}multiLingual" minOccurs="0"/> <element name="rank" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
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.