Uses of Class
uk.org.siri.siri21.ReportTypeEnumeration
-
Packages that use ReportTypeEnumeration Package Description uk.org.siri.siri21 -
-
Uses of ReportTypeEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as ReportTypeEnumeration Modifier and Type Field Description protected ReportTypeEnumerationPtSituationElement. reportTypeprotected ReportTypeEnumerationRoadSituationElement. reportTypeMethods in uk.org.siri.siri21 that return ReportTypeEnumeration Modifier and Type Method Description static ReportTypeEnumerationReportTypeEnumeration. fromValue(String v)ReportTypeEnumerationPtSituationElement. getReportType()Gets the value of the reportType property.ReportTypeEnumerationRoadSituationElement. getReportType()Gets the value of the reportType property.static ReportTypeEnumerationReportTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportTypeEnumeration[]ReportTypeEnumeration. 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 ReportTypeEnumeration Modifier and Type Method Description JAXBElement<ReportTypeEnumeration>ObjectFactory. createReportType(ReportTypeEnumeration value)Methods in uk.org.siri.siri21 with parameters of type ReportTypeEnumeration Modifier and Type Method Description JAXBElement<ReportTypeEnumeration>ObjectFactory. createReportType(ReportTypeEnumeration value)voidPtSituationElement. setReportType(ReportTypeEnumeration value)Sets the value of the reportType property.voidRoadSituationElement. setReportType(ReportTypeEnumeration value)Sets the value of the reportType property.
-