public static class CapabilityGeneralInteractionStructure.Interaction 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="RequestResponse" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PublishSubscribe" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
publishSubscribe |
protected boolean |
requestResponse |
| Constructor and Description |
|---|
Interaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPublishSubscribe()
Gets the value of the publishSubscribe property.
|
boolean |
isRequestResponse()
Gets the value of the requestResponse property.
|
void |
setPublishSubscribe(boolean value)
Sets the value of the publishSubscribe property.
|
void |
setRequestResponse(boolean value)
Sets the value of the requestResponse property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CapabilityGeneralInteractionStructure.Interaction |
withPublishSubscribe(boolean value) |
CapabilityGeneralInteractionStructure.Interaction |
withRequestResponse(boolean value) |
protected boolean requestResponse
protected boolean publishSubscribe
public boolean isRequestResponse()
public void setRequestResponse(boolean value)
public boolean isPublishSubscribe()
public void setPublishSubscribe(boolean value)
public CapabilityGeneralInteractionStructure.Interaction withRequestResponse(boolean value)
public CapabilityGeneralInteractionStructure.Interaction withPublishSubscribe(boolean value)
Copyright © 2018 Entur AS. All rights reserved.