public class VersionOfObjectRefStructure extends Object
Java class for VersionOfObjectRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionOfObjectRefStructure">
<simpleContent>
<extension base="<http://www.netex.org.uk/netex>ObjectIdType">
<attGroup ref="{http://www.netex.org.uk/netex}ReferenceModificationDetailsGroup"/>
<attribute name="nameOfRefClass" type="{http://www.netex.org.uk/netex}NameOfClass" />
<attribute name="modification" type="{http://www.netex.org.uk/netex}ModificationEnumeration" />
<attribute name="ref" use="required" type="{http://www.netex.org.uk/netex}ObjectIdType" />
<attribute name="versionRef" type="{http://www.netex.org.uk/netex}VersionIdType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
changed |
protected LocalDateTime |
created |
protected ModificationEnumeration |
modification |
protected String |
nameOfRefClass |
protected String |
ref |
protected String |
value |
protected String |
version |
protected String |
versionRef |
| Constructor and Description |
|---|
VersionOfObjectRefStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getChanged()
Gets the value of the changed property.
|
LocalDateTime |
getCreated()
Gets the value of the created property.
|
ModificationEnumeration |
getModification()
Gets the value of the modification property.
|
String |
getNameOfRefClass()
Gets the value of the nameOfRefClass property.
|
String |
getRef()
Gets the value of the ref property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getVersionRef()
Gets the value of the versionRef property.
|
void |
setChanged(LocalDateTime value)
Sets the value of the changed property.
|
void |
setCreated(LocalDateTime value)
Sets the value of the created property.
|
void |
setModification(ModificationEnumeration value)
Sets the value of the modification property.
|
void |
setNameOfRefClass(String value)
Sets the value of the nameOfRefClass property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setVersionRef(String value)
Sets the value of the versionRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
VersionOfObjectRefStructure |
withChanged(LocalDateTime value) |
VersionOfObjectRefStructure |
withCreated(LocalDateTime value) |
VersionOfObjectRefStructure |
withModification(ModificationEnumeration value) |
VersionOfObjectRefStructure |
withNameOfRefClass(String value) |
VersionOfObjectRefStructure |
withRef(String value) |
VersionOfObjectRefStructure |
withValue(String value) |
VersionOfObjectRefStructure |
withVersion(String value) |
VersionOfObjectRefStructure |
withVersionRef(String value) |
protected String value
protected String nameOfRefClass
protected ModificationEnumeration modification
protected String ref
protected String versionRef
protected LocalDateTime created
protected LocalDateTime changed
protected String version
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getNameOfRefClass()
Stringpublic void setNameOfRefClass(String value)
value - allowed object is
Stringpublic ModificationEnumeration getModification()
ModificationEnumerationpublic void setModification(ModificationEnumeration value)
value - allowed object is
ModificationEnumerationpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getVersionRef()
Stringpublic void setVersionRef(String value)
value - allowed object is
Stringpublic LocalDateTime getCreated()
Stringpublic void setCreated(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getChanged()
Stringpublic void setChanged(LocalDateTime value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic VersionOfObjectRefStructure withValue(String value)
public VersionOfObjectRefStructure withNameOfRefClass(String value)
public VersionOfObjectRefStructure withModification(ModificationEnumeration value)
public VersionOfObjectRefStructure withRef(String value)
public VersionOfObjectRefStructure withVersionRef(String value)
public VersionOfObjectRefStructure withCreated(LocalDateTime value)
public VersionOfObjectRefStructure withChanged(LocalDateTime value)
public VersionOfObjectRefStructure withVersion(String value)
Copyright © 2018 Entur AS. All rights reserved.