public class NetworkFrameSubscriptionPolicyStructure extends Object
Java class for NetworkFrameSubscriptionPolicyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkFrameSubscriptionPolicyStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IncrementalUpdates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
incrementalUpdates |
| Constructor and Description |
|---|
NetworkFrameSubscriptionPolicyStructure() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIncrementalUpdates()
Gets the value of the incrementalUpdates property.
|
void |
setIncrementalUpdates(Boolean value)
Sets the value of the incrementalUpdates property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
NetworkFrameSubscriptionPolicyStructure |
withIncrementalUpdates(Boolean value) |
protected Boolean incrementalUpdates
public NetworkFrameSubscriptionPolicyStructure()
public Boolean isIncrementalUpdates()
Booleanpublic void setIncrementalUpdates(Boolean value)
value - allowed object is
Booleanpublic NetworkFrameSubscriptionPolicyStructure withIncrementalUpdates(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.