Uses of Class
eu.datex2.siri13.schema._1_0._1_0.DelaysTypeEnum
-
Packages that use DelaysTypeEnum Package Description eu.datex2.siri13.schema._1_0._1_0 uk.org.siri.siri13 -
-
Uses of DelaysTypeEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as DelaysTypeEnum Modifier and Type Field Description protected DelaysTypeEnumDelays. delaysTypeprotected DelaysTypeEnumAtoD. delaysTypeEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return DelaysTypeEnum Modifier and Type Method Description static DelaysTypeEnumDelaysTypeEnum. fromValue(String v)DelaysTypeEnumDelays. getDelaysType()Gets the value of the delaysType property.DelaysTypeEnumAtoD. getDelaysTypeEnum()Gets the value of the delaysTypeEnum property.static DelaysTypeEnumDelaysTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DelaysTypeEnum[]DelaysTypeEnum. 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 DelaysTypeEnum Modifier and Type Method Description voidDelays. setDelaysType(DelaysTypeEnum value)Sets the value of the delaysType property.voidAtoD. setDelaysTypeEnum(DelaysTypeEnum value)Sets the value of the delaysTypeEnum property. -
Uses of DelaysTypeEnum in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as DelaysTypeEnum Modifier and Type Field Description protected DelaysTypeEnumDelaysStructure. delayTypeMethods in uk.org.siri.siri13 that return DelaysTypeEnum Modifier and Type Method Description DelaysTypeEnumDelaysStructure. getDelayType()Gets the value of the delayType property.Methods in uk.org.siri.siri13 with parameters of type DelaysTypeEnum Modifier and Type Method Description voidDelaysStructure. setDelayType(DelaysTypeEnum value)Sets the value of the delayType property.
-