Package uk.org.siri.siri13
Class CapabilityGeneralInteractionStructure.Interaction
- java.lang.Object
-
- uk.org.siri.siri13.CapabilityGeneralInteractionStructure.Interaction
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CapabilityGeneralInteractionStructure
public static class CapabilityGeneralInteractionStructure.Interaction 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="RequestResponse" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="PublishSubscribe" 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 booleanpublishSubscribeprotected booleanrequestResponse
-
Constructor Summary
Constructors Constructor Description Interaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPublishSubscribe()Gets the value of the publishSubscribe property.booleanisRequestResponse()Gets the value of the requestResponse property.voidsetPublishSubscribe(boolean value)Sets the value of the publishSubscribe property.voidsetRequestResponse(boolean value)Sets the value of the requestResponse property.
-
-
-
Method Detail
-
isRequestResponse
public boolean isRequestResponse()
Gets the value of the requestResponse property.
-
setRequestResponse
public void setRequestResponse(boolean value)
Sets the value of the requestResponse property.
-
isPublishSubscribe
public boolean isPublishSubscribe()
Gets the value of the publishSubscribe property.
-
setPublishSubscribe
public void setPublishSubscribe(boolean value)
Sets the value of the publishSubscribe property.
-
-