Package uk.org.siri.siri10
Class InfoMessageStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri10.InfoMessageStructure
-
- All Implemented Interfaces:
Serializable
public class InfoMessageStructure 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/}AbstractIdentifiedItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/}InfoMessageGroup"/> <element name="ValidUntilTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}SituationRef" minOccurs="0"/> <element name="Content" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> <attribute name="formatRef" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectcontentprotected StringformatRefprotected InfoChannelRefStructureinfoChannelRefprotected InfoMessageRefStructureinfoMessageIdentifierprotected BigIntegerinfoMessageVersionprotected SituationRefStructuresituationRefprotected ZonedDateTimevalidUntilTime-
Fields inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description InfoMessageStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetContent()Gets the value of the content 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.SituationRefStructuregetSituationRef()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.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(SituationRefStructure 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.siri10.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
infoMessageIdentifier
protected InfoMessageRefStructure infoMessageIdentifier
-
infoMessageVersion
protected BigInteger infoMessageVersion
-
infoChannelRef
protected InfoChannelRefStructure infoChannelRef
-
validUntilTime
protected ZonedDateTime validUntilTime
-
situationRef
protected SituationRefStructure situationRef
-
content
protected Object content
-
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 SituationRefStructure getSituationRef()
Gets the value of the situationRef property.- Returns:
- possible object is
SituationRefStructure
-
setSituationRef
public void setSituationRef(SituationRefStructure value)
Sets the value of the situationRef property.- Parameters:
value- allowed object isSituationRefStructure
-
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
-
getFormatRef
public String getFormatRef()
Gets the value of the formatRef property.- Returns:
- possible object is
String
-
-