public class InternationalIdentifier
extends java.lang.Object
Java class for InternationalIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InternationalIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="country" type="{http://datex2.eu/schema/2/2_0}CountryEnum"/>
<element name="nationalIdentifier" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="internationalIdentifierExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CountryEnum |
country |
protected ExtensionType |
internationalIdentifierExtension |
protected java.lang.String |
nationalIdentifier |
| Constructor and Description |
|---|
InternationalIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
CountryEnum |
getCountry()
Gets the value of the country property.
|
ExtensionType |
getInternationalIdentifierExtension()
Gets the value of the internationalIdentifierExtension property.
|
java.lang.String |
getNationalIdentifier()
Gets the value of the nationalIdentifier property.
|
void |
setCountry(CountryEnum value)
Sets the value of the country property.
|
void |
setInternationalIdentifierExtension(ExtensionType value)
Sets the value of the internationalIdentifierExtension property.
|
void |
setNationalIdentifier(java.lang.String value)
Sets the value of the nationalIdentifier property.
|
protected CountryEnum country
protected java.lang.String nationalIdentifier
protected ExtensionType internationalIdentifierExtension
public CountryEnum getCountry()
CountryEnumpublic void setCountry(CountryEnum value)
value - allowed object is
CountryEnumpublic java.lang.String getNationalIdentifier()
Stringpublic void setNationalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic ExtensionType getInternationalIdentifierExtension()
ExtensionTypepublic void setInternationalIdentifierExtension(ExtensionType value)
value - allowed object is
ExtensionType