Uses of Class
uk.org.siri.siri21.AlertCauseEnumeration
-
Packages that use AlertCauseEnumeration Package Description uk.org.siri.siri21 -
-
Uses of AlertCauseEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as AlertCauseEnumeration Modifier and Type Field Description protected AlertCauseEnumerationPtSituationElement. alertCauseprotected AlertCauseEnumerationPtSituationElement.SecondaryReasons.Reason. alertCauseprotected AlertCauseEnumerationRoadSituationElement. alertCauseMethods in uk.org.siri.siri21 that return AlertCauseEnumeration Modifier and Type Method Description static AlertCauseEnumerationAlertCauseEnumeration. fromValue(String v)AlertCauseEnumerationPtSituationElement. getAlertCause()Gets the value of the alertCause property.AlertCauseEnumerationPtSituationElement.SecondaryReasons.Reason. getAlertCause()Gets the value of the alertCause property.AlertCauseEnumerationRoadSituationElement. getAlertCause()Gets the value of the alertCause property.static AlertCauseEnumerationAlertCauseEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertCauseEnumeration[]AlertCauseEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 that return types with arguments of type AlertCauseEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AlertCauseEnumeration>ObjectFactory. createAlertCause(AlertCauseEnumeration value)Methods in uk.org.siri.siri21 with parameters of type AlertCauseEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AlertCauseEnumeration>ObjectFactory. createAlertCause(AlertCauseEnumeration value)voidPtSituationElement.SecondaryReasons.Reason. setAlertCause(AlertCauseEnumeration value)Sets the value of the alertCause property.voidPtSituationElement. setAlertCause(AlertCauseEnumeration value)Sets the value of the alertCause property.voidRoadSituationElement. setAlertCause(AlertCauseEnumeration value)Sets the value of the alertCause property.
-