Package uk.org.siri.siri14
Class AffectedPlaceStructure
- java.lang.Object
-
- uk.org.siri.siri14.AffectedPlaceStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedPlaceStructure extends Object implements Serializable
Type for annotated references to a place.Java class for AffectedPlaceStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedPlaceStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PlaceRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/> <element name="PrivateCode" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/> <element name="PlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <element name="Location" type="{http://www.siri.org.uk/siri}LocationStructure" minOccurs="0"/> <element name="PlaceCategory" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/> <element name="EquipmentRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" maxOccurs="unbounded" minOccurs="0"/> <element name="AccessibilityAssessment" type="{http://www.ifopt.org.uk/acsb}AccessibilityAssessmentStructure" minOccurs="0"/> <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 AccessibilityAssessmentStructureaccessibilityAssessmentprotected List<String>equipmentRevesprotected Extensionsextensionsprotected LocationStructurelocationprotected StringplaceCategoryprotected NaturalLanguageStringStructureplaceNameprotected StringplaceRefprotected StringprivateCode
-
Constructor Summary
Constructors Constructor Description AffectedPlaceStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilityAssessmentStructuregetAccessibilityAssessment()Gets the value of the accessibilityAssessment property.List<String>getEquipmentReves()Gets the value of the equipmentReves property.ExtensionsgetExtensions()Gets the value of the extensions property.LocationStructuregetLocation()Gets the value of the location property.StringgetPlaceCategory()Gets the value of the placeCategory property.NaturalLanguageStringStructuregetPlaceName()Gets the value of the placeName property.StringgetPlaceRef()Gets the value of the placeRef property.StringgetPrivateCode()Gets the value of the privateCode property.voidsetAccessibilityAssessment(AccessibilityAssessmentStructure value)Sets the value of the accessibilityAssessment property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLocation(LocationStructure value)Sets the value of the location property.voidsetPlaceCategory(String value)Sets the value of the placeCategory property.voidsetPlaceName(NaturalLanguageStringStructure value)Sets the value of the placeName property.voidsetPlaceRef(String value)Sets the value of the placeRef property.voidsetPrivateCode(String value)Sets the value of the privateCode property.
-
-
-
Field Detail
-
placeRef
protected String placeRef
-
privateCode
protected String privateCode
-
placeName
protected NaturalLanguageStringStructure placeName
-
location
protected LocationStructure location
-
placeCategory
protected String placeCategory
-
accessibilityAssessment
protected AccessibilityAssessmentStructure accessibilityAssessment
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getPlaceRef
public String getPlaceRef()
Gets the value of the placeRef property.- Returns:
- possible object is
String
-
setPlaceRef
public void setPlaceRef(String value)
Sets the value of the placeRef property.- Parameters:
value- allowed object isString
-
getPrivateCode
public String getPrivateCode()
Gets the value of the privateCode property.- Returns:
- possible object is
String
-
setPrivateCode
public void setPrivateCode(String value)
Sets the value of the privateCode property.- Parameters:
value- allowed object isString
-
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
-
getLocation
public LocationStructure getLocation()
Gets the value of the location property.- Returns:
- possible object is
LocationStructure
-
setLocation
public void setLocation(LocationStructure value)
Sets the value of the location property.- Parameters:
value- allowed object isLocationStructure
-
getPlaceCategory
public String getPlaceCategory()
Gets the value of the placeCategory property.- Returns:
- possible object is
String
-
setPlaceCategory
public void setPlaceCategory(String value)
Sets the value of the placeCategory property.- Parameters:
value- allowed object isString
-
getEquipmentReves
public List<String> getEquipmentReves()
Gets the value of the equipmentReves 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 Jakarta XML Binding object. This is why there is not a
setmethod for the equipmentReves property.For example, to add a new item, do as follows:
getEquipmentReves().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getAccessibilityAssessment
public AccessibilityAssessmentStructure getAccessibilityAssessment()
Gets the value of the accessibilityAssessment property.- Returns:
- possible object is
AccessibilityAssessmentStructure
-
setAccessibilityAssessment
public void setAccessibilityAssessment(AccessibilityAssessmentStructure value)
Sets the value of the accessibilityAssessment property.- Parameters:
value- allowed object isAccessibilityAssessmentStructure
-
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
-
-