Uses of Class
eu.datex2.siri14.schema._1_0._1_0.Cause
-
Packages that use Cause Package Description eu.datex2.siri14.schema._1_0._1_0 uk.org.siri.siri14 -
-
Uses of Cause in eu.datex2.siri14.schema._1_0._1_0
Subclasses of Cause in eu.datex2.siri14.schema._1_0._1_0 Modifier and Type Class Description classManagedCauseContains a reference to another situation record which defines a cause of the event defined here.classNonManagedCauseContains details of the cause of a record within a situation, when this cause is not managed as a situation record in its own right.Fields in eu.datex2.siri14.schema._1_0._1_0 declared as Cause Modifier and Type Field Description protected CauseSituationRecord. causeMethods in eu.datex2.siri14.schema._1_0._1_0 that return Cause Modifier and Type Method Description CauseSituationRecord. getCause()Gets the value of the cause property.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type Cause Modifier and Type Method Description voidSituationRecord. setCause(Cause value)Sets the value of the cause property. -
Uses of Cause in uk.org.siri.siri14
Fields in uk.org.siri.siri14 declared as Cause Modifier and Type Field Description protected CauseOptionalTrafficElementStructure. causeMethods in uk.org.siri.siri14 that return Cause Modifier and Type Method Description CauseOptionalTrafficElementStructure. getCause()Gets the value of the cause property.Methods in uk.org.siri.siri14 with parameters of type Cause Modifier and Type Method Description voidOptionalTrafficElementStructure. setCause(Cause value)Sets the value of the cause property.
-