public class Entity_EntityStructure extends EntityStructure
Java class for Entity_EntityStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Entity_EntityStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}EntityStructure">
<sequence>
<element name="versions" type="{http://www.netex.org.uk/netex}entitiesInVersion_RelStructure"/>
</sequence>
<attribute name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="changed" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
changed |
protected LocalDateTime |
created |
protected EntitiesInVersion_RelStructure |
versions |
id, nameOfClass| Constructor and Description |
|---|
Entity_EntityStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getChanged()
Gets the value of the changed property.
|
LocalDateTime |
getCreated()
Gets the value of the created property.
|
EntitiesInVersion_RelStructure |
getVersions()
Gets the value of the versions property.
|
void |
setChanged(LocalDateTime value)
Sets the value of the changed property.
|
void |
setCreated(LocalDateTime value)
Sets the value of the created property.
|
void |
setVersions(EntitiesInVersion_RelStructure value)
Sets the value of the versions property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
Entity_EntityStructure |
withChanged(LocalDateTime value) |
Entity_EntityStructure |
withCreated(LocalDateTime value) |
Entity_EntityStructure |
withId(String value) |
Entity_EntityStructure |
withNameOfClass(String value) |
Entity_EntityStructure |
withVersions(EntitiesInVersion_RelStructure value) |
getId, getNameOfClass, setId, setNameOfClassprotected EntitiesInVersion_RelStructure versions
protected LocalDateTime created
protected LocalDateTime changed
public EntitiesInVersion_RelStructure getVersions()
EntitiesInVersion_RelStructurepublic void setVersions(EntitiesInVersion_RelStructure value)
value - allowed object is
EntitiesInVersion_RelStructurepublic LocalDateTime getCreated()
Stringpublic void setCreated(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getChanged()
Stringpublic void setChanged(LocalDateTime value)
value - allowed object is
Stringpublic Entity_EntityStructure withVersions(EntitiesInVersion_RelStructure value)
public Entity_EntityStructure withCreated(LocalDateTime value)
public Entity_EntityStructure withChanged(LocalDateTime value)
public Entity_EntityStructure withNameOfClass(String value)
withNameOfClass in class EntityStructurepublic Entity_EntityStructure withId(String value)
withId in class EntityStructurepublic String toString()
toString in class EntityStructureCopyright © 2018 Entur AS. All rights reserved.