Package uk.org.siri.siri21
Class FormationStatusStructure
- java.lang.Object
-
- uk.org.siri.siri21.FormationStatusStructure
-
- All Implemented Interfaces:
Serializable
public class FormationStatusStructure extends Object implements Serializable
Description of the status of a monitored formation.Java class for FormationStatusStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormationStatusStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Status" type="{http://www.siri.org.uk/siri}FormationChangeEnumeration"/> <group ref="{http://www.siri.org.uk/siri}FormationStatusInfoGroup" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessibilityAssessmentStructureaccessibilityAssessmentprotected List<NaturalLanguageStringStructure>descriptionsprotected Extensionsextensionsprotected FormationChangeEnumerationstatus
-
Constructor Summary
Constructors Constructor Description FormationStatusStructure()
-
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.FormationChangeEnumerationgetStatus()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(FormationChangeEnumeration value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected FormationChangeEnumeration status
-
descriptions
protected List<NaturalLanguageStringStructure> descriptions
-
accessibilityAssessment
protected AccessibilityAssessmentStructure accessibilityAssessment
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStatus
public FormationChangeEnumeration getStatus()
Gets the value of the status property.- Returns:
- possible object is
FormationChangeEnumeration
-
setStatus
public void setStatus(FormationChangeEnumeration value)
Sets the value of the status property.- Parameters:
value- allowed object isFormationChangeEnumeration
-
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
-
-