Uses of Class
uk.org.siri.siri21.StopPointTypeEnumeration
-
Packages that use StopPointTypeEnumeration Package Description uk.org.siri.siri21 -
-
Uses of StopPointTypeEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as StopPointTypeEnumeration Modifier and Type Field Description protected StopPointTypeEnumerationAffectedStopPointStructure. stopPointTypeMethods in uk.org.siri.siri21 that return StopPointTypeEnumeration Modifier and Type Method Description static StopPointTypeEnumerationStopPointTypeEnumeration. fromValue(String v)StopPointTypeEnumerationAffectedStopPointStructure. getStopPointType()Gets the value of the stopPointType property.static StopPointTypeEnumerationStopPointTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static StopPointTypeEnumeration[]StopPointTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 that return types with arguments of type StopPointTypeEnumeration Modifier and Type Method Description JAXBElement<StopPointTypeEnumeration>ObjectFactory. createStopPointType(StopPointTypeEnumeration value)Methods in uk.org.siri.siri21 with parameters of type StopPointTypeEnumeration Modifier and Type Method Description JAXBElement<StopPointTypeEnumeration>ObjectFactory. createStopPointType(StopPointTypeEnumeration value)voidAffectedStopPointStructure. setStopPointType(StopPointTypeEnumeration value)Sets the value of the stopPointType property.
-