Uses of Class
uk.org.siri.siri21.InterchangeStatusEnumeration
-
Packages that use InterchangeStatusEnumeration Package Description uk.org.siri.siri21 -
-
Uses of InterchangeStatusEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as InterchangeStatusEnumeration Modifier and Type Field Description protected InterchangeStatusEnumerationEstimatedServiceJourneyInterchange. interchangeStatusprotected InterchangeStatusEnumerationAffectedInterchangeStructure. interchangeStatusTypeMethods in uk.org.siri.siri21 that return InterchangeStatusEnumeration Modifier and Type Method Description static InterchangeStatusEnumerationInterchangeStatusEnumeration. fromValue(String v)InterchangeStatusEnumerationEstimatedServiceJourneyInterchange. getInterchangeStatus()Gets the value of the interchangeStatus property.InterchangeStatusEnumerationAffectedInterchangeStructure. getInterchangeStatusType()Gets the value of the interchangeStatusType property.static InterchangeStatusEnumerationInterchangeStatusEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static InterchangeStatusEnumeration[]InterchangeStatusEnumeration. 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 InterchangeStatusEnumeration Modifier and Type Method Description JAXBElement<InterchangeStatusEnumeration>ObjectFactory. createInterchangeStatusType(InterchangeStatusEnumeration value)Methods in uk.org.siri.siri21 with parameters of type InterchangeStatusEnumeration Modifier and Type Method Description JAXBElement<InterchangeStatusEnumeration>ObjectFactory. createInterchangeStatusType(InterchangeStatusEnumeration value)voidEstimatedServiceJourneyInterchange. setInterchangeStatus(InterchangeStatusEnumeration value)Sets the value of the interchangeStatus property.voidAffectedInterchangeStructure. setInterchangeStatusType(InterchangeStatusEnumeration value)Sets the value of the interchangeStatusType property.
-