public class LinkRefByValueStructure extends Object
Java class for LinkRefByValueStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkRefByValueStructure">
<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="fromPointRef" use="required" type="{http://www.netex.org.uk/netex}PointIdType" />
<attribute name="toPointRef" use="required" type="{http://www.netex.org.uk/netex}PointIdType" />
<attribute name="nameOfPointRefClass" type="{http://www.netex.org.uk/netex}NameOfClass" />
<attribute name="typeOfLinkRef" type="{http://www.netex.org.uk/netex}TypeOfLinkIdType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
changed |
protected LocalDateTime |
created |
protected String |
fromPointRef |
protected String |
nameOfClass |
protected String |
nameOfPointRefClass |
protected String |
toPointRef |
protected String |
typeOfLinkRef |
protected String |
version |
| Constructor and Description |
|---|
LinkRefByValueStructure() |
| 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 |
getFromPointRef()
Gets the value of the fromPointRef property.
|
String |
getNameOfClass()
Gets the value of the nameOfClass property.
|
String |
getNameOfPointRefClass()
Gets the value of the nameOfPointRefClass property.
|
String |
getToPointRef()
Gets the value of the toPointRef property.
|
String |
getTypeOfLinkRef()
Gets the value of the typeOfLinkRef 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 |
setFromPointRef(String value)
Sets the value of the fromPointRef property.
|
void |
setNameOfClass(String value)
Sets the value of the nameOfClass property.
|
void |
setNameOfPointRefClass(String value)
Sets the value of the nameOfPointRefClass property.
|
void |
setToPointRef(String value)
Sets the value of the toPointRef property.
|
void |
setTypeOfLinkRef(String value)
Sets the value of the typeOfLinkRef property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
LinkRefByValueStructure |
withChanged(LocalDateTime value) |
LinkRefByValueStructure |
withCreated(LocalDateTime value) |
LinkRefByValueStructure |
withFromPointRef(String value) |
LinkRefByValueStructure |
withNameOfClass(String value) |
LinkRefByValueStructure |
withNameOfPointRefClass(String value) |
LinkRefByValueStructure |
withToPointRef(String value) |
LinkRefByValueStructure |
withTypeOfLinkRef(String value) |
LinkRefByValueStructure |
withVersion(String value) |
protected String nameOfClass
protected String fromPointRef
protected String toPointRef
protected String nameOfPointRefClass
protected String typeOfLinkRef
protected LocalDateTime created
protected LocalDateTime changed
protected String version
public String getNameOfClass()
Stringpublic void setNameOfClass(String value)
value - allowed object is
Stringpublic String getFromPointRef()
Stringpublic void setFromPointRef(String value)
value - allowed object is
Stringpublic String getToPointRef()
Stringpublic void setToPointRef(String value)
value - allowed object is
Stringpublic String getNameOfPointRefClass()
Stringpublic void setNameOfPointRefClass(String value)
value - allowed object is
Stringpublic String getTypeOfLinkRef()
Stringpublic void setTypeOfLinkRef(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 LinkRefByValueStructure withNameOfClass(String value)
public LinkRefByValueStructure withFromPointRef(String value)
public LinkRefByValueStructure withToPointRef(String value)
public LinkRefByValueStructure withNameOfPointRefClass(String value)
public LinkRefByValueStructure withTypeOfLinkRef(String value)
public LinkRefByValueStructure withCreated(LocalDateTime value)
public LinkRefByValueStructure withChanged(LocalDateTime value)
public LinkRefByValueStructure withVersion(String value)
Copyright © 2018 Entur AS. All rights reserved.