Class CatalogueReference

  • All Implemented Interfaces:
    Serializable

    public class CatalogueReference
    extends Object
    implements Serializable

    Java class for CatalogueReference complex type.

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

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

      • keyCatalogueReference

        protected String keyCatalogueReference
      • catalogueReferenceExtension

        protected ExtensionType catalogueReferenceExtension
    • Constructor Detail

      • CatalogueReference

        public CatalogueReference()
    • Method Detail

      • getKeyCatalogueReference

        public String getKeyCatalogueReference()
        Gets the value of the keyCatalogueReference property.
        Returns:
        possible object is String
      • setKeyCatalogueReference

        public void setKeyCatalogueReference​(String value)
        Sets the value of the keyCatalogueReference property.
        Parameters:
        value - allowed object is String
      • getCatalogueReferenceExtension

        public ExtensionType getCatalogueReferenceExtension()
        Gets the value of the catalogueReferenceExtension property.
        Returns:
        possible object is ExtensionType
      • setCatalogueReferenceExtension

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