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