Package uk.org.siri.siri20
Class AbstractTopicPermissionStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractTopicPermissionStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionLinkPermissionStructure,InfoChannelPermissionStructure,LinePermissionStructure,OperatorPermissionStructure,StopMonitorPermissionStructure,VehicleMonitorPermissionStructure
public class AbstractTopicPermissionStructure extends Object implements Serializable
Type for Abstract Permission Topic.Java class for AbstractTopicPermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTopicPermissionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Allow" 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 booleanallow
-
Constructor Summary
Constructors Constructor Description AbstractTopicPermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllow()Gets the value of the allow property.voidsetAllow(boolean value)Sets the value of the allow property.
-