Class 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 Detail

      • nationalIdentifier

        protected String nationalIdentifier
      • internationalIdentifierExtension

        protected ExtensionType internationalIdentifierExtension
    • Constructor Detail

      • InternationalIdentifier

        public InternationalIdentifier()
    • 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 is CountryEnum
      • 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 is String
      • 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 is ExtensionType