public class PointOnLink_VersionedChildStructure extends VersionedChildStructure
Java class for PointOnLink_VersionedChildStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOnLink_VersionedChildStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}VersionedChildStructure">
<sequence>
<group ref="{http://www.netex.org.uk/netex}PointOnLinkGroup"/>
</sequence>
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
distanceFromStart |
protected LinkRefStructure |
linkRef |
protected MultilingualString |
name |
protected BigInteger |
order |
protected JAXBElement<? extends Point_VersionStructure> |
point |
protected JAXBElement<? extends PointRefStructure> |
pointRef |
extensionsalternativeTexts, changed, compatibleWithVersionFrameVersionRef, created, dataSourceRef, derivedFromObjectRef, derivedFromVersionRef_BasicModificationDetailsGroup, modification, status_BasicModificationDetailsGroup, validBetween, validityConditions, versionid, nameOfClass| Constructor and Description |
|---|
PointOnLink_VersionedChildStructure() |
getExtensions, setExtensionsgetAlternativeTexts, getChanged, getCompatibleWithVersionFrameVersionRef, getCreated, getDataSourceRef, getDerivedFromObjectRef, getDerivedFromVersionRef_BasicModificationDetailsGroup, getModification, getStatus_BasicModificationDetailsGroup, getValidBetween, getValidityConditions, getVersion, setAlternativeTexts, setChanged, setCompatibleWithVersionFrameVersionRef, setCreated, setDataSourceRef, setDerivedFromObjectRef, setDerivedFromVersionRef_BasicModificationDetailsGroup, setModification, setStatus_BasicModificationDetailsGroup, setValidityConditions, setVersiongetId, getNameOfClass, setId, setNameOfClassprotected MultilingualString name
protected LinkRefStructure linkRef
protected BigDecimal distanceFromStart
protected JAXBElement<? extends PointRefStructure> pointRef
protected JAXBElement<? extends Point_VersionStructure> point
protected BigInteger order
public MultilingualString getName()
MultilingualStringpublic void setName(MultilingualString value)
value - allowed object is
MultilingualStringpublic LinkRefStructure getLinkRef()
LinkRefStructurepublic void setLinkRef(LinkRefStructure value)
value - allowed object is
LinkRefStructurepublic BigDecimal getDistanceFromStart()
BigDecimalpublic void setDistanceFromStart(BigDecimal value)
value - allowed object is
BigDecimalpublic JAXBElement<? extends PointRefStructure> getPointRef()
JAXBElement<GaragePointRefStructure>
JAXBElement<FareScheduledStopPointRefStructure>
JAXBElement<RoutePointRefStructure>
JAXBElement<ParkingPointRefStructure>
JAXBElement<ActivationPointRefStructure>
JAXBElement<RailwayPointRefStructure>
JAXBElement<WirePointRefStructure>
JAXBElement<RoadPointRefStructure>
JAXBElement<PointRefStructure>
JAXBElement<ReliefPointRefStructure>
JAXBElement<PointOnLinkRefStructure>
JAXBElement<ScheduledStopPointRefStructure>
JAXBElement<InfrastructurePointRefStructure>
JAXBElement<BorderPointRefStructure>
JAXBElement<TimingPointRefStructure>
JAXBElement<BeaconPointRefStructure>
JAXBElement<TrafficControlPointRefStructure>public void setPointRef(JAXBElement<? extends PointRefStructure> value)
value - allowed object is
JAXBElement<GaragePointRefStructure>
JAXBElement<FareScheduledStopPointRefStructure>
JAXBElement<RoutePointRefStructure>
JAXBElement<ParkingPointRefStructure>
JAXBElement<ActivationPointRefStructure>
JAXBElement<RailwayPointRefStructure>
JAXBElement<WirePointRefStructure>
JAXBElement<RoadPointRefStructure>
JAXBElement<PointRefStructure>
JAXBElement<ReliefPointRefStructure>
JAXBElement<PointOnLinkRefStructure>
JAXBElement<ScheduledStopPointRefStructure>
JAXBElement<InfrastructurePointRefStructure>
JAXBElement<BorderPointRefStructure>
JAXBElement<TimingPointRefStructure>
JAXBElement<BeaconPointRefStructure>
JAXBElement<TrafficControlPointRefStructure>public JAXBElement<? extends Point_VersionStructure> getPoint()
JAXBElement<TrafficControlPoint>
JAXBElement<Point_VersionStructure>
JAXBElement<Point_VersionStructure>
JAXBElement<ParkingPoint>
JAXBElement<GaragePoint>
JAXBElement<Point_VersionStructure>
JAXBElement<ReliefPoint>
JAXBElement<ReliefPoint_VersionStructure>
JAXBElement<ActivationPoint>
JAXBElement<InfrastructurePoint_VersionStructure>
JAXBElement<TimingPoint>
JAXBElement<WireJunction>
JAXBElement<RoutePoint>
JAXBElement<FareScheduledStopPoint>
JAXBElement<BorderPoint>
JAXBElement<RoadJunction>
JAXBElement<TimingPoint_VersionStructure>
JAXBElement<PathJunction>
JAXBElement<ScheduledStopPoint>
JAXBElement<BeaconPoint>
JAXBElement<RailwayJunction>public void setPoint(JAXBElement<? extends Point_VersionStructure> value)
value - allowed object is
JAXBElement<TrafficControlPoint>
JAXBElement<Point_VersionStructure>
JAXBElement<Point_VersionStructure>
JAXBElement<ParkingPoint>
JAXBElement<GaragePoint>
JAXBElement<Point_VersionStructure>
JAXBElement<ReliefPoint>
JAXBElement<ReliefPoint_VersionStructure>
JAXBElement<ActivationPoint>
JAXBElement<InfrastructurePoint_VersionStructure>
JAXBElement<TimingPoint>
JAXBElement<WireJunction>
JAXBElement<RoutePoint>
JAXBElement<FareScheduledStopPoint>
JAXBElement<BorderPoint>
JAXBElement<RoadJunction>
JAXBElement<TimingPoint_VersionStructure>
JAXBElement<PathJunction>
JAXBElement<ScheduledStopPoint>
JAXBElement<BeaconPoint>
JAXBElement<RailwayJunction>public BigInteger getOrder()
BigIntegerpublic void setOrder(BigInteger value)
value - allowed object is
BigIntegerpublic PointOnLink_VersionedChildStructure withName(MultilingualString value)
public PointOnLink_VersionedChildStructure withLinkRef(LinkRefStructure value)
public PointOnLink_VersionedChildStructure withDistanceFromStart(BigDecimal value)
public PointOnLink_VersionedChildStructure withPointRef(JAXBElement<? extends PointRefStructure> value)
public PointOnLink_VersionedChildStructure withPoint(JAXBElement<? extends Point_VersionStructure> value)
public PointOnLink_VersionedChildStructure withOrder(BigInteger value)
public PointOnLink_VersionedChildStructure withExtensions(ExtensionsStructure value)
withExtensions in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withValidityConditions(ValidityConditions_RelStructure value)
withValidityConditions in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withValidBetween(ValidBetween... values)
withValidBetween in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withValidBetween(Collection<ValidBetween> values)
withValidBetween in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withAlternativeTexts(AlternativeTexts_RelStructure value)
withAlternativeTexts in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withDataSourceRef(String value)
withDataSourceRef in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withCreated(LocalDateTime value)
withCreated in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withChanged(LocalDateTime value)
withChanged in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withModification(ModificationEnumeration value)
withModification in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withVersion(String value)
withVersion in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value)
withStatus_BasicModificationDetailsGroup in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value)
withDerivedFromVersionRef_BasicModificationDetailsGroup in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withCompatibleWithVersionFrameVersionRef(String value)
withCompatibleWithVersionFrameVersionRef in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withDerivedFromObjectRef(String value)
withDerivedFromObjectRef in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withNameOfClass(String value)
withNameOfClass in class VersionedChildStructurepublic PointOnLink_VersionedChildStructure withId(String value)
withId in class VersionedChildStructurepublic String toString()
toString in class VersionedChildStructureCopyright © 2018 Entur AS. All rights reserved.