Package uk.org.siri.siri20
Class GeneralMessageServiceCapabilities
- java.lang.Object
-
- uk.org.siri.siri20.AbstractCapabilitiesStructure
-
- uk.org.siri.siri20.GeneralMessageServiceCapabilities
-
- All Implemented Interfaces:
Serializable
public class GeneralMessageServiceCapabilities extends AbstractCapabilitiesStructure implements Serializable
Type for General Message Capabilities.Java class for GeneralMessageServiceCapabilitiesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralMessageServiceCapabilitiesStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractCapabilitiesStructure"> <sequence> <element name="TopicFiltering" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DefaultPreviewInterval" type="{http://www.siri.org.uk/siri}PositiveDurationType"/> <element name="FilterByInfoChannel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="RequestPolicy" type="{http://www.siri.org.uk/siri}CapabilityRequestPolicyStructure" minOccurs="0"/> <element name="AccessControl" type="{http://www.siri.org.uk/siri}GeneralMessageCapabilityAccessControlStructure" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneralMessageServiceCapabilities.TopicFilteringJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected GeneralMessageCapabilityAccessControlStructureaccessControlprotected CapabilityRequestPolicyStructurerequestPolicyprotected GeneralMessageServiceCapabilities.TopicFilteringtopicFiltering-
Fields inherited from class uk.org.siri.siri20.AbstractCapabilitiesStructure
generalInteraction, transportDescription
-
-
Constructor Summary
Constructors Constructor Description GeneralMessageServiceCapabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralMessageCapabilityAccessControlStructuregetAccessControl()Gets the value of the accessControl property.CapabilityRequestPolicyStructuregetRequestPolicy()Gets the value of the requestPolicy property.GeneralMessageServiceCapabilities.TopicFilteringgetTopicFiltering()Gets the value of the topicFiltering property.voidsetAccessControl(GeneralMessageCapabilityAccessControlStructure value)Sets the value of the accessControl property.voidsetRequestPolicy(CapabilityRequestPolicyStructure value)Sets the value of the requestPolicy property.voidsetTopicFiltering(GeneralMessageServiceCapabilities.TopicFiltering value)Sets the value of the topicFiltering property.-
Methods inherited from class uk.org.siri.siri20.AbstractCapabilitiesStructure
getGeneralInteraction, getTransportDescription, setGeneralInteraction, setTransportDescription
-
-
-
-
Field Detail
-
topicFiltering
protected GeneralMessageServiceCapabilities.TopicFiltering topicFiltering
-
requestPolicy
protected CapabilityRequestPolicyStructure requestPolicy
-
accessControl
protected GeneralMessageCapabilityAccessControlStructure accessControl
-
-
Method Detail
-
getTopicFiltering
public GeneralMessageServiceCapabilities.TopicFiltering getTopicFiltering()
Gets the value of the topicFiltering property.- Returns:
- possible object is
GeneralMessageServiceCapabilities.TopicFiltering
-
setTopicFiltering
public void setTopicFiltering(GeneralMessageServiceCapabilities.TopicFiltering value)
Sets the value of the topicFiltering property.- Parameters:
value- allowed object isGeneralMessageServiceCapabilities.TopicFiltering
-
getRequestPolicy
public CapabilityRequestPolicyStructure getRequestPolicy()
Gets the value of the requestPolicy property.- Returns:
- possible object is
CapabilityRequestPolicyStructure
-
setRequestPolicy
public void setRequestPolicy(CapabilityRequestPolicyStructure value)
Sets the value of the requestPolicy property.- Parameters:
value- allowed object isCapabilityRequestPolicyStructure
-
getAccessControl
public GeneralMessageCapabilityAccessControlStructure getAccessControl()
Gets the value of the accessControl property.- Returns:
- possible object is
GeneralMessageCapabilityAccessControlStructure
-
setAccessControl
public void setAccessControl(GeneralMessageCapabilityAccessControlStructure value)
Sets the value of the accessControl property.- Parameters:
value- allowed object isGeneralMessageCapabilityAccessControlStructure
-
-