Package uk.org.siri.siri14
Class AffectedRoadStructure
- java.lang.Object
-
- uk.org.siri.siri14.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/1_0/1_0}ReferencePointLinear" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}ProjectionGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkProjectionlinkProjectionprotected OffsetStructureoffsetprotected ReferencePointLinearroad
-
Constructor Summary
Constructors Constructor Description AffectedRoadStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkProjectiongetLinkProjection()Gets the value of the linkProjection property.OffsetStructuregetOffset()Gets the value of the offset property.ReferencePointLineargetRoad()Gets the value of the road property.voidsetLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidsetOffset(OffsetStructure value)Sets the value of the offset property.voidsetRoad(ReferencePointLinear value)Sets the value of the road property.
-
-
-
Field Detail
-
road
protected ReferencePointLinear road
-
linkProjection
protected LinkProjection linkProjection
-
offset
protected OffsetStructure offset
-
-
Method Detail
-
getRoad
public ReferencePointLinear getRoad()
Gets the value of the road property.- Returns:
- possible object is
ReferencePointLinear
-
setRoad
public void setRoad(ReferencePointLinear value)
Sets the value of the road property.- Parameters:
value- allowed object isReferencePointLinear
-
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
-
-