Package uk.org.siri.siri21
Class ConnectionLinkPermissionStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractTopicPermissionStructure
-
- uk.org.siri.siri21.ConnectionLinkPermissionStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionLinkPermissionStructure extends AbstractTopicPermissionStructure implements Serializable
Type for CONNECTION link 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/siri}AbstractTopicPermissionStructure"> <sequence> <element name="ConnectionLinkRef" type="{http://www.siri.org.uk/siri}ConnectionLinkRefStructure"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionLinkRefconnectionLinkRef-
Fields inherited from class uk.org.siri.siri21.AbstractTopicPermissionStructure
allow
-
-
Constructor Summary
Constructors Constructor Description ConnectionLinkPermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionLinkRefgetConnectionLinkRef()Gets the value of the connectionLinkRef property.voidsetConnectionLinkRef(ConnectionLinkRef value)Sets the value of the connectionLinkRef property.-
Methods inherited from class uk.org.siri.siri21.AbstractTopicPermissionStructure
isAllow, setAllow
-
-
-
-
Field Detail
-
connectionLinkRef
protected ConnectionLinkRef connectionLinkRef
-
-
Method Detail
-
getConnectionLinkRef
public ConnectionLinkRef getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRef
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRef value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRef
-
-