Uses of Class
eu.datex2.siri13.schema._1_0._1_0.DenyReasonEnum
-
Packages that use DenyReasonEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of DenyReasonEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as DenyReasonEnum Modifier and Type Field Description protected DenyReasonEnumExchange. denyReasonprotected DenyReasonEnumExchangeEnumerations. denyReasonEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return DenyReasonEnum Modifier and Type Method Description static DenyReasonEnumDenyReasonEnum. fromValue(String v)DenyReasonEnumExchange. getDenyReason()Gets the value of the denyReason property.DenyReasonEnumExchangeEnumerations. getDenyReasonEnum()Gets the value of the denyReasonEnum 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.siri13.schema._1_0._1_0 with parameters of type DenyReasonEnum Modifier and Type Method Description voidExchange. setDenyReason(DenyReasonEnum value)Sets the value of the denyReason property.voidExchangeEnumerations. setDenyReasonEnum(DenyReasonEnum value)Sets the value of the denyReasonEnum property.
-