Class ProductionTimetableServiceCapabilitiesStructure.SubscriptionPolicy

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ProductionTimetableServiceCapabilitiesStructure

    public static class ProductionTimetableServiceCapabilitiesStructure.SubscriptionPolicy
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="HasIncrementalUpdates" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • hasIncrementalUpdates

        protected boolean hasIncrementalUpdates
    • Constructor Detail

      • SubscriptionPolicy

        public SubscriptionPolicy()
    • Method Detail

      • isHasIncrementalUpdates

        public boolean isHasIncrementalUpdates()
        Gets the value of the hasIncrementalUpdates property.
      • setHasIncrementalUpdates

        public void setHasIncrementalUpdates​(boolean value)
        Sets the value of the hasIncrementalUpdates property.