Package uk.org.siri.siri10
Class ConnectionLinkPermissionStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractTopicPermissionStructure
-
- uk.org.siri.siri10.ConnectionLinkPermissionStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionLinkPermissionStructure extends AbstractTopicPermissionStructure implements Serializable
Type for Connection Service Permission.Java class for ConnectionLinkPermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionLinkPermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractTopicPermissionStructure"> <sequence> <element name="ConnectionLinkRef" type="{http://www.siri.org.uk/}ConnectionLinkRefStructure"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionLinkRefStructureconnectionLinkRef-
Fields inherited from class uk.org.siri.siri10.AbstractTopicPermissionStructure
allow
-
-
Constructor Summary
Constructors Constructor Description ConnectionLinkPermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionLinkRefStructuregetConnectionLinkRef()Gets the value of the connectionLinkRef property.voidsetConnectionLinkRef(ConnectionLinkRefStructure value)Sets the value of the connectionLinkRef property.-
Methods inherited from class uk.org.siri.siri10.AbstractTopicPermissionStructure
isAllow, setAllow
-
-
-
-
Field Detail
-
connectionLinkRef
protected ConnectionLinkRefStructure connectionLinkRef
-
-
Method Detail
-
getConnectionLinkRef
public ConnectionLinkRefStructure getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRefStructure
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRefStructure value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRefStructure
-
-