Class AffectedPathLinkStructure
- java.lang.Object
-
- uk.org.siri.siri14.AffectedPathLinkStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedPathLinkStructure extends Object implements Serializable
Information about a connection link from a given stop.Java class for AffectedPathLinkStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedPathLinkStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LinkRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" maxOccurs="unbounded" minOccurs="0"/> <element name="LinkName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <element name="AccessibilityFeature" type="{http://www.ifopt.org.uk/ifopt}AccessibilityFeatureEnumeration" minOccurs="0"/> <element name="LinkDirection" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" 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 AccessibilityFeatureEnumerationaccessibilityFeatureprotected Extensionsextensionsprotected List<String>linkDirectionsprotected NaturalLanguageStringStructurelinkNameprotected LinkProjectionlinkProjectionprotected List<String>linkRevesprotected OffsetStructureoffset
-
Constructor Summary
Constructors Constructor Description AffectedPathLinkStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilityFeatureEnumerationgetAccessibilityFeature()Gets the value of the accessibilityFeature property.ExtensionsgetExtensions()Gets the value of the extensions property.List<String>getLinkDirections()Gets the value of the linkDirections property.NaturalLanguageStringStructuregetLinkName()Gets the value of the linkName property.LinkProjectiongetLinkProjection()Gets the value of the linkProjection property.List<String>getLinkReves()Gets the value of the linkReves property.OffsetStructuregetOffset()Gets the value of the offset property.voidsetAccessibilityFeature(AccessibilityFeatureEnumeration value)Sets the value of the accessibilityFeature property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLinkName(NaturalLanguageStringStructure value)Sets the value of the linkName property.voidsetLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidsetOffset(OffsetStructure value)Sets the value of the offset property.
-
-
-
Field Detail
-
linkName
protected NaturalLanguageStringStructure linkName
-
accessibilityFeature
protected AccessibilityFeatureEnumeration accessibilityFeature
-
linkProjection
protected LinkProjection linkProjection
-
offset
protected OffsetStructure offset
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getLinkReves
public List<String> getLinkReves()
Gets the value of the linkReves property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the linkReves property.For example, to add a new item, do as follows:
getLinkReves().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getLinkName
public NaturalLanguageStringStructure getLinkName()
Gets the value of the linkName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setLinkName
public void setLinkName(NaturalLanguageStringStructure value)
Sets the value of the linkName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getAccessibilityFeature
public AccessibilityFeatureEnumeration getAccessibilityFeature()
Gets the value of the accessibilityFeature property.- Returns:
- possible object is
AccessibilityFeatureEnumeration
-
setAccessibilityFeature
public void setAccessibilityFeature(AccessibilityFeatureEnumeration value)
Sets the value of the accessibilityFeature property.- Parameters:
value- allowed object isAccessibilityFeatureEnumeration
-
getLinkDirections
public List<String> getLinkDirections()
Gets the value of the linkDirections property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the linkDirections property.For example, to add a new item, do as follows:
getLinkDirections().add(newItem);Objects of the following type(s) are allowed in the list
String
-
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
-
-