public class TraceStructure extends Object
Java class for TraceStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TraceStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.netex.org.uk/netex}TraceGroup"/>
<attribute name="id" type="{http://www.netex.org.uk/netex}TraceIdType" />
<attribute name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
changedAt |
protected String |
changedBy |
protected LocalDateTime |
created |
protected DeltaStructure |
delta |
protected String |
description |
protected String |
id |
protected VersionOfObjectRefStructure |
objectRef |
| Constructor and Description |
|---|
TraceStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getChangedAt()
Gets the value of the changedAt property.
|
String |
getChangedBy()
Gets the value of the changedBy property.
|
LocalDateTime |
getCreated()
Gets the value of the created property.
|
DeltaStructure |
getDelta()
Gets the value of the delta property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
VersionOfObjectRefStructure |
getObjectRef()
Gets the value of the objectRef property.
|
void |
setChangedAt(LocalDateTime value)
Sets the value of the changedAt property.
|
void |
setChangedBy(String value)
Sets the value of the changedBy property.
|
void |
setCreated(LocalDateTime value)
Sets the value of the created property.
|
void |
setDelta(DeltaStructure value)
Sets the value of the delta property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setObjectRef(VersionOfObjectRefStructure value)
Sets the value of the objectRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
TraceStructure |
withChangedAt(LocalDateTime value) |
TraceStructure |
withChangedBy(String value) |
TraceStructure |
withCreated(LocalDateTime value) |
TraceStructure |
withDelta(DeltaStructure value) |
TraceStructure |
withDescription(String value) |
TraceStructure |
withId(String value) |
TraceStructure |
withObjectRef(VersionOfObjectRefStructure value) |
protected VersionOfObjectRefStructure objectRef
protected LocalDateTime changedAt
protected String changedBy
protected String description
protected DeltaStructure delta
protected String id
protected LocalDateTime created
public VersionOfObjectRefStructure getObjectRef()
VersionOfObjectRefStructurepublic void setObjectRef(VersionOfObjectRefStructure value)
value - allowed object is
VersionOfObjectRefStructurepublic LocalDateTime getChangedAt()
Stringpublic void setChangedAt(LocalDateTime value)
value - allowed object is
Stringpublic String getChangedBy()
Stringpublic void setChangedBy(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DeltaStructure getDelta()
DeltaStructurepublic void setDelta(DeltaStructure value)
value - allowed object is
DeltaStructurepublic void setId(String value)
value - allowed object is
Stringpublic LocalDateTime getCreated()
Stringpublic void setCreated(LocalDateTime value)
value - allowed object is
Stringpublic TraceStructure withObjectRef(VersionOfObjectRefStructure value)
public TraceStructure withChangedAt(LocalDateTime value)
public TraceStructure withChangedBy(String value)
public TraceStructure withDescription(String value)
public TraceStructure withDelta(DeltaStructure value)
public TraceStructure withId(String value)
public TraceStructure withCreated(LocalDateTime value)
Copyright © 2018 Entur AS. All rights reserved.