Package uk.org.siri.siri13
Class OperatorPermissionStructure
- java.lang.Object
-
- uk.org.siri.siri13.AbstractTopicPermissionStructure
-
- uk.org.siri.siri13.OperatorPermissionStructure
-
- All Implemented Interfaces:
Serializable
public class OperatorPermissionStructure extends AbstractTopicPermissionStructure implements Serializable
Type for Operator Permission.Java class for OperatorPermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperatorPermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractTopicPermissionStructure"> <sequence> <element name="OperatorRef" type="{http://www.siri.org.uk/siri}OperatorRefStructure"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected OperatorRefStructureoperatorRef-
Fields inherited from class uk.org.siri.siri13.AbstractTopicPermissionStructure
allow
-
-
Constructor Summary
Constructors Constructor Description OperatorPermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.-
Methods inherited from class uk.org.siri.siri13.AbstractTopicPermissionStructure
isAllow, setAllow
-
-
-
-
Field Detail
-
operatorRef
protected OperatorRefStructure operatorRef
-
-
Method Detail
-
getOperatorRef
public OperatorRefStructure getOperatorRef()
Gets the value of the operatorRef property.- Returns:
- possible object is
OperatorRefStructure
-
setOperatorRef
public void setOperatorRef(OperatorRefStructure value)
Sets the value of the operatorRef property.- Parameters:
value- allowed object isOperatorRefStructure
-
-