Package uk.org.siri.siri10
Class ConnectionServicePermissionStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractPermissionStructure
-
- uk.org.siri.siri10.ConnectionServicePermissionStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionServicePermissionStructure extends AbstractPermissionStructure implements Serializable
Type for Monitoring Service PermissionJava class for ConnectionServicePermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionServicePermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractPermissionStructure"> <sequence> <element ref="{http://www.siri.org.uk/}OperatorPermissions"/> <element ref="{http://www.siri.org.uk/}LinePermissions"/> <element ref="{http://www.siri.org.uk/}ConnectionLinkPermissions"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.org.siri.siri10.AbstractPermissionStructure
AbstractPermissionStructure.GeneralCapabilities
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionLinkPermissionsconnectionLinkPermissionsprotected ExtensionsStructureextensionsprotected LinePermissionslinePermissionsprotected OperatorPermissionsoperatorPermissions-
Fields inherited from class uk.org.siri.siri10.AbstractPermissionStructure
allParticipants, generalCapabilities, participantRef
-
-
Constructor Summary
Constructors Constructor Description ConnectionServicePermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionLinkPermissionsgetConnectionLinkPermissions()Gets the value of the connectionLinkPermissions property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.LinePermissionsgetLinePermissions()Gets the value of the linePermissions property.OperatorPermissionsgetOperatorPermissions()Gets the value of the operatorPermissions property.voidsetConnectionLinkPermissions(ConnectionLinkPermissions value)Sets the value of the connectionLinkPermissions property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetLinePermissions(LinePermissions value)Sets the value of the linePermissions property.voidsetOperatorPermissions(OperatorPermissions value)Sets the value of the operatorPermissions property.-
Methods inherited from class uk.org.siri.siri10.AbstractPermissionStructure
getAllParticipants, getGeneralCapabilities, getParticipantRef, setAllParticipants, setGeneralCapabilities, setParticipantRef
-
-
-
-
Field Detail
-
operatorPermissions
protected OperatorPermissions operatorPermissions
-
linePermissions
protected LinePermissions linePermissions
-
connectionLinkPermissions
protected ConnectionLinkPermissions connectionLinkPermissions
-
extensions
protected ExtensionsStructure extensions
-
-
Method Detail
-
getOperatorPermissions
public OperatorPermissions getOperatorPermissions()
Gets the value of the operatorPermissions property.- Returns:
- possible object is
OperatorPermissions
-
setOperatorPermissions
public void setOperatorPermissions(OperatorPermissions value)
Sets the value of the operatorPermissions property.- Parameters:
value- allowed object isOperatorPermissions
-
getLinePermissions
public LinePermissions getLinePermissions()
Gets the value of the linePermissions property.- Returns:
- possible object is
LinePermissions
-
setLinePermissions
public void setLinePermissions(LinePermissions value)
Sets the value of the linePermissions property.- Parameters:
value- allowed object isLinePermissions
-
getConnectionLinkPermissions
public ConnectionLinkPermissions getConnectionLinkPermissions()
Gets the value of the connectionLinkPermissions property.- Returns:
- possible object is
ConnectionLinkPermissions
-
setConnectionLinkPermissions
public void setConnectionLinkPermissions(ConnectionLinkPermissions value)
Sets the value of the connectionLinkPermissions property.- Parameters:
value- allowed object isConnectionLinkPermissions
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-