public static class DataObjectServiceCapabilitiesStructure.SubscriptionPolicy extends Object
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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
hasIncrementalUpdates |
| Constructor and Description |
|---|
SubscriptionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isHasIncrementalUpdates()
Gets the value of the hasIncrementalUpdates property.
|
void |
setHasIncrementalUpdates(Boolean value)
Sets the value of the hasIncrementalUpdates property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DataObjectServiceCapabilitiesStructure.SubscriptionPolicy |
withHasIncrementalUpdates(Boolean value) |
protected Boolean hasIncrementalUpdates
public Boolean isHasIncrementalUpdates()
Booleanpublic void setHasIncrementalUpdates(Boolean value)
value - allowed object is
Booleanpublic DataObjectServiceCapabilitiesStructure.SubscriptionPolicy withHasIncrementalUpdates(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.