public static class CapabilityGeneralInteractionStructure.Delivery 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="DirectDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="FetchedDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
directDelivery |
protected boolean |
fetchedDelivery |
| Constructor and Description |
|---|
Delivery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirectDelivery()
Gets the value of the directDelivery property.
|
boolean |
isFetchedDelivery()
Gets the value of the fetchedDelivery property.
|
void |
setDirectDelivery(boolean value)
Sets the value of the directDelivery property.
|
void |
setFetchedDelivery(boolean value)
Sets the value of the fetchedDelivery property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CapabilityGeneralInteractionStructure.Delivery |
withDirectDelivery(boolean value) |
CapabilityGeneralInteractionStructure.Delivery |
withFetchedDelivery(boolean value) |
protected boolean directDelivery
protected boolean fetchedDelivery
public boolean isDirectDelivery()
public void setDirectDelivery(boolean value)
public boolean isFetchedDelivery()
public void setFetchedDelivery(boolean value)
public CapabilityGeneralInteractionStructure.Delivery withDirectDelivery(boolean value)
public CapabilityGeneralInteractionStructure.Delivery withFetchedDelivery(boolean value)
Copyright © 2018 Entur AS. All rights reserved.