Package uk.org.siri.siri13
Class AffectedStopPlaceStructure
- java.lang.Object
-
- uk.org.siri.siri13.AffectedStopPlaceElementStructure
-
- uk.org.siri.siri13.AffectedStopPlaceStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedStopPlaceStructure extends AffectedStopPlaceElementStructure implements Serializable
Type for information about the Stop Places affected by an SituationJava class for AffectedStopPlaceStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedStopPlaceStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AffectedStopPlaceElementStructure"> <sequence> <element name="StopPlaceRef" type="{http://www.ifopt.org.uk/ifopt}StopPlaceRefStructure"/> <element name="PlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <element name="StopPlaceType" type="{http://www.ifopt.org.uk/ifopt}StopPlaceTypeEnumeration" minOccurs="0"/> <element name="AffectedComponents" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedComponent" type="{http://www.siri.org.uk/siri}AffectedStopPlaceComponentStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="AffectedNavigationPaths" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NavigationPathRef" type="{http://www.ifopt.org.uk/ifopt}NavigationPathRefStructure" 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 classAffectedStopPlaceStructure.AffectedComponentsJava class for anonymous complex type.static classAffectedStopPlaceStructure.AffectedNavigationPathsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AffectedStopPlaceStructure.AffectedComponentsaffectedComponentsprotected AffectedStopPlaceStructure.AffectedNavigationPathsaffectedNavigationPathsprotected Extensionsextensionsprotected NaturalLanguageStringStructureplaceNameprotected StopPlaceRefstopPlaceRefprotected StopPlaceTypeEnumerationstopPlaceType-
Fields inherited from class uk.org.siri.siri13.AffectedStopPlaceElementStructure
accessibilityAssessment
-
-
Constructor Summary
Constructors Constructor Description AffectedStopPlaceStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffectedStopPlaceStructure.AffectedComponentsgetAffectedComponents()Gets the value of the affectedComponents property.AffectedStopPlaceStructure.AffectedNavigationPathsgetAffectedNavigationPaths()Gets the value of the affectedNavigationPaths property.ExtensionsgetExtensions()Gets the value of the extensions property.NaturalLanguageStringStructuregetPlaceName()Gets the value of the placeName property.StopPlaceRefgetStopPlaceRef()Gets the value of the stopPlaceRef property.StopPlaceTypeEnumerationgetStopPlaceType()Gets the value of the stopPlaceType property.voidsetAffectedComponents(AffectedStopPlaceStructure.AffectedComponents value)Sets the value of the affectedComponents property.voidsetAffectedNavigationPaths(AffectedStopPlaceStructure.AffectedNavigationPaths value)Sets the value of the affectedNavigationPaths property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetPlaceName(NaturalLanguageStringStructure value)Sets the value of the placeName property.voidsetStopPlaceRef(StopPlaceRef value)Sets the value of the stopPlaceRef property.voidsetStopPlaceType(StopPlaceTypeEnumeration value)Sets the value of the stopPlaceType property.-
Methods inherited from class uk.org.siri.siri13.AffectedStopPlaceElementStructure
getAccessibilityAssessment, setAccessibilityAssessment
-
-
-
-
Field Detail
-
stopPlaceRef
protected StopPlaceRef stopPlaceRef
-
placeName
protected NaturalLanguageStringStructure placeName
-
stopPlaceType
protected StopPlaceTypeEnumeration stopPlaceType
-
affectedComponents
protected AffectedStopPlaceStructure.AffectedComponents affectedComponents
-
affectedNavigationPaths
protected AffectedStopPlaceStructure.AffectedNavigationPaths affectedNavigationPaths
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStopPlaceRef
public StopPlaceRef getStopPlaceRef()
Gets the value of the stopPlaceRef property.- Returns:
- possible object is
StopPlaceRef
-
setStopPlaceRef
public void setStopPlaceRef(StopPlaceRef value)
Sets the value of the stopPlaceRef property.- Parameters:
value- allowed object isStopPlaceRef
-
getPlaceName
public NaturalLanguageStringStructure getPlaceName()
Gets the value of the placeName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setPlaceName
public void setPlaceName(NaturalLanguageStringStructure value)
Sets the value of the placeName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getStopPlaceType
public StopPlaceTypeEnumeration getStopPlaceType()
Gets the value of the stopPlaceType property.- Returns:
- possible object is
StopPlaceTypeEnumeration
-
setStopPlaceType
public void setStopPlaceType(StopPlaceTypeEnumeration value)
Sets the value of the stopPlaceType property.- Parameters:
value- allowed object isStopPlaceTypeEnumeration
-
getAffectedComponents
public AffectedStopPlaceStructure.AffectedComponents getAffectedComponents()
Gets the value of the affectedComponents property.- Returns:
- possible object is
AffectedStopPlaceStructure.AffectedComponents
-
setAffectedComponents
public void setAffectedComponents(AffectedStopPlaceStructure.AffectedComponents value)
Sets the value of the affectedComponents property.- Parameters:
value- allowed object isAffectedStopPlaceStructure.AffectedComponents
-
getAffectedNavigationPaths
public AffectedStopPlaceStructure.AffectedNavigationPaths getAffectedNavigationPaths()
Gets the value of the affectedNavigationPaths property.- Returns:
- possible object is
AffectedStopPlaceStructure.AffectedNavigationPaths
-
setAffectedNavigationPaths
public void setAffectedNavigationPaths(AffectedStopPlaceStructure.AffectedNavigationPaths value)
Sets the value of the affectedNavigationPaths property.- Parameters:
value- allowed object isAffectedStopPlaceStructure.AffectedNavigationPaths
-
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
-
-