public abstract class AbstractReferencingItemStructure extends AbstractItemStructure
Java class for AbstractReferencingItemStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractReferencingItemStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}AbstractItemStructure">
<sequence>
<element name="ItemRef" type="{http://www.siri.org.uk/siri}ItemRefStructure" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ItemRefStructure |
itemRef |
recordedAtTime| Constructor and Description |
|---|
AbstractReferencingItemStructure() |
| Modifier and Type | Method and Description |
|---|---|
ItemRefStructure |
getItemRef()
Gets the value of the itemRef property.
|
void |
setItemRef(ItemRefStructure value)
Sets the value of the itemRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractReferencingItemStructure |
withItemRef(ItemRefStructure value) |
AbstractReferencingItemStructure |
withRecordedAtTime(LocalDateTime value) |
getRecordedAtTime, setRecordedAtTimeprotected ItemRefStructure itemRef
public ItemRefStructure getItemRef()
ItemRefStructurepublic void setItemRef(ItemRefStructure value)
value - allowed object is
ItemRefStructurepublic AbstractReferencingItemStructure withItemRef(ItemRefStructure value)
public AbstractReferencingItemStructure withRecordedAtTime(LocalDateTime value)
withRecordedAtTime in class AbstractItemStructurepublic String toString()
toString in class AbstractItemStructureCopyright © 2018 Entur AS. All rights reserved.