Package uk.org.siri.siri14
Class GeneralMessage
- java.lang.Object
-
- uk.org.siri.siri14.AbstractItemStructure
-
- uk.org.siri.siri14.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri14.GeneralMessage
-
- All Implemented Interfaces:
Serializable
public class GeneralMessage extends AbstractIdentifiedItemStructure implements Serializable
Type for an Info Message. @formatRef.Java class for InfoMessageStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InfoMessageStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractIdentifiedItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}InfoMessageGroup"/> <element name="ValidUntilTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}SituationRef" minOccurs="0"/> <element name="Content" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> <attribute name="formatRef" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectcontentprotected Extensionsextensionsprotected StringformatRefprotected InfoChannelRefStructureinfoChannelRefprotected InfoMessageRefStructureinfoMessageIdentifierprotected BigIntegerinfoMessageVersionprotected SituationRefsituationRefprotected ZonedDateTimevalidUntilTime-
Fields inherited from class uk.org.siri.siri14.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri14.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description GeneralMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetContent()Gets the value of the content property.ExtensionsgetExtensions()Gets the value of the extensions property.StringgetFormatRef()Gets the value of the formatRef property.InfoChannelRefStructuregetInfoChannelRef()Gets the value of the infoChannelRef property.InfoMessageRefStructuregetInfoMessageIdentifier()Gets the value of the infoMessageIdentifier property.BigIntegergetInfoMessageVersion()Gets the value of the infoMessageVersion property.SituationRefgetSituationRef()Gets the value of the situationRef property.ZonedDateTimegetValidUntilTime()Gets the value of the validUntilTime property.voidsetContent(Object value)Sets the value of the content property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetFormatRef(String value)Sets the value of the formatRef property.voidsetInfoChannelRef(InfoChannelRefStructure value)Sets the value of the infoChannelRef property.voidsetInfoMessageIdentifier(InfoMessageRefStructure value)Sets the value of the infoMessageIdentifier property.voidsetInfoMessageVersion(BigInteger value)Sets the value of the infoMessageVersion property.voidsetSituationRef(SituationRef value)Sets the value of the situationRef property.voidsetValidUntilTime(ZonedDateTime value)Sets the value of the validUntilTime property.-
Methods inherited from class uk.org.siri.siri14.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri14.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
infoMessageIdentifier
protected InfoMessageRefStructure infoMessageIdentifier
-
infoMessageVersion
protected BigInteger infoMessageVersion
-
infoChannelRef
protected InfoChannelRefStructure infoChannelRef
-
validUntilTime
protected ZonedDateTime validUntilTime
-
situationRef
protected SituationRef situationRef
-
content
protected Object content
-
extensions
protected Extensions extensions
-
formatRef
protected String formatRef
-
-
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
-
getInfoMessageVersion
public BigInteger getInfoMessageVersion()
Gets the value of the infoMessageVersion property.- Returns:
- possible object is
BigInteger
-
setInfoMessageVersion
public void setInfoMessageVersion(BigInteger value)
Sets the value of the infoMessageVersion property.- Parameters:
value- allowed object isBigInteger
-
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
-
getValidUntilTime
public ZonedDateTime getValidUntilTime()
Gets the value of the validUntilTime property.- Returns:
- possible object is
String
-
setValidUntilTime
public void setValidUntilTime(ZonedDateTime value)
Sets the value of the validUntilTime property.- Parameters:
value- allowed object isString
-
getSituationRef
public SituationRef getSituationRef()
Gets the value of the situationRef property.- Returns:
- possible object is
SituationRef
-
setSituationRef
public void setSituationRef(SituationRef value)
Sets the value of the situationRef property.- Parameters:
value- allowed object isSituationRef
-
getContent
public Object getContent()
Gets the value of the content property.- Returns:
- possible object is
Object
-
setContent
public void setContent(Object value)
Sets the value of the content property.- Parameters:
value- allowed object isObject
-
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
-
getFormatRef
public String getFormatRef()
Gets the value of the formatRef property.- Returns:
- possible object is
String
-
-