Class ExchangeEnumerations

  • All Implemented Interfaces:
    Serializable

    public abstract class ExchangeEnumerations
    extends Object
    implements Serializable
    Collection of enumerations which are used within the Exchange sub-model.

    Java class for ExchangeEnumerations complex type.

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

     <complexType name="ExchangeEnumerations">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="exchangeEnumerationsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
             <element name="denyReasonEnum" type="{http://datex2.eu/schema/1_0/1_0}DenyReasonEnum"/>
             <element name="subscriptionStateEnum" type="{http://datex2.eu/schema/1_0/1_0}SubscriptionStateEnum"/>
             <element name="requestTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}RequestTypeEnum"/>
             <element name="changedFlagEnum" type="{http://datex2.eu/schema/1_0/1_0}ChangedFlagEnum"/>
             <element name="compressionMethodEnum" type="{http://datex2.eu/schema/1_0/1_0}CompressionMethodEnum"/>
             <element name="updateMethodEnum" type="{http://datex2.eu/schema/1_0/1_0}UpdateMethodEnum"/>
             <element name="responseEnum" type="{http://datex2.eu/schema/1_0/1_0}ResponseEnum"/>
             <element name="operatingModeEnum" type="{http://datex2.eu/schema/1_0/1_0}OperatingModeEnum"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ExchangeEnumerations

        public ExchangeEnumerations()
    • Method Detail

      • getExchangeEnumerationsExtension

        public ExtensionType getExchangeEnumerationsExtension()
        Gets the value of the exchangeEnumerationsExtension property.
        Returns:
        possible object is ExtensionType
      • setExchangeEnumerationsExtension

        public void setExchangeEnumerationsExtension​(ExtensionType value)
        Sets the value of the exchangeEnumerationsExtension property.
        Parameters:
        value - allowed object is ExtensionType
      • getDenyReasonEnum

        public DenyReasonEnum getDenyReasonEnum()
        Gets the value of the denyReasonEnum property.
        Returns:
        possible object is DenyReasonEnum
      • setDenyReasonEnum

        public void setDenyReasonEnum​(DenyReasonEnum value)
        Sets the value of the denyReasonEnum property.
        Parameters:
        value - allowed object is DenyReasonEnum
      • setSubscriptionStateEnum

        public void setSubscriptionStateEnum​(SubscriptionStateEnum value)
        Sets the value of the subscriptionStateEnum property.
        Parameters:
        value - allowed object is SubscriptionStateEnum
      • getRequestTypeEnum

        public RequestTypeEnum getRequestTypeEnum()
        Gets the value of the requestTypeEnum property.
        Returns:
        possible object is RequestTypeEnum
      • setRequestTypeEnum

        public void setRequestTypeEnum​(RequestTypeEnum value)
        Sets the value of the requestTypeEnum property.
        Parameters:
        value - allowed object is RequestTypeEnum
      • getChangedFlagEnum

        public ChangedFlagEnum getChangedFlagEnum()
        Gets the value of the changedFlagEnum property.
        Returns:
        possible object is ChangedFlagEnum
      • setChangedFlagEnum

        public void setChangedFlagEnum​(ChangedFlagEnum value)
        Sets the value of the changedFlagEnum property.
        Parameters:
        value - allowed object is ChangedFlagEnum
      • setCompressionMethodEnum

        public void setCompressionMethodEnum​(CompressionMethodEnum value)
        Sets the value of the compressionMethodEnum property.
        Parameters:
        value - allowed object is CompressionMethodEnum
      • getUpdateMethodEnum

        public UpdateMethodEnum getUpdateMethodEnum()
        Gets the value of the updateMethodEnum property.
        Returns:
        possible object is UpdateMethodEnum
      • setUpdateMethodEnum

        public void setUpdateMethodEnum​(UpdateMethodEnum value)
        Sets the value of the updateMethodEnum property.
        Parameters:
        value - allowed object is UpdateMethodEnum
      • getResponseEnum

        public ResponseEnum getResponseEnum()
        Gets the value of the responseEnum property.
        Returns:
        possible object is ResponseEnum
      • setResponseEnum

        public void setResponseEnum​(ResponseEnum value)
        Sets the value of the responseEnum property.
        Parameters:
        value - allowed object is ResponseEnum
      • setOperatingModeEnum

        public void setOperatingModeEnum​(OperatingModeEnum value)
        Sets the value of the operatingModeEnum property.
        Parameters:
        value - allowed object is OperatingModeEnum