Package uk.org.siri.siri13
Class GeneralMessageCancellation
- java.lang.Object
-
- uk.org.siri.siri13.AbstractItemStructure
-
- uk.org.siri.siri13.AbstractReferencingItemStructure
-
- uk.org.siri.siri13.GeneralMessageCancellation
-
- All Implemented Interfaces:
Serializable
public class GeneralMessageCancellation extends AbstractReferencingItemStructure implements Serializable
Type for Revocation of a previous message.Java class for InfoMessageCancellationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InfoMessageCancellationStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractReferencingItemStructure"> <sequence> <element name="InfoMessageIdentifier" type="{http://www.siri.org.uk/siri}InfoMessageRefStructure"/> <element name="InfoChannelRef" type="{http://www.siri.org.uk/siri}InfoChannelRefStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected InfoChannelRefStructureinfoChannelRefprotected InfoMessageRefStructureinfoMessageIdentifier-
Fields inherited from class uk.org.siri.siri13.AbstractReferencingItemStructure
itemRef
-
Fields inherited from class uk.org.siri.siri13.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description GeneralMessageCancellation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.InfoChannelRefStructuregetInfoChannelRef()Gets the value of the infoChannelRef property.InfoMessageRefStructuregetInfoMessageIdentifier()Gets the value of the infoMessageIdentifier property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetInfoChannelRef(InfoChannelRefStructure value)Sets the value of the infoChannelRef property.voidsetInfoMessageIdentifier(InfoMessageRefStructure value)Sets the value of the infoMessageIdentifier property.-
Methods inherited from class uk.org.siri.siri13.AbstractReferencingItemStructure
getItemRef, setItemRef
-
Methods inherited from class uk.org.siri.siri13.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
infoMessageIdentifier
protected InfoMessageRefStructure infoMessageIdentifier
-
infoChannelRef
protected InfoChannelRefStructure infoChannelRef
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getInfoMessageIdentifier
public InfoMessageRefStructure getInfoMessageIdentifier()
Gets the value of the infoMessageIdentifier property.- Returns:
- possible object is
InfoMessageRefStructure
-
setInfoMessageIdentifier
public void setInfoMessageIdentifier(InfoMessageRefStructure value)
Sets the value of the infoMessageIdentifier property.- Parameters:
value- allowed object isInfoMessageRefStructure
-
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
-
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
-
-