Uses of Class
eu.datex2.siri14.schema._1_0._1_0.AreaOfInterestEnum
-
Packages that use AreaOfInterestEnum Package Description eu.datex2.siri14.schema._1_0._1_0 uk.org.siri.siri14 -
-
Uses of AreaOfInterestEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as AreaOfInterestEnum Modifier and Type Field Description protected AreaOfInterestEnumHeaderInformation. areaOfInterestprotected AreaOfInterestEnumAtoD. areaOfInterestEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return AreaOfInterestEnum Modifier and Type Method Description static AreaOfInterestEnumAreaOfInterestEnum. fromValue(String v)AreaOfInterestEnumHeaderInformation. getAreaOfInterest()Gets the value of the areaOfInterest property.AreaOfInterestEnumAtoD. getAreaOfInterestEnum()Gets the value of the areaOfInterestEnum property.static AreaOfInterestEnumAreaOfInterestEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AreaOfInterestEnum[]AreaOfInterestEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type AreaOfInterestEnum Modifier and Type Method Description voidHeaderInformation. setAreaOfInterest(AreaOfInterestEnum value)Sets the value of the areaOfInterest property.voidAtoD. setAreaOfInterestEnum(AreaOfInterestEnum value)Sets the value of the areaOfInterestEnum property. -
Uses of AreaOfInterestEnum in uk.org.siri.siri14
Fields in uk.org.siri.siri14 declared as AreaOfInterestEnum Modifier and Type Field Description protected AreaOfInterestEnumAffectsScopeStructure. areaOfInterestMethods in uk.org.siri.siri14 that return AreaOfInterestEnum Modifier and Type Method Description AreaOfInterestEnumAffectsScopeStructure. getAreaOfInterest()Gets the value of the areaOfInterest property.Methods in uk.org.siri.siri14 with parameters of type AreaOfInterestEnum Modifier and Type Method Description voidAffectsScopeStructure. setAreaOfInterest(AreaOfInterestEnum value)Sets the value of the areaOfInterest property.
-