public class CapabilityGeneralInteractionStructure extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CapabilityGeneralInteractionStructure.Delivery
Java class for anonymous complex type.
|
static class |
CapabilityGeneralInteractionStructure.Interaction
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CapabilityGeneralInteractionStructure.Delivery |
delivery |
protected boolean |
hasConfirmDelivery |
protected boolean |
hasHeartbeat |
protected CapabilityGeneralInteractionStructure.Interaction |
interaction |
protected boolean |
multipartDespatch |
protected boolean |
multipleSubscriberFilter |
protected Boolean |
visitNumberisOrder |
| Constructor and Description |
|---|
CapabilityGeneralInteractionStructure() |
| Modifier and Type | Method and Description |
|---|---|
CapabilityGeneralInteractionStructure.Delivery |
getDelivery()
Gets the value of the delivery property.
|
CapabilityGeneralInteractionStructure.Interaction |
getInteraction()
Gets the value of the interaction property.
|
boolean |
isHasConfirmDelivery()
Gets the value of the hasConfirmDelivery property.
|
boolean |
isHasHeartbeat()
Gets the value of the hasHeartbeat property.
|
boolean |
isMultipartDespatch()
Gets the value of the multipartDespatch property.
|
boolean |
isMultipleSubscriberFilter()
Gets the value of the multipleSubscriberFilter property.
|
Boolean |
isVisitNumberisOrder()
Gets the value of the visitNumberisOrder property.
|
void |
setDelivery(CapabilityGeneralInteractionStructure.Delivery value)
Sets the value of the delivery property.
|
void |
setHasConfirmDelivery(boolean value)
Sets the value of the hasConfirmDelivery property.
|
void |
setHasHeartbeat(boolean value)
Sets the value of the hasHeartbeat property.
|
void |
setInteraction(CapabilityGeneralInteractionStructure.Interaction value)
Sets the value of the interaction property.
|
void |
setMultipartDespatch(boolean value)
Sets the value of the multipartDespatch property.
|
void |
setMultipleSubscriberFilter(boolean value)
Sets the value of the multipleSubscriberFilter property.
|
void |
setVisitNumberisOrder(Boolean value)
Sets the value of the visitNumberisOrder property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CapabilityGeneralInteractionStructure |
withDelivery(CapabilityGeneralInteractionStructure.Delivery value) |
CapabilityGeneralInteractionStructure |
withHasConfirmDelivery(boolean value) |
CapabilityGeneralInteractionStructure |
withHasHeartbeat(boolean value) |
CapabilityGeneralInteractionStructure |
withInteraction(CapabilityGeneralInteractionStructure.Interaction value) |
CapabilityGeneralInteractionStructure |
withMultipartDespatch(boolean value) |
CapabilityGeneralInteractionStructure |
withMultipleSubscriberFilter(boolean value) |
CapabilityGeneralInteractionStructure |
withVisitNumberisOrder(Boolean value) |
protected CapabilityGeneralInteractionStructure.Interaction interaction
protected CapabilityGeneralInteractionStructure.Delivery delivery
protected boolean multipartDespatch
protected boolean multipleSubscriberFilter
protected boolean hasConfirmDelivery
protected boolean hasHeartbeat
protected Boolean visitNumberisOrder
public CapabilityGeneralInteractionStructure()
public CapabilityGeneralInteractionStructure.Interaction getInteraction()
CapabilityGeneralInteractionStructure.Interactionpublic void setInteraction(CapabilityGeneralInteractionStructure.Interaction value)
value - allowed object is
CapabilityGeneralInteractionStructure.Interactionpublic CapabilityGeneralInteractionStructure.Delivery getDelivery()
CapabilityGeneralInteractionStructure.Deliverypublic void setDelivery(CapabilityGeneralInteractionStructure.Delivery value)
value - allowed object is
CapabilityGeneralInteractionStructure.Deliverypublic boolean isMultipartDespatch()
public void setMultipartDespatch(boolean value)
public boolean isMultipleSubscriberFilter()
public void setMultipleSubscriberFilter(boolean value)
public boolean isHasConfirmDelivery()
public void setHasConfirmDelivery(boolean value)
public boolean isHasHeartbeat()
public void setHasHeartbeat(boolean value)
public Boolean isVisitNumberisOrder()
Booleanpublic void setVisitNumberisOrder(Boolean value)
value - allowed object is
Booleanpublic CapabilityGeneralInteractionStructure withInteraction(CapabilityGeneralInteractionStructure.Interaction value)
public CapabilityGeneralInteractionStructure withDelivery(CapabilityGeneralInteractionStructure.Delivery value)
public CapabilityGeneralInteractionStructure withMultipartDespatch(boolean value)
public CapabilityGeneralInteractionStructure withMultipleSubscriberFilter(boolean value)
public CapabilityGeneralInteractionStructure withHasConfirmDelivery(boolean value)
public CapabilityGeneralInteractionStructure withHasHeartbeat(boolean value)
public CapabilityGeneralInteractionStructure withVisitNumberisOrder(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.