Package uk.org.siri.siri13
Class GeneralMessageServicePermissionStructure
- java.lang.Object
-
- uk.org.siri.siri13.AbstractPermissionStructure
-
- uk.org.siri.siri13.GeneralMessageServicePermissionStructure
-
- All Implemented Interfaces:
Serializable
public class GeneralMessageServicePermissionStructure extends AbstractPermissionStructure implements Serializable
Type for General MessageService Permission.Java class for GeneralMessageServicePermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralMessageServicePermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractPermissionStructure"> <sequence> <element name="InfoChannelPermissions"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.siri.org.uk/siri}AllowAll"/> <element name="InfoChannelPermission" type="{http://www.siri.org.uk/siri}InfoChannelPermissionStructure" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneralMessageServicePermissionStructure.InfoChannelPermissionsJava class for anonymous complex type.-
Nested classes/interfaces inherited from class uk.org.siri.siri13.AbstractPermissionStructure
AbstractPermissionStructure.GeneralCapabilities
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected GeneralMessageServicePermissionStructure.InfoChannelPermissionsinfoChannelPermissions-
Fields inherited from class uk.org.siri.siri13.AbstractPermissionStructure
allParticipants, generalCapabilities, participantRef
-
-
Constructor Summary
Constructors Constructor Description GeneralMessageServicePermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.GeneralMessageServicePermissionStructure.InfoChannelPermissionsgetInfoChannelPermissions()Gets the value of the infoChannelPermissions property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetInfoChannelPermissions(GeneralMessageServicePermissionStructure.InfoChannelPermissions value)Sets the value of the infoChannelPermissions property.-
Methods inherited from class uk.org.siri.siri13.AbstractPermissionStructure
getAllParticipants, getGeneralCapabilities, getParticipantRef, setAllParticipants, setGeneralCapabilities, setParticipantRef
-
-
-
-
Field Detail
-
infoChannelPermissions
protected GeneralMessageServicePermissionStructure.InfoChannelPermissions infoChannelPermissions
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getInfoChannelPermissions
public GeneralMessageServicePermissionStructure.InfoChannelPermissions getInfoChannelPermissions()
Gets the value of the infoChannelPermissions property.- Returns:
- possible object is
GeneralMessageServicePermissionStructure.InfoChannelPermissions
-
setInfoChannelPermissions
public void setInfoChannelPermissions(GeneralMessageServicePermissionStructure.InfoChannelPermissions value)
Sets the value of the infoChannelPermissions property.- Parameters:
value- allowed object isGeneralMessageServicePermissionStructure.InfoChannelPermissions
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-