Package uk.org.siri.siri21
Class VehicleInFormationStatusStructure
- java.lang.Object
-
- uk.org.siri.siri21.VehicleInFormationStatusStructure
-
- All Implemented Interfaces:
Serializable
public class VehicleInFormationStatusStructure extends Object implements Serializable
Description of the status of a monitored vehicle.Java class for VehicleInFormationStatusStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleInFormationStatusStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Status" type="{http://www.siri.org.uk/siri}VehicleInFormationStatusEnumeration"/> <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 VehicleInFormationStatusEnumerationstatus
-
Constructor Summary
Constructors Constructor Description VehicleInFormationStatusStructure()
-
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.VehicleInFormationStatusEnumerationgetStatus()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(VehicleInFormationStatusEnumeration value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected VehicleInFormationStatusEnumeration status
-
descriptions
protected List<NaturalLanguageStringStructure> descriptions
-
accessibilityAssessment
protected AccessibilityAssessmentStructure accessibilityAssessment
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStatus
public VehicleInFormationStatusEnumeration getStatus()
Gets the value of the status property.- Returns:
- possible object is
VehicleInFormationStatusEnumeration
-
setStatus
public void setStatus(VehicleInFormationStatusEnumeration value)
Sets the value of the status property.- Parameters:
value- allowed object isVehicleInFormationStatusEnumeration
-
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
-
-