Uses of Class
uk.org.siri.siri21.DeliveryMethodEnumeration
-
Packages that use DeliveryMethodEnumeration Package Description uk.org.siri.siri21 -
-
Uses of DeliveryMethodEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as DeliveryMethodEnumeration Modifier and Type Field Description protected DeliveryMethodEnumerationServiceRequestContextStructure. deliveryMethodMethods in uk.org.siri.siri21 that return DeliveryMethodEnumeration Modifier and Type Method Description static DeliveryMethodEnumerationDeliveryMethodEnumeration. fromValue(String v)DeliveryMethodEnumerationServiceRequestContextStructure. getDeliveryMethod()Gets the value of the deliveryMethod property.static DeliveryMethodEnumerationDeliveryMethodEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryMethodEnumeration[]DeliveryMethodEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 with parameters of type DeliveryMethodEnumeration Modifier and Type Method Description voidServiceRequestContextStructure. setDeliveryMethod(DeliveryMethodEnumeration value)Sets the value of the deliveryMethod property.
-