public class LineInDirectionRef_Structure extends Object
Java class for LineInDirectionRef_Structure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineInDirectionRef_Structure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.netex.org.uk/netex}LineRef" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}DirectionRef" minOccurs="0"/>
<element name="ExternalLineRef" type="{http://www.netex.org.uk/netex}ExternalObjectRefStructure" minOccurs="0"/>
<element name="ExternalDirectionRef" type="{http://www.netex.org.uk/netex}ExternalObjectRefStructure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DirectionRefStructure |
directionRef |
protected ExternalObjectRefStructure |
externalDirectionRef |
protected ExternalObjectRefStructure |
externalLineRef |
protected JAXBElement<? extends LineRefStructure> |
lineRef |
| Constructor and Description |
|---|
LineInDirectionRef_Structure() |
protected JAXBElement<? extends LineRefStructure> lineRef
protected DirectionRefStructure directionRef
protected ExternalObjectRefStructure externalLineRef
protected ExternalObjectRefStructure externalDirectionRef
public JAXBElement<? extends LineRefStructure> getLineRef()
JAXBElement<FlexibleLineRefStructure>
JAXBElement<LineRefStructure>public void setLineRef(JAXBElement<? extends LineRefStructure> value)
value - allowed object is
JAXBElement<FlexibleLineRefStructure>
JAXBElement<LineRefStructure>public DirectionRefStructure getDirectionRef()
DirectionRefStructurepublic void setDirectionRef(DirectionRefStructure value)
value - allowed object is
DirectionRefStructurepublic ExternalObjectRefStructure getExternalLineRef()
ExternalObjectRefStructurepublic void setExternalLineRef(ExternalObjectRefStructure value)
value - allowed object is
ExternalObjectRefStructurepublic ExternalObjectRefStructure getExternalDirectionRef()
ExternalObjectRefStructurepublic void setExternalDirectionRef(ExternalObjectRefStructure value)
value - allowed object is
ExternalObjectRefStructurepublic LineInDirectionRef_Structure withLineRef(JAXBElement<? extends LineRefStructure> value)
public LineInDirectionRef_Structure withDirectionRef(DirectionRefStructure value)
public LineInDirectionRef_Structure withExternalLineRef(ExternalObjectRefStructure value)
public LineInDirectionRef_Structure withExternalDirectionRef(ExternalObjectRefStructure value)
Copyright © 2018 Entur AS. All rights reserved.