Package uk.org.siri.siri21
Class FormationCondition
- java.lang.Object
-
- uk.org.siri.siri21.FormationCondition
-
- All Implemented Interfaces:
Serializable
public class FormationCondition extends Object implements Serializable
Type for FORMATION CONDITION. +SIRI v2.1Java class for FormationConditionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormationConditionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}TrainFormationReferenceGroup" minOccurs="0"/> <choice> <element name="FormationStatus" type="{http://www.siri.org.uk/siri}FormationStatusStructure"/> <element name="VehicleInFormationStatus" type="{http://www.siri.org.uk/siri}VehicleInFormationStatusStructure"/> </choice> <element ref="{http://www.siri.org.uk/siri}SituationRef" minOccurs="0"/> <element name="RecommendedAction" type="{http://www.siri.org.uk/siri}RecommendedActionStructure" 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 CompoundTrainRefcompoundTrainRefprotected EntranceToVehicleRefentranceToVehicleRefprotected Extensionsextensionsprotected FormationStatusStructureformationStatusprotected RecommendedActionStructurerecommendedActionprotected SituationRefsituationRefprotected TrainComponentReftrainComponentRefprotected TrainReftrainRefprotected VehicleInFormationStatusStructurevehicleInFormationStatus
-
Constructor Summary
Constructors Constructor Description FormationCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompoundTrainRefgetCompoundTrainRef()Gets the value of the compoundTrainRef property.EntranceToVehicleRefgetEntranceToVehicleRef()Gets the value of the entranceToVehicleRef property.ExtensionsgetExtensions()Gets the value of the extensions property.FormationStatusStructuregetFormationStatus()Gets the value of the formationStatus property.RecommendedActionStructuregetRecommendedAction()Gets the value of the recommendedAction property.SituationRefgetSituationRef()Gets the value of the situationRef property.TrainComponentRefgetTrainComponentRef()Gets the value of the trainComponentRef property.TrainRefgetTrainRef()Gets the value of the trainRef property.VehicleInFormationStatusStructuregetVehicleInFormationStatus()Gets the value of the vehicleInFormationStatus property.voidsetCompoundTrainRef(CompoundTrainRef value)Sets the value of the compoundTrainRef property.voidsetEntranceToVehicleRef(EntranceToVehicleRef value)Sets the value of the entranceToVehicleRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetFormationStatus(FormationStatusStructure value)Sets the value of the formationStatus property.voidsetRecommendedAction(RecommendedActionStructure value)Sets the value of the recommendedAction property.voidsetSituationRef(SituationRef value)Sets the value of the situationRef property.voidsetTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.voidsetTrainRef(TrainRef value)Sets the value of the trainRef property.voidsetVehicleInFormationStatus(VehicleInFormationStatusStructure value)Sets the value of the vehicleInFormationStatus property.
-
-
-
Field Detail
-
compoundTrainRef
protected CompoundTrainRef compoundTrainRef
-
trainRef
protected TrainRef trainRef
-
trainComponentRef
protected TrainComponentRef trainComponentRef
-
entranceToVehicleRef
protected EntranceToVehicleRef entranceToVehicleRef
-
vehicleInFormationStatus
protected VehicleInFormationStatusStructure vehicleInFormationStatus
-
formationStatus
protected FormationStatusStructure formationStatus
-
situationRef
protected SituationRef situationRef
-
recommendedAction
protected RecommendedActionStructure recommendedAction
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getCompoundTrainRef
public CompoundTrainRef getCompoundTrainRef()
Gets the value of the compoundTrainRef property.- Returns:
- possible object is
CompoundTrainRef
-
setCompoundTrainRef
public void setCompoundTrainRef(CompoundTrainRef value)
Sets the value of the compoundTrainRef property.- Parameters:
value- allowed object isCompoundTrainRef
-
getTrainRef
public TrainRef getTrainRef()
Gets the value of the trainRef property.- Returns:
- possible object is
TrainRef
-
setTrainRef
public void setTrainRef(TrainRef value)
Sets the value of the trainRef property.- Parameters:
value- allowed object isTrainRef
-
getTrainComponentRef
public TrainComponentRef getTrainComponentRef()
Gets the value of the trainComponentRef property.- Returns:
- possible object is
TrainComponentRef
-
setTrainComponentRef
public void setTrainComponentRef(TrainComponentRef value)
Sets the value of the trainComponentRef property.- Parameters:
value- allowed object isTrainComponentRef
-
getEntranceToVehicleRef
public EntranceToVehicleRef getEntranceToVehicleRef()
Gets the value of the entranceToVehicleRef property.- Returns:
- possible object is
EntranceToVehicleRef
-
setEntranceToVehicleRef
public void setEntranceToVehicleRef(EntranceToVehicleRef value)
Sets the value of the entranceToVehicleRef property.- Parameters:
value- allowed object isEntranceToVehicleRef
-
getVehicleInFormationStatus
public VehicleInFormationStatusStructure getVehicleInFormationStatus()
Gets the value of the vehicleInFormationStatus property.- Returns:
- possible object is
VehicleInFormationStatusStructure
-
setVehicleInFormationStatus
public void setVehicleInFormationStatus(VehicleInFormationStatusStructure value)
Sets the value of the vehicleInFormationStatus property.- Parameters:
value- allowed object isVehicleInFormationStatusStructure
-
getFormationStatus
public FormationStatusStructure getFormationStatus()
Gets the value of the formationStatus property.- Returns:
- possible object is
FormationStatusStructure
-
setFormationStatus
public void setFormationStatus(FormationStatusStructure value)
Sets the value of the formationStatus property.- Parameters:
value- allowed object isFormationStatusStructure
-
getSituationRef
public SituationRef getSituationRef()
Gets the value of the situationRef property.- Returns:
- possible object is
SituationRef
-
setSituationRef
public void setSituationRef(SituationRef value)
Sets the value of the situationRef property.- Parameters:
value- allowed object isSituationRef
-
getRecommendedAction
public RecommendedActionStructure getRecommendedAction()
Gets the value of the recommendedAction property.- Returns:
- possible object is
RecommendedActionStructure
-
setRecommendedAction
public void setRecommendedAction(RecommendedActionStructure value)
Sets the value of the recommendedAction property.- Parameters:
value- allowed object isRecommendedActionStructure
-
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
-
-