Package uk.org.siri.siri14
Class AffectedStopPlaceComponentStructure
- java.lang.Object
-
- uk.org.siri.siri14.AffectedStopPlaceElementStructure
-
- uk.org.siri.siri14.AffectedStopPlaceComponentStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedStopPlaceComponentStructure extends AffectedStopPlaceElementStructure implements Serializable
Type for information about the quays affected by an SituationJava 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" 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 ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructurecomponentNameprotected StopPlaceComponentRefStructurecomponentRefprotected StopPlaceComponentTypeEnumerationcomponentTypeprotected Extensionsextensionsprotected LinkProjectionlinkProjectionprotected OffsetStructureoffsetprotected PointProjectionpointProjectionprotected ZoneProjectionzoneProjection-
Fields inherited from class uk.org.siri.siri14.AffectedStopPlaceElementStructure
accessibilityAssessment
-
-
Constructor Summary
Constructors Constructor Description AffectedStopPlaceComponentStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetComponentName()Gets the value of the componentName 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.voidsetComponentName(NaturalLanguageStringStructure value)Sets the value of the componentName 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.siri14.AffectedStopPlaceElementStructure
getAccessibilityAssessment, setAccessibilityAssessment
-
-
-
-
Field Detail
-
componentRef
protected StopPlaceComponentRefStructure componentRef
-
componentName
protected NaturalLanguageStringStructure componentName
-
componentType
protected StopPlaceComponentTypeEnumeration componentType
-
pointProjection
protected PointProjection pointProjection
-
linkProjection
protected LinkProjection linkProjection
-
zoneProjection
protected ZoneProjection zoneProjection
-
offset
protected OffsetStructure offset
-
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
-
getComponentName
public NaturalLanguageStringStructure getComponentName()
Gets the value of the componentName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setComponentName
public void setComponentName(NaturalLanguageStringStructure value)
Sets the value of the componentName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
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
-
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
-
-