Class CapabilitySubscriptionPolicyStructure

  • All Implemented Interfaces:
    Serializable

    public class CapabilitySubscriptionPolicyStructure
    extends Object
    implements Serializable
    Type for Common Subscription capabilities.

    Java class for CapabilitySubscriptionPolicyStructure complex type.

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

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

      • hasIncrementalUpdates

        protected Boolean hasIncrementalUpdates
      • hasChangeSensitivity

        protected Boolean hasChangeSensitivity
    • Constructor Detail

      • CapabilitySubscriptionPolicyStructure

        public CapabilitySubscriptionPolicyStructure()
    • Method Detail

      • isHasIncrementalUpdates

        public Boolean isHasIncrementalUpdates()
        Gets the value of the hasIncrementalUpdates property.
        Returns:
        possible object is Boolean
      • setHasIncrementalUpdates

        public void setHasIncrementalUpdates​(Boolean value)
        Sets the value of the hasIncrementalUpdates property.
        Parameters:
        value - allowed object is Boolean
      • isHasChangeSensitivity

        public Boolean isHasChangeSensitivity()
        Gets the value of the hasChangeSensitivity property.
        Returns:
        possible object is Boolean
      • setHasChangeSensitivity

        public void setHasChangeSensitivity​(Boolean value)
        Sets the value of the hasChangeSensitivity property.
        Parameters:
        value - allowed object is Boolean