Uses of Class
eu.datex2.siri13.schema._1_0._1_0.SourceTypeEnum
-
Packages that use SourceTypeEnum Package Description eu.datex2.siri13.schema._1_0._1_0 uk.org.siri.siri13 -
-
Uses of SourceTypeEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as SourceTypeEnum Modifier and Type Field Description protected SourceTypeEnumSourceInformation. sourceTypeprotected SourceTypeEnumStoZ. sourceTypeEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return SourceTypeEnum Modifier and Type Method Description static SourceTypeEnumSourceTypeEnum. fromValue(String v)SourceTypeEnumSourceInformation. getSourceType()Gets the value of the sourceType property.SourceTypeEnumStoZ. getSourceTypeEnum()Gets the value of the sourceTypeEnum 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.siri13.schema._1_0._1_0 with parameters of type SourceTypeEnum Modifier and Type Method Description voidSourceInformation. setSourceType(SourceTypeEnum value)Sets the value of the sourceType property.voidStoZ. setSourceTypeEnum(SourceTypeEnum value)Sets the value of the sourceTypeEnum property. -
Uses of SourceTypeEnum in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as SourceTypeEnum Modifier and Type Field Description protected SourceTypeEnumSituationSourceStructure. sourceMethodMethods in uk.org.siri.siri13 that return SourceTypeEnum Modifier and Type Method Description SourceTypeEnumSituationSourceStructure. getSourceMethod()Gets the value of the sourceMethod property.Methods in uk.org.siri.siri13 with parameters of type SourceTypeEnum Modifier and Type Method Description voidSituationSourceStructure. setSourceMethod(SourceTypeEnum value)Sets the value of the sourceMethod property.
-