Package uk.org.siri.siri10
Class AbstractIdentifiedItemStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractIdentifiedItemStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractFeederItemStructure,InfoMessageStructure,MonitoredStopVisitStructure,StopLineNoticeStructure,TimetabledStopVisitStructure,VehicleActivityStructure
public class AbstractIdentifiedItemStructure extends AbstractItemStructure implements Serializable
Type for an Activity that can be referenced.Java class for AbstractIdentifiedItemStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractIdentifiedItemStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractItemStructure"> <sequence> <element name="ItemIdentifier" type="{http://www.siri.org.uk/}ItemIdentifierType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringitemIdentifier-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description AbstractIdentifiedItemStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetItemIdentifier()Gets the value of the itemIdentifier property.voidsetItemIdentifier(String value)Sets the value of the itemIdentifier property.-
Methods inherited from class uk.org.siri.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-