Package uk.org.siri.siri14
Class SituationElementStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractSituationElementStructure
-
- uk.org.siri.siri14.SituationElementStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PtSituationElement,RoadSituationElement
public class SituationElementStructure extends AbstractSituationElementStructure implements Serializable
Type for loggable Entry.Java class for SituationElementStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationElementStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractSituationElementStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}SituationInfoGroup"/> <element name="VersionedAtTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ReferencesStructurereferencesprotected SituationSourceStructuresourceprotected ZonedDateTimeversionedAtTime-
Fields inherited from class uk.org.siri.siri14.AbstractSituationElementStructure
countryRef, creationTime, participantRef, situationNumber, updateCountryRef, updateParticipantRef, version
-
-
Constructor Summary
Constructors Constructor Description SituationElementStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencesStructuregetReferences()Gets the value of the references property.SituationSourceStructuregetSource()Gets the value of the source property.ZonedDateTimegetVersionedAtTime()Gets the value of the versionedAtTime property.voidsetReferences(ReferencesStructure value)Sets the value of the references property.voidsetSource(SituationSourceStructure value)Sets the value of the source property.voidsetVersionedAtTime(ZonedDateTime value)Sets the value of the versionedAtTime property.-
Methods inherited from class uk.org.siri.siri14.AbstractSituationElementStructure
getCountryRef, getCreationTime, getParticipantRef, getSituationNumber, getUpdateCountryRef, getUpdateParticipantRef, getVersion, setCountryRef, setCreationTime, setParticipantRef, setSituationNumber, setUpdateCountryRef, setUpdateParticipantRef, setVersion
-
-
-
-
Field Detail
-
references
protected ReferencesStructure references
-
source
protected SituationSourceStructure source
-
versionedAtTime
protected ZonedDateTime versionedAtTime
-
-
Method Detail
-
getReferences
public ReferencesStructure getReferences()
Gets the value of the references property.- Returns:
- possible object is
ReferencesStructure
-
setReferences
public void setReferences(ReferencesStructure value)
Sets the value of the references property.- Parameters:
value- allowed object isReferencesStructure
-
getSource
public SituationSourceStructure getSource()
Gets the value of the source property.- Returns:
- possible object is
SituationSourceStructure
-
setSource
public void setSource(SituationSourceStructure value)
Sets the value of the source property.- Parameters:
value- allowed object isSituationSourceStructure
-
getVersionedAtTime
public ZonedDateTime getVersionedAtTime()
Gets the value of the versionedAtTime property.- Returns:
- possible object is
String
-
setVersionedAtTime
public void setVersionedAtTime(ZonedDateTime value)
Sets the value of the versionedAtTime property.- Parameters:
value- allowed object isString
-
-