Package uk.org.siri.siri13
Class CapabilityGeneralInteractionStructure
- java.lang.Object
-
- uk.org.siri.siri13.CapabilityGeneralInteractionStructure
-
- All Implemented Interfaces:
Serializable
public class CapabilityGeneralInteractionStructure extends Object implements Serializable
Type for Common Request Policy capabilities.Java class for CapabilityGeneralInteractionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilityGeneralInteractionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Interaction"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RequestResponse" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="PublishSubscribe" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Delivery"> <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> </element> <element name="MultipartDespatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="MultipleSubscriberFilter" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="HasConfirmDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="HasHeartbeat" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="VisitNumberisOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCapabilityGeneralInteractionStructure.DeliveryJava class for anonymous complex type.static classCapabilityGeneralInteractionStructure.InteractionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected CapabilityGeneralInteractionStructure.Deliverydeliveryprotected booleanhasConfirmDeliveryprotected booleanhasHeartbeatprotected CapabilityGeneralInteractionStructure.Interactioninteractionprotected booleanmultipartDespatchprotected booleanmultipleSubscriberFilterprotected BooleanvisitNumberisOrder
-
Constructor Summary
Constructors Constructor Description CapabilityGeneralInteractionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilityGeneralInteractionStructure.DeliverygetDelivery()Gets the value of the delivery property.CapabilityGeneralInteractionStructure.InteractiongetInteraction()Gets the value of the interaction property.booleanisHasConfirmDelivery()Gets the value of the hasConfirmDelivery property.booleanisHasHeartbeat()Gets the value of the hasHeartbeat property.booleanisMultipartDespatch()Gets the value of the multipartDespatch property.booleanisMultipleSubscriberFilter()Gets the value of the multipleSubscriberFilter property.BooleanisVisitNumberisOrder()Gets the value of the visitNumberisOrder property.voidsetDelivery(CapabilityGeneralInteractionStructure.Delivery value)Sets the value of the delivery property.voidsetHasConfirmDelivery(boolean value)Sets the value of the hasConfirmDelivery property.voidsetHasHeartbeat(boolean value)Sets the value of the hasHeartbeat property.voidsetInteraction(CapabilityGeneralInteractionStructure.Interaction value)Sets the value of the interaction property.voidsetMultipartDespatch(boolean value)Sets the value of the multipartDespatch property.voidsetMultipleSubscriberFilter(boolean value)Sets the value of the multipleSubscriberFilter property.voidsetVisitNumberisOrder(Boolean value)Sets the value of the visitNumberisOrder property.
-
-
-
Field Detail
-
interaction
protected CapabilityGeneralInteractionStructure.Interaction interaction
-
delivery
protected CapabilityGeneralInteractionStructure.Delivery delivery
-
multipartDespatch
protected boolean multipartDespatch
-
multipleSubscriberFilter
protected boolean multipleSubscriberFilter
-
hasConfirmDelivery
protected boolean hasConfirmDelivery
-
hasHeartbeat
protected boolean hasHeartbeat
-
visitNumberisOrder
protected Boolean visitNumberisOrder
-
-
Method Detail
-
getInteraction
public CapabilityGeneralInteractionStructure.Interaction getInteraction()
Gets the value of the interaction property.- Returns:
- possible object is
CapabilityGeneralInteractionStructure.Interaction
-
setInteraction
public void setInteraction(CapabilityGeneralInteractionStructure.Interaction value)
Sets the value of the interaction property.- Parameters:
value- allowed object isCapabilityGeneralInteractionStructure.Interaction
-
getDelivery
public CapabilityGeneralInteractionStructure.Delivery getDelivery()
Gets the value of the delivery property.- Returns:
- possible object is
CapabilityGeneralInteractionStructure.Delivery
-
setDelivery
public void setDelivery(CapabilityGeneralInteractionStructure.Delivery value)
Sets the value of the delivery property.- Parameters:
value- allowed object isCapabilityGeneralInteractionStructure.Delivery
-
isMultipartDespatch
public boolean isMultipartDespatch()
Gets the value of the multipartDespatch property.
-
setMultipartDespatch
public void setMultipartDespatch(boolean value)
Sets the value of the multipartDespatch property.
-
isMultipleSubscriberFilter
public boolean isMultipleSubscriberFilter()
Gets the value of the multipleSubscriberFilter property.
-
setMultipleSubscriberFilter
public void setMultipleSubscriberFilter(boolean value)
Sets the value of the multipleSubscriberFilter property.
-
isHasConfirmDelivery
public boolean isHasConfirmDelivery()
Gets the value of the hasConfirmDelivery property.
-
setHasConfirmDelivery
public void setHasConfirmDelivery(boolean value)
Sets the value of the hasConfirmDelivery property.
-
isHasHeartbeat
public boolean isHasHeartbeat()
Gets the value of the hasHeartbeat property.
-
setHasHeartbeat
public void setHasHeartbeat(boolean value)
Sets the value of the hasHeartbeat property.
-
isVisitNumberisOrder
public Boolean isVisitNumberisOrder()
Gets the value of the visitNumberisOrder property.- Returns:
- possible object is
Boolean
-
-