public class DeltaStructure extends Object
Java class for DeltaStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeltaStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.netex.org.uk/netex}DeltaGroup"/>
<attribute name="id" type="{http://www.netex.org.uk/netex}DeltaIdType" />
<attribute name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeltaStructure.FromVersionRef
Java class for anonymous complex type.
|
static class |
DeltaStructure.ToVersionRef
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
created |
protected DeltaValues_RelStructure |
deltaValues |
protected DeltaStructure.FromVersionRef |
fromVersionRef |
protected String |
id |
protected ModificationEnumeration |
modification |
protected SimpleObjectRefStructure |
simpleObjectRef |
protected DeltaStructure.ToVersionRef |
toVersionRef |
| Constructor and Description |
|---|
DeltaStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreated()
Gets the value of the created property.
|
DeltaValues_RelStructure |
getDeltaValues()
Gets the value of the deltaValues property.
|
DeltaStructure.FromVersionRef |
getFromVersionRef()
Gets the value of the fromVersionRef property.
|
String |
getId()
Gets the value of the id property.
|
ModificationEnumeration |
getModification()
Gets the value of the modification property.
|
SimpleObjectRefStructure |
getSimpleObjectRef()
Gets the value of the simpleObjectRef property.
|
DeltaStructure.ToVersionRef |
getToVersionRef()
Gets the value of the toVersionRef property.
|
void |
setCreated(LocalDateTime value)
Sets the value of the created property.
|
void |
setDeltaValues(DeltaValues_RelStructure value)
Sets the value of the deltaValues property.
|
void |
setFromVersionRef(DeltaStructure.FromVersionRef value)
Sets the value of the fromVersionRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModification(ModificationEnumeration value)
Sets the value of the modification property.
|
void |
setSimpleObjectRef(SimpleObjectRefStructure value)
Sets the value of the simpleObjectRef property.
|
void |
setToVersionRef(DeltaStructure.ToVersionRef value)
Sets the value of the toVersionRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DeltaStructure |
withCreated(LocalDateTime value) |
DeltaStructure |
withDeltaValues(DeltaValues_RelStructure value) |
DeltaStructure |
withFromVersionRef(DeltaStructure.FromVersionRef value) |
DeltaStructure |
withId(String value) |
DeltaStructure |
withModification(ModificationEnumeration value) |
DeltaStructure |
withSimpleObjectRef(SimpleObjectRefStructure value) |
DeltaStructure |
withToVersionRef(DeltaStructure.ToVersionRef value) |
protected SimpleObjectRefStructure simpleObjectRef
protected DeltaStructure.FromVersionRef fromVersionRef
protected DeltaStructure.ToVersionRef toVersionRef
protected ModificationEnumeration modification
protected DeltaValues_RelStructure deltaValues
protected String id
protected LocalDateTime created
public SimpleObjectRefStructure getSimpleObjectRef()
SimpleObjectRefStructurepublic void setSimpleObjectRef(SimpleObjectRefStructure value)
value - allowed object is
SimpleObjectRefStructurepublic DeltaStructure.FromVersionRef getFromVersionRef()
DeltaStructure.FromVersionRefpublic void setFromVersionRef(DeltaStructure.FromVersionRef value)
value - allowed object is
DeltaStructure.FromVersionRefpublic DeltaStructure.ToVersionRef getToVersionRef()
DeltaStructure.ToVersionRefpublic void setToVersionRef(DeltaStructure.ToVersionRef value)
value - allowed object is
DeltaStructure.ToVersionRefpublic ModificationEnumeration getModification()
ModificationEnumerationpublic void setModification(ModificationEnumeration value)
value - allowed object is
ModificationEnumerationpublic DeltaValues_RelStructure getDeltaValues()
DeltaValues_RelStructurepublic void setDeltaValues(DeltaValues_RelStructure value)
value - allowed object is
DeltaValues_RelStructurepublic void setId(String value)
value - allowed object is
Stringpublic LocalDateTime getCreated()
Stringpublic void setCreated(LocalDateTime value)
value - allowed object is
Stringpublic DeltaStructure withSimpleObjectRef(SimpleObjectRefStructure value)
public DeltaStructure withFromVersionRef(DeltaStructure.FromVersionRef value)
public DeltaStructure withToVersionRef(DeltaStructure.ToVersionRef value)
public DeltaStructure withModification(ModificationEnumeration value)
public DeltaStructure withDeltaValues(DeltaValues_RelStructure value)
public DeltaStructure withId(String value)
public DeltaStructure withCreated(LocalDateTime value)
Copyright © 2018 Entur AS. All rights reserved.