public class DistanceMatrixElementRefByValueStructure extends Object
Java class for DistanceMatrixElementRefByValueStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistanceMatrixElementRefByValueStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.netex.org.uk/netex}ReferenceModificationDetailsGroup"/>
<attribute name="nameOfClass" type="{http://www.netex.org.uk/netex}NameOfClass" />
<attribute name="fromRef" use="required" type="{http://www.netex.org.uk/netex}ObjectIdType" />
<attribute name="toRef" use="required" type="{http://www.netex.org.uk/netex}ObjectIdType" />
<attribute name="nameOfPointRefClass" type="{http://www.netex.org.uk/netex}NameOfClass" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
changed |
protected LocalDateTime |
created |
protected String |
fromRef |
protected String |
nameOfClass |
protected String |
nameOfPointRefClass |
protected String |
toRef |
protected String |
version |
| Constructor and Description |
|---|
DistanceMatrixElementRefByValueStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getChanged()
Gets the value of the changed property.
|
LocalDateTime |
getCreated()
Gets the value of the created property.
|
String |
getFromRef()
Gets the value of the fromRef property.
|
String |
getNameOfClass()
Gets the value of the nameOfClass property.
|
String |
getNameOfPointRefClass()
Gets the value of the nameOfPointRefClass property.
|
String |
getToRef()
Gets the value of the toRef property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setChanged(LocalDateTime value)
Sets the value of the changed property.
|
void |
setCreated(LocalDateTime value)
Sets the value of the created property.
|
void |
setFromRef(String value)
Sets the value of the fromRef property.
|
void |
setNameOfClass(String value)
Sets the value of the nameOfClass property.
|
void |
setNameOfPointRefClass(String value)
Sets the value of the nameOfPointRefClass property.
|
void |
setToRef(String value)
Sets the value of the toRef property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DistanceMatrixElementRefByValueStructure |
withChanged(LocalDateTime value) |
DistanceMatrixElementRefByValueStructure |
withCreated(LocalDateTime value) |
DistanceMatrixElementRefByValueStructure |
withFromRef(String value) |
DistanceMatrixElementRefByValueStructure |
withNameOfClass(String value) |
DistanceMatrixElementRefByValueStructure |
withNameOfPointRefClass(String value) |
DistanceMatrixElementRefByValueStructure |
withToRef(String value) |
DistanceMatrixElementRefByValueStructure |
withVersion(String value) |
protected String nameOfClass
protected String fromRef
protected String toRef
protected String nameOfPointRefClass
protected LocalDateTime created
protected LocalDateTime changed
protected String version
public DistanceMatrixElementRefByValueStructure()
public String getNameOfClass()
Stringpublic void setNameOfClass(String value)
value - allowed object is
Stringpublic String getFromRef()
Stringpublic void setFromRef(String value)
value - allowed object is
Stringpublic String getToRef()
Stringpublic void setToRef(String value)
value - allowed object is
Stringpublic String getNameOfPointRefClass()
Stringpublic void setNameOfPointRefClass(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 DistanceMatrixElementRefByValueStructure withNameOfClass(String value)
public DistanceMatrixElementRefByValueStructure withFromRef(String value)
public DistanceMatrixElementRefByValueStructure withToRef(String value)
public DistanceMatrixElementRefByValueStructure withNameOfPointRefClass(String value)
public DistanceMatrixElementRefByValueStructure withCreated(LocalDateTime value)
public DistanceMatrixElementRefByValueStructure withChanged(LocalDateTime value)
public DistanceMatrixElementRefByValueStructure withVersion(String value)
Copyright © 2018 Entur AS. All rights reserved.