Package uk.org.siri.siri20
Class AffectedStopPlaceComponentStructure
- java.lang.Object
-
- uk.org.siri.siri20.AffectedStopPlaceElementStructure
-
- uk.org.siri.siri20.AffectedStopPlaceComponentStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedStopPlaceComponentStructure extends AffectedStopPlaceElementStructure implements Serializable
Type for information about the quays affected by an SITUATION.Java class for AffectedStopPlaceComponentStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedStopPlaceComponentStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AffectedStopPlaceElementStructure"> <sequence> <element name="ComponentRef" type="{http://www.ifopt.org.uk/ifopt}StopPlaceComponentRefStructure"/> <element name="ComponentName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="ComponentType" type="{http://www.ifopt.org.uk/ifopt}StopPlaceComponentTypeEnumeration" minOccurs="0"/> <group ref="{http://www.ifopt.org.uk/ifopt}PlaceProjectionGroup" minOccurs="0"/> <element name="Offset" type="{http://www.siri.org.uk/siri}OffsetStructure" minOccurs="0"/> <element name="AccessFeatureType" type="{http://www.ifopt.org.uk/ifopt}AccessibilityFeatureEnumeration" minOccurs="0"/> <element name="AffectedFacilities" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedFacility" type="{http://www.siri.org.uk/siri}AffectedFacilityStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffectedStopPlaceComponentStructure.AffectedFacilitiesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AccessibilityFeatureEnumerationaccessFeatureTypeprotected AffectedStopPlaceComponentStructure.AffectedFacilitiesaffectedFacilitiesprotected List<NaturalLanguageStringStructure>componentNamesprotected StopPlaceComponentRefStructurecomponentRefprotected StopPlaceComponentTypeEnumerationcomponentTypeprotected Extensionsextensionsprotected LinkProjectionlinkProjectionprotected OffsetStructureoffsetprotected PointProjectionpointProjectionprotected ZoneProjectionzoneProjection-
Fields inherited from class uk.org.siri.siri20.AffectedStopPlaceElementStructure
accessibilityAssessment
-
-
Constructor Summary
Constructors Constructor Description AffectedStopPlaceComponentStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilityFeatureEnumerationgetAccessFeatureType()Gets the value of the accessFeatureType property.AffectedStopPlaceComponentStructure.AffectedFacilitiesgetAffectedFacilities()Gets the value of the affectedFacilities property.List<NaturalLanguageStringStructure>getComponentNames()Gets the value of the componentNames property.StopPlaceComponentRefStructuregetComponentRef()Gets the value of the componentRef property.StopPlaceComponentTypeEnumerationgetComponentType()Gets the value of the componentType property.ExtensionsgetExtensions()Gets the value of the extensions property.LinkProjectiongetLinkProjection()Gets the value of the linkProjection property.OffsetStructuregetOffset()Gets the value of the offset property.PointProjectiongetPointProjection()Gets the value of the pointProjection property.ZoneProjectiongetZoneProjection()Gets the value of the zoneProjection property.voidsetAccessFeatureType(AccessibilityFeatureEnumeration value)Sets the value of the accessFeatureType property.voidsetAffectedFacilities(AffectedStopPlaceComponentStructure.AffectedFacilities value)Sets the value of the affectedFacilities property.voidsetComponentRef(StopPlaceComponentRefStructure value)Sets the value of the componentRef property.voidsetComponentType(StopPlaceComponentTypeEnumeration value)Sets the value of the componentType 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.voidsetPointProjection(PointProjection value)Sets the value of the pointProjection property.voidsetZoneProjection(ZoneProjection value)Sets the value of the zoneProjection property.-
Methods inherited from class uk.org.siri.siri20.AffectedStopPlaceElementStructure
getAccessibilityAssessment, setAccessibilityAssessment
-
-
-
-
Field Detail
-
componentRef
protected StopPlaceComponentRefStructure componentRef
-
componentNames
protected List<NaturalLanguageStringStructure> componentNames
-
componentType
protected StopPlaceComponentTypeEnumeration componentType
-
pointProjection
protected PointProjection pointProjection
-
linkProjection
protected LinkProjection linkProjection
-
zoneProjection
protected ZoneProjection zoneProjection
-
offset
protected OffsetStructure offset
-
accessFeatureType
protected AccessibilityFeatureEnumeration accessFeatureType
-
affectedFacilities
protected AffectedStopPlaceComponentStructure.AffectedFacilities affectedFacilities
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getComponentRef
public StopPlaceComponentRefStructure getComponentRef()
Gets the value of the componentRef property.- Returns:
- possible object is
StopPlaceComponentRefStructure
-
setComponentRef
public void setComponentRef(StopPlaceComponentRefStructure value)
Sets the value of the componentRef property.- Parameters:
value- allowed object isStopPlaceComponentRefStructure
-
getComponentNames
public List<NaturalLanguageStringStructure> getComponentNames()
Gets the value of the componentNames 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 componentNames property.For example, to add a new item, do as follows:
getComponentNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getComponentType
public StopPlaceComponentTypeEnumeration getComponentType()
Gets the value of the componentType property.- Returns:
- possible object is
StopPlaceComponentTypeEnumeration
-
setComponentType
public void setComponentType(StopPlaceComponentTypeEnumeration value)
Sets the value of the componentType property.- Parameters:
value- allowed object isStopPlaceComponentTypeEnumeration
-
getPointProjection
public PointProjection getPointProjection()
Gets the value of the pointProjection property.- Returns:
- possible object is
PointProjection
-
setPointProjection
public void setPointProjection(PointProjection value)
Sets the value of the pointProjection property.- Parameters:
value- allowed object isPointProjection
-
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
-
getZoneProjection
public ZoneProjection getZoneProjection()
Gets the value of the zoneProjection property.- Returns:
- possible object is
ZoneProjection
-
setZoneProjection
public void setZoneProjection(ZoneProjection value)
Sets the value of the zoneProjection property.- Parameters:
value- allowed object isZoneProjection
-
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
-
getAccessFeatureType
public AccessibilityFeatureEnumeration getAccessFeatureType()
Gets the value of the accessFeatureType property.- Returns:
- possible object is
AccessibilityFeatureEnumeration
-
setAccessFeatureType
public void setAccessFeatureType(AccessibilityFeatureEnumeration value)
Sets the value of the accessFeatureType property.- Parameters:
value- allowed object isAccessibilityFeatureEnumeration
-
getAffectedFacilities
public AffectedStopPlaceComponentStructure.AffectedFacilities getAffectedFacilities()
Gets the value of the affectedFacilities property.- Returns:
- possible object is
AffectedStopPlaceComponentStructure.AffectedFacilities
-
setAffectedFacilities
public void setAffectedFacilities(AffectedStopPlaceComponentStructure.AffectedFacilities value)
Sets the value of the affectedFacilities property.- Parameters:
value- allowed object isAffectedStopPlaceComponentStructure.AffectedFacilities
-
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
-
-