Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.DenyReasonEnum
-
Packages that use DenyReasonEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of DenyReasonEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as DenyReasonEnum Modifier and Type Field Description protected DenyReasonEnumExchange. denyReasonMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return DenyReasonEnum Modifier and Type Method Description static DenyReasonEnumDenyReasonEnum. fromValue(String v)DenyReasonEnumExchange. getDenyReason()Gets the value of the denyReason property.static DenyReasonEnumDenyReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DenyReasonEnum[]DenyReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri21.schema._2_0rc1._2_0 with parameters of type DenyReasonEnum Modifier and Type Method Description voidExchange. setDenyReason(DenyReasonEnum value)Sets the value of the denyReason property.
-