Class D2LogicalModel

  • All Implemented Interfaces:
    Serializable

    public class D2LogicalModel
    extends Object
    implements Serializable

    Java class for D2LogicalModel complex type.

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

     <complexType name="D2LogicalModel">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="exchange" type="{http://datex2.eu/schema/2_0RC1/2_0}Exchange"/>
             <element name="payloadPublication" type="{http://datex2.eu/schema/2_0RC1/2_0}PayloadPublication" minOccurs="0"/>
             <element name="d2LogicalModelExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
           <attribute name="modelBaseVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="2.0RC1" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • D2LogicalModel

        public D2LogicalModel()
    • Method Detail

      • getExchange

        public Exchange getExchange()
        Gets the value of the exchange property.
        Returns:
        possible object is Exchange
      • setExchange

        public void setExchange​(Exchange value)
        Sets the value of the exchange property.
        Parameters:
        value - allowed object is Exchange
      • setPayloadPublication

        public void setPayloadPublication​(PayloadPublication value)
        Sets the value of the payloadPublication property.
        Parameters:
        value - allowed object is PayloadPublication
      • getD2LogicalModelExtension

        public ExtensionType getD2LogicalModelExtension()
        Gets the value of the d2LogicalModelExtension property.
        Returns:
        possible object is ExtensionType
      • setD2LogicalModelExtension

        public void setD2LogicalModelExtension​(ExtensionType value)
        Sets the value of the d2LogicalModelExtension property.
        Parameters:
        value - allowed object is ExtensionType
      • getModelBaseVersion

        public String getModelBaseVersion()
        Gets the value of the modelBaseVersion property.
        Returns:
        possible object is String
      • setModelBaseVersion

        public void setModelBaseVersion​(String value)
        Sets the value of the modelBaseVersion property.
        Parameters:
        value - allowed object is String