public class ModalLinkRefByValue2Structure extends Object
Java class for ModalLinkRefByValue2Structure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModalLinkRefByValue2Structure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromPointRef" type="{http://www.netex.org.uk/netex}PointRefStructure"/>
<element name="ToPointRef" type="{http://www.netex.org.uk/netex}PointRefStructure"/>
<element ref="{http://www.netex.org.uk/netex}TypeOfLinkRef" minOccurs="0"/>
<sequence>
<element ref="{http://www.netex.org.uk/netex}VehicleMode" minOccurs="0"/>
</sequence>
</sequence>
<attGroup ref="{http://www.netex.org.uk/netex}ReferenceModificationDetailsGroup"/>
<attribute name="nameOfClass" type="{http://www.netex.org.uk/netex}NameOfClass" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
changed |
protected LocalDateTime |
created |
protected PointRefStructure |
fromPointRef |
protected String |
nameOfClass |
protected PointRefStructure |
toPointRef |
protected TypeOfLinkRefStructure |
typeOfLinkRef |
protected AllModesEnumeration |
vehicleMode |
protected String |
version |
| Constructor and Description |
|---|
ModalLinkRefByValue2Structure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getChanged()
Gets the value of the changed property.
|
LocalDateTime |
getCreated()
Gets the value of the created property.
|
PointRefStructure |
getFromPointRef()
Gets the value of the fromPointRef property.
|
String |
getNameOfClass()
Gets the value of the nameOfClass property.
|
PointRefStructure |
getToPointRef()
Gets the value of the toPointRef property.
|
TypeOfLinkRefStructure |
getTypeOfLinkRef()
Gets the value of the typeOfLinkRef property.
|
AllModesEnumeration |
getVehicleMode()
Gets the value of the vehicleMode 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(PointRefStructure value)
Sets the value of the fromPointRef property.
|
void |
setNameOfClass(String value)
Sets the value of the nameOfClass property.
|
void |
setToPointRef(PointRefStructure value)
Sets the value of the toPointRef property.
|
void |
setTypeOfLinkRef(TypeOfLinkRefStructure value)
Sets the value of the typeOfLinkRef property.
|
void |
setVehicleMode(AllModesEnumeration value)
Sets the value of the vehicleMode property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ModalLinkRefByValue2Structure |
withChanged(LocalDateTime value) |
ModalLinkRefByValue2Structure |
withCreated(LocalDateTime value) |
ModalLinkRefByValue2Structure |
withFromPointRef(PointRefStructure value) |
ModalLinkRefByValue2Structure |
withNameOfClass(String value) |
ModalLinkRefByValue2Structure |
withToPointRef(PointRefStructure value) |
ModalLinkRefByValue2Structure |
withTypeOfLinkRef(TypeOfLinkRefStructure value) |
ModalLinkRefByValue2Structure |
withVehicleMode(AllModesEnumeration value) |
ModalLinkRefByValue2Structure |
withVersion(String value) |
protected PointRefStructure fromPointRef
protected PointRefStructure toPointRef
protected TypeOfLinkRefStructure typeOfLinkRef
protected AllModesEnumeration vehicleMode
protected String nameOfClass
protected LocalDateTime created
protected LocalDateTime changed
protected String version
public PointRefStructure getFromPointRef()
PointRefStructurepublic void setFromPointRef(PointRefStructure value)
value - allowed object is
PointRefStructurepublic PointRefStructure getToPointRef()
PointRefStructurepublic void setToPointRef(PointRefStructure value)
value - allowed object is
PointRefStructurepublic TypeOfLinkRefStructure getTypeOfLinkRef()
TypeOfLinkRefStructurepublic void setTypeOfLinkRef(TypeOfLinkRefStructure value)
value - allowed object is
TypeOfLinkRefStructurepublic AllModesEnumeration getVehicleMode()
AllModesEnumerationpublic void setVehicleMode(AllModesEnumeration value)
value - allowed object is
AllModesEnumerationpublic String getNameOfClass()
Stringpublic void setNameOfClass(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 ModalLinkRefByValue2Structure withFromPointRef(PointRefStructure value)
public ModalLinkRefByValue2Structure withToPointRef(PointRefStructure value)
public ModalLinkRefByValue2Structure withTypeOfLinkRef(TypeOfLinkRefStructure value)
public ModalLinkRefByValue2Structure withVehicleMode(AllModesEnumeration value)
public ModalLinkRefByValue2Structure withNameOfClass(String value)
public ModalLinkRefByValue2Structure withCreated(LocalDateTime value)
public ModalLinkRefByValue2Structure withChanged(LocalDateTime value)
public ModalLinkRefByValue2Structure withVersion(String value)
Copyright © 2018 Entur AS. All rights reserved.