Package uk.org.siri.siri13
Class CapabilityAccessControlStructure
- java.lang.Object
-
- uk.org.siri.siri13.CapabilityAccessControlStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionCapabilityAccessControlStructure,FacilityMonitoringServiceCapabilities.AccessControl,GeneralMessageCapabilityAccessControlStructure,MonitoringCapabilityAccessControlStructure,SituationExchangeServiceCapabilities.AccessControl,StopTimetableServiceCapabilities.AccessControl,VehicleMonitoringServiceCapabilities.AccessControl
public class CapabilityAccessControlStructure extends Object implements Serializable
Type for Common Access control capabilities.Java class for CapabilityAccessControlStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilityAccessControlStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RequestChecking" 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 booleanrequestChecking
-
Constructor Summary
Constructors Constructor Description CapabilityAccessControlStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRequestChecking()Gets the value of the requestChecking property.voidsetRequestChecking(boolean value)Sets the value of the requestChecking property.
-