public class DeltaValueStructure extends Object
Java class for DeltaValueStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeltaValueStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.netex.org.uk/netex}DeltaValueGroup"/>
<attribute name="id" type="{http://www.netex.org.uk/netex}DeltaValueIdType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deltaRef |
protected String |
id |
protected ModificationEnumeration |
modification |
protected Object |
newValue |
protected Object |
oldValue |
protected String |
valueName |
| Constructor and Description |
|---|
DeltaValueStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeltaRef()
Gets the value of the deltaRef property.
|
String |
getId()
Gets the value of the id property.
|
ModificationEnumeration |
getModification()
Gets the value of the modification property.
|
Object |
getNewValue()
Gets the value of the newValue property.
|
Object |
getOldValue()
Gets the value of the oldValue property.
|
String |
getValueName()
Gets the value of the valueName property.
|
void |
setDeltaRef(String value)
Sets the value of the deltaRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModification(ModificationEnumeration value)
Sets the value of the modification property.
|
void |
setNewValue(Object value)
Sets the value of the newValue property.
|
void |
setOldValue(Object value)
Sets the value of the oldValue property.
|
void |
setValueName(String value)
Sets the value of the valueName property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DeltaValueStructure |
withDeltaRef(String value) |
DeltaValueStructure |
withId(String value) |
DeltaValueStructure |
withModification(ModificationEnumeration value) |
DeltaValueStructure |
withNewValue(Object value) |
DeltaValueStructure |
withOldValue(Object value) |
DeltaValueStructure |
withValueName(String value) |
protected String deltaRef
protected ModificationEnumeration modification
protected String valueName
protected Object oldValue
protected Object newValue
protected String id
public String getDeltaRef()
Stringpublic void setDeltaRef(String value)
value - allowed object is
Stringpublic ModificationEnumeration getModification()
ModificationEnumerationpublic void setModification(ModificationEnumeration value)
value - allowed object is
ModificationEnumerationpublic String getValueName()
Stringpublic void setValueName(String value)
value - allowed object is
Stringpublic Object getOldValue()
Objectpublic void setOldValue(Object value)
value - allowed object is
Objectpublic Object getNewValue()
Objectpublic void setNewValue(Object value)
value - allowed object is
Objectpublic void setId(String value)
value - allowed object is
Stringpublic DeltaValueStructure withDeltaRef(String value)
public DeltaValueStructure withModification(ModificationEnumeration value)
public DeltaValueStructure withValueName(String value)
public DeltaValueStructure withOldValue(Object value)
public DeltaValueStructure withNewValue(Object value)
public DeltaValueStructure withId(String value)
Copyright © 2018 Entur AS. All rights reserved.