Class InternationalIdentifier
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.InternationalIdentifier
-
- All Implemented Interfaces:
Serializable
public class InternationalIdentifier extends Object implements Serializable
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_0RC1/2_0}CountryEnum"/> <element name="nationalIdentifier" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="internationalIdentifierExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CountryEnumcountryprotected ExtensionTypeinternationalIdentifierExtensionprotected StringnationalIdentifier
-
Constructor Summary
Constructors Constructor Description InternationalIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountryEnumgetCountry()Gets the value of the country property.ExtensionTypegetInternationalIdentifierExtension()Gets the value of the internationalIdentifierExtension property.StringgetNationalIdentifier()Gets the value of the nationalIdentifier property.voidsetCountry(CountryEnum value)Sets the value of the country property.voidsetInternationalIdentifierExtension(ExtensionType value)Sets the value of the internationalIdentifierExtension property.voidsetNationalIdentifier(String value)Sets the value of the nationalIdentifier property.
-
-
-
Field Detail
-
country
protected CountryEnum country
-
nationalIdentifier
protected String nationalIdentifier
-
internationalIdentifierExtension
protected ExtensionType internationalIdentifierExtension
-
-
Method Detail
-
getCountry
public CountryEnum getCountry()
Gets the value of the country property.- Returns:
- possible object is
CountryEnum
-
setCountry
public void setCountry(CountryEnum value)
Sets the value of the country property.- Parameters:
value- allowed object isCountryEnum
-
getNationalIdentifier
public String getNationalIdentifier()
Gets the value of the nationalIdentifier property.- Returns:
- possible object is
String
-
setNationalIdentifier
public void setNationalIdentifier(String value)
Sets the value of the nationalIdentifier property.- Parameters:
value- allowed object isString
-
getInternationalIdentifierExtension
public ExtensionType getInternationalIdentifierExtension()
Gets the value of the internationalIdentifierExtension property.- Returns:
- possible object is
ExtensionType
-
setInternationalIdentifierExtension
public void setInternationalIdentifierExtension(ExtensionType value)
Sets the value of the internationalIdentifierExtension property.- Parameters:
value- allowed object isExtensionType
-
-