Package uk.org.siri.siri13
Class FacilityStatusStructure
- java.lang.Object
-
- uk.org.siri.siri13.FacilityStatusStructure
-
- All Implemented Interfaces:
Serializable
public class FacilityStatusStructure extends Object implements Serializable
Descritpion of the status of a facilityJava class for FacilityStatusStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityStatusStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Status" type="{http://www.siri.org.uk/siri}FacilityStatusEnumeration"/> <element name="Description" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" 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 NaturalLanguageStringStructuredescriptionprotected Extensionsextensionsprotected FacilityStatusEnumerationstatus
-
Constructor Summary
Constructors Constructor Description FacilityStatusStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilityAssessmentStructuregetAccessibilityAssessment()Gets the value of the accessibilityAssessment property.NaturalLanguageStringStructuregetDescription()Gets the value of the description property.ExtensionsgetExtensions()Gets the value of the extensions property.FacilityStatusEnumerationgetStatus()Gets the value of the status property.voidsetAccessibilityAssessment(AccessibilityAssessmentStructure value)Sets the value of the accessibilityAssessment property.voidsetDescription(NaturalLanguageStringStructure value)Sets the value of the description property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetStatus(FacilityStatusEnumeration value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected FacilityStatusEnumeration status
-
description
protected NaturalLanguageStringStructure description
-
accessibilityAssessment
protected AccessibilityAssessmentStructure accessibilityAssessment
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStatus
public FacilityStatusEnumeration getStatus()
Gets the value of the status property.- Returns:
- possible object is
FacilityStatusEnumeration
-
setStatus
public void setStatus(FacilityStatusEnumeration value)
Sets the value of the status property.- Parameters:
value- allowed object isFacilityStatusEnumeration
-
getDescription
public NaturalLanguageStringStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDescription
public void setDescription(NaturalLanguageStringStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
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
-
-