Package uk.org.siri.siri14
Class CapabilityGeneralInteractionStructure.Delivery
- java.lang.Object
-
- uk.org.siri.siri14.CapabilityGeneralInteractionStructure.Delivery
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CapabilityGeneralInteractionStructure
public static class CapabilityGeneralInteractionStructure.Delivery extends Object implements Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandirectDeliveryprotected booleanfetchedDelivery
-
Constructor Summary
Constructors Constructor Description Delivery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDirectDelivery()Gets the value of the directDelivery property.booleanisFetchedDelivery()Gets the value of the fetchedDelivery property.voidsetDirectDelivery(boolean value)Sets the value of the directDelivery property.voidsetFetchedDelivery(boolean value)Sets the value of the fetchedDelivery property.
-
-
-
Method Detail
-
isDirectDelivery
public boolean isDirectDelivery()
Gets the value of the directDelivery property.
-
setDirectDelivery
public void setDirectDelivery(boolean value)
Sets the value of the directDelivery property.
-
isFetchedDelivery
public boolean isFetchedDelivery()
Gets the value of the fetchedDelivery property.
-
setFetchedDelivery
public void setFetchedDelivery(boolean value)
Sets the value of the fetchedDelivery property.
-
-