Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.SourceTypeEnum
-
Packages that use SourceTypeEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 uk.org.siri.siri20 -
-
Uses of SourceTypeEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 declared as SourceTypeEnum Modifier and Type Field Description protected SourceTypeEnumSource. sourceTypeMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return SourceTypeEnum Modifier and Type Method Description static SourceTypeEnumSourceTypeEnum. fromValue(String v)SourceTypeEnumSource. getSourceType()Gets the value of the sourceType property.static SourceTypeEnumSourceTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceTypeEnum[]SourceTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri20.schema._2_0rc1._2_0 with parameters of type SourceTypeEnum Modifier and Type Method Description voidSource. setSourceType(SourceTypeEnum value)Sets the value of the sourceType property. -
Uses of SourceTypeEnum in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as SourceTypeEnum Modifier and Type Field Description protected SourceTypeEnumSituationSourceStructure. sourceMethodMethods in uk.org.siri.siri20 that return SourceTypeEnum Modifier and Type Method Description SourceTypeEnumSituationSourceStructure. getSourceMethod()Gets the value of the sourceMethod property.Methods in uk.org.siri.siri20 with parameters of type SourceTypeEnum Modifier and Type Method Description voidSituationSourceStructure. setSourceMethod(SourceTypeEnum value)Sets the value of the sourceMethod property.
-