Package uk.org.siri.siri20
Class CapabilitySubscriptionPolicyStructure
- java.lang.Object
-
- uk.org.siri.siri20.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 Summary
Fields Modifier and Type Field Description protected BooleanhasChangeSensitivityprotected BooleanhasIncrementalUpdates
-
Constructor Summary
Constructors Constructor Description CapabilitySubscriptionPolicyStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisHasChangeSensitivity()Gets the value of the hasChangeSensitivity property.BooleanisHasIncrementalUpdates()Gets the value of the hasIncrementalUpdates property.voidsetHasChangeSensitivity(Boolean value)Sets the value of the hasChangeSensitivity property.voidsetHasIncrementalUpdates(Boolean value)Sets the value of the hasIncrementalUpdates property.
-
-
-
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 isBoolean
-
isHasChangeSensitivity
public Boolean isHasChangeSensitivity()
Gets the value of the hasChangeSensitivity property.- Returns:
- possible object is
Boolean
-
-