Class PayloadEnumerations

  • All Implemented Interfaces:
    Serializable

    public abstract class PayloadEnumerations
    extends Object
    implements Serializable
    A collection of lists of enumeration values used throughout the DATEX II model.

    Java class for PayloadEnumerations complex type.

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

     <complexType name="PayloadEnumerations">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="locationEnumerations" type="{http://datex2.eu/schema/1_0/1_0}LocationEnumerations" minOccurs="0"/>
             <element name="payloadEnumerationsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PayloadEnumerations

        public PayloadEnumerations()
    • Method Detail

      • setLocationEnumerations

        public void setLocationEnumerations​(LocationEnumerations value)
        Sets the value of the locationEnumerations property.
        Parameters:
        value - allowed object is LocationEnumerations
      • getPayloadEnumerationsExtension

        public ExtensionType getPayloadEnumerationsExtension()
        Gets the value of the payloadEnumerationsExtension property.
        Returns:
        possible object is ExtensionType
      • setPayloadEnumerationsExtension

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