Class ExternalReferencing

  • All Implemented Interfaces:
    Serializable

    public class ExternalReferencing
    extends Object
    implements Serializable

    Java class for ExternalReferencing complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ExternalReferencing">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="externalLocationCode" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/>
             <element name="externalReferencingSystem" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/>
             <element name="externalReferencingExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • externalLocationCode

        protected String externalLocationCode
      • externalReferencingSystem

        protected String externalReferencingSystem
      • externalReferencingExtension

        protected ExtensionType externalReferencingExtension
    • Constructor Detail

      • ExternalReferencing

        public ExternalReferencing()
    • Method Detail

      • getExternalLocationCode

        public String getExternalLocationCode()
        Gets the value of the externalLocationCode property.
        Returns:
        possible object is String
      • setExternalLocationCode

        public void setExternalLocationCode​(String value)
        Sets the value of the externalLocationCode property.
        Parameters:
        value - allowed object is String
      • getExternalReferencingSystem

        public String getExternalReferencingSystem()
        Gets the value of the externalReferencingSystem property.
        Returns:
        possible object is String
      • setExternalReferencingSystem

        public void setExternalReferencingSystem​(String value)
        Sets the value of the externalReferencingSystem property.
        Parameters:
        value - allowed object is String
      • getExternalReferencingExtension

        public ExtensionType getExternalReferencingExtension()
        Gets the value of the externalReferencingExtension property.
        Returns:
        possible object is ExtensionType
      • setExternalReferencingExtension

        public void setExternalReferencingExtension​(ExtensionType value)
        Sets the value of the externalReferencingExtension property.
        Parameters:
        value - allowed object is ExtensionType