Uses of Class
uk.org.siri.siri21.SeverityEnumeration
-
Packages that use SeverityEnumeration Package Description uk.org.siri.siri21 -
-
Uses of SeverityEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as SeverityEnumeration Modifier and Type Field Description protected SeverityEnumerationPtConsequenceStructure. severityprotected SeverityEnumerationPtSituationElement. severityprotected SeverityEnumerationRoadSituationElement. severityprotected SeverityEnumerationSituationExchangeRequestStructure. severityMethods in uk.org.siri.siri21 that return SeverityEnumeration Modifier and Type Method Description static SeverityEnumerationSeverityEnumeration. fromValue(String v)SeverityEnumerationPtConsequenceStructure. getSeverity()Gets the value of the severity property.SeverityEnumerationPtSituationElement. getSeverity()Gets the value of the severity property.SeverityEnumerationRoadSituationElement. getSeverity()Gets the value of the severity property.SeverityEnumerationSituationExchangeRequestStructure. getSeverity()Gets the value of the severity property.static SeverityEnumerationSeverityEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static SeverityEnumeration[]SeverityEnumeration. 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 SeverityEnumeration Modifier and Type Method Description JAXBElement<SeverityEnumeration>ObjectFactory. createSeverity(SeverityEnumeration value)Methods in uk.org.siri.siri21 with parameters of type SeverityEnumeration Modifier and Type Method Description JAXBElement<SeverityEnumeration>ObjectFactory. createSeverity(SeverityEnumeration value)voidPtConsequenceStructure. setSeverity(SeverityEnumeration value)Sets the value of the severity property.voidPtSituationElement. setSeverity(SeverityEnumeration value)Sets the value of the severity property.voidRoadSituationElement. setSeverity(SeverityEnumeration value)Sets the value of the severity property.voidSituationExchangeRequestStructure. setSeverity(SeverityEnumeration value)Sets the value of the severity property.
-