Class Subscription

  • All Implemented Interfaces:
    Serializable

    public class Subscription
    extends Object
    implements Serializable

    Java class for Subscription complex type.

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

     <complexType name="Subscription">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="deleteSubscription" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="deliveryInterval" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/>
             <element name="operatingMode" type="{http://datex2.eu/schema/2_0RC1/2_0}OperatingModeEnum"/>
             <element name="subscriptionStartTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime"/>
             <element name="subscriptionState" type="{http://datex2.eu/schema/2_0RC1/2_0}SubscriptionStateEnum"/>
             <element name="subscriptionStopTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/>
             <element name="updateMethod" type="{http://datex2.eu/schema/2_0RC1/2_0}UpdateMethodEnum"/>
             <element name="target" type="{http://datex2.eu/schema/2_0RC1/2_0}Target" maxOccurs="unbounded"/>
             <element name="filterReference" type="{http://datex2.eu/schema/2_0RC1/2_0}FilterReference" minOccurs="0"/>
             <element name="catalogueReference" type="{http://datex2.eu/schema/2_0RC1/2_0}CatalogueReference" minOccurs="0"/>
             <element name="subscriptionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Subscription

        public Subscription()
    • Method Detail

      • isDeleteSubscription

        public Boolean isDeleteSubscription()
        Gets the value of the deleteSubscription property.
        Returns:
        possible object is Boolean
      • setDeleteSubscription

        public void setDeleteSubscription​(Boolean value)
        Sets the value of the deleteSubscription property.
        Parameters:
        value - allowed object is Boolean
      • getDeliveryInterval

        public Float getDeliveryInterval()
        Gets the value of the deliveryInterval property.
        Returns:
        possible object is Float
      • setDeliveryInterval

        public void setDeliveryInterval​(Float value)
        Sets the value of the deliveryInterval property.
        Parameters:
        value - allowed object is Float
      • setOperatingMode

        public void setOperatingMode​(OperatingModeEnum value)
        Sets the value of the operatingMode property.
        Parameters:
        value - allowed object is OperatingModeEnum
      • getSubscriptionStartTime

        public ZonedDateTime getSubscriptionStartTime()
        Gets the value of the subscriptionStartTime property.
        Returns:
        possible object is String
      • setSubscriptionStartTime

        public void setSubscriptionStartTime​(ZonedDateTime value)
        Sets the value of the subscriptionStartTime property.
        Parameters:
        value - allowed object is String
      • getSubscriptionStopTime

        public ZonedDateTime getSubscriptionStopTime()
        Gets the value of the subscriptionStopTime property.
        Returns:
        possible object is String
      • setSubscriptionStopTime

        public void setSubscriptionStopTime​(ZonedDateTime value)
        Sets the value of the subscriptionStopTime property.
        Parameters:
        value - allowed object is String
      • setUpdateMethod

        public void setUpdateMethod​(UpdateMethodEnum value)
        Sets the value of the updateMethod property.
        Parameters:
        value - allowed object is UpdateMethodEnum
      • getTargets

        public List<Target> getTargets()
        Gets the value of the targets property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the targets property.

        For example, to add a new item, do as follows:

            getTargets().add(newItem);
         

        Objects of the following type(s) are allowed in the list Target

      • getFilterReference

        public FilterReference getFilterReference()
        Gets the value of the filterReference property.
        Returns:
        possible object is FilterReference
      • setFilterReference

        public void setFilterReference​(FilterReference value)
        Sets the value of the filterReference property.
        Parameters:
        value - allowed object is FilterReference
      • setCatalogueReference

        public void setCatalogueReference​(CatalogueReference value)
        Sets the value of the catalogueReference property.
        Parameters:
        value - allowed object is CatalogueReference
      • getSubscriptionExtension

        public ExtensionType getSubscriptionExtension()
        Gets the value of the subscriptionExtension property.
        Returns:
        possible object is ExtensionType
      • setSubscriptionExtension

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