Package uk.org.siri.siri21
Class FacilityStatusStructure
- java.lang.Object
-
- uk.org.siri.siri21.FacilityStatusStructure
-
- All Implemented Interfaces:
Serializable
public class FacilityStatusStructure extends Object implements Serializable
Description of the status of a MONITORED FACILITY.Java 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" 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<NaturalLanguageStringStructure>descriptionsprotected 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.List<NaturalLanguageStringStructure>getDescriptions()Gets the value of the descriptions 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.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
-
descriptions
protected List<NaturalLanguageStringStructure> descriptions
-
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
-
getDescriptions
public List<NaturalLanguageStringStructure> getDescriptions()
Gets the value of the descriptions 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 descriptions property.For example, to add a new item, do as follows:
getDescriptions().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
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
-
-