Package uk.org.siri.siri20
Class AffectedRoadStructure
- java.lang.Object
-
- uk.org.siri.siri20.AffectedRoadStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedRoadStructure extends Object implements Serializable
Type for Raod scope for scope of SITUATION or effect.Java class for AffectedRoadStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedRoadStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Road" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePointLinear" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}ProjectionGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected LinkProjectionlinkProjectionprotected OffsetStructureoffsetprotected RoadsideReferencePointLinearroad
-
Constructor Summary
Constructors Constructor Description AffectedRoadStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.LinkProjectiongetLinkProjection()Gets the value of the linkProjection property.OffsetStructuregetOffset()Gets the value of the offset property.RoadsideReferencePointLineargetRoad()Gets the value of the road property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidsetOffset(OffsetStructure value)Sets the value of the offset property.voidsetRoad(RoadsideReferencePointLinear value)Sets the value of the road property.
-
-
-
Field Detail
-
road
protected RoadsideReferencePointLinear road
-
linkProjection
protected LinkProjection linkProjection
-
offset
protected OffsetStructure offset
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getRoad
public RoadsideReferencePointLinear getRoad()
Gets the value of the road property.- Returns:
- possible object is
RoadsideReferencePointLinear
-
setRoad
public void setRoad(RoadsideReferencePointLinear value)
Sets the value of the road property.- Parameters:
value- allowed object isRoadsideReferencePointLinear
-
getLinkProjection
public LinkProjection getLinkProjection()
Gets the value of the linkProjection property.- Returns:
- possible object is
LinkProjection
-
setLinkProjection
public void setLinkProjection(LinkProjection value)
Sets the value of the linkProjection property.- Parameters:
value- allowed object isLinkProjection
-
getOffset
public OffsetStructure getOffset()
Gets the value of the offset property.- Returns:
- possible object is
OffsetStructure
-
setOffset
public void setOffset(OffsetStructure value)
Sets the value of the offset property.- Parameters:
value- allowed object isOffsetStructure
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-