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()
CountryEnum
public void setCountry(CountryEnum value)
value
- allowed object is
CountryEnum
public java.lang.String getNationalIdentifier()
String
public void setNationalIdentifier(java.lang.String value)
value
- allowed object is
String
public ExtensionType getInternationalIdentifierExtension()
ExtensionType
public void setInternationalIdentifierExtension(ExtensionType value)
value
- allowed object is
ExtensionType