Package uk.org.siri.siri10
Class AbstractItemStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractDistributorItemStructure,AbstractIdentifiedItemStructure,AbstractReferencingItemStructure,DatedTimetableVersionFrameStructure,EstimatedVersionFrameStructure
public class AbstractItemStructure extends Object implements Serializable
Type for an Activity.Java class for AbstractItemStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractItemStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RecordedAtTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimerecordedAtTime
-
Constructor Summary
Constructors Constructor Description AbstractItemStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetRecordedAtTime()Gets the value of the recordedAtTime property.voidsetRecordedAtTime(ZonedDateTime value)Sets the value of the recordedAtTime property.
-
-
-
Field Detail
-
recordedAtTime
protected ZonedDateTime recordedAtTime
-
-
Method Detail
-
getRecordedAtTime
public ZonedDateTime getRecordedAtTime()
Gets the value of the recordedAtTime property.- Returns:
- possible object is
String
-
setRecordedAtTime
public void setRecordedAtTime(ZonedDateTime value)
Sets the value of the recordedAtTime property.- Parameters:
value- allowed object isString
-
-