public abstract class AbstractItemStructure extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
recordedAtTime |
| Constructor and Description |
|---|
AbstractItemStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getRecordedAtTime()
Gets the value of the recordedAtTime property.
|
void |
setRecordedAtTime(LocalDateTime value)
Sets the value of the recordedAtTime property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractItemStructure |
withRecordedAtTime(LocalDateTime value) |
protected LocalDateTime recordedAtTime
public LocalDateTime getRecordedAtTime()
Stringpublic void setRecordedAtTime(LocalDateTime value)
value - allowed object is
Stringpublic AbstractItemStructure withRecordedAtTime(LocalDateTime value)
Copyright © 2018 Entur AS. All rights reserved.