Uses of Class
uk.org.siri.siri21.ScopeTypeEnumeration
-
Packages that use ScopeTypeEnumeration Package Description uk.org.siri.siri21 -
-
Uses of ScopeTypeEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as ScopeTypeEnumeration Modifier and Type Field Description protected ScopeTypeEnumerationActionDataStructure.PublishAtScope. scopeTypeprotected ScopeTypeEnumerationPtSituationElement. scopeTypeprotected ScopeTypeEnumerationPublishingActionStructure.PublishAtScope. scopeTypeprotected ScopeTypeEnumerationRoadSituationElement. scopeTypeFields in uk.org.siri.siri21 with type parameters of type ScopeTypeEnumeration Modifier and Type Field Description protected List<ScopeTypeEnumeration>SituationExchangeRequestStructure. scopesMethods in uk.org.siri.siri21 that return ScopeTypeEnumeration Modifier and Type Method Description static ScopeTypeEnumerationScopeTypeEnumeration. fromValue(String v)ScopeTypeEnumerationActionDataStructure.PublishAtScope. getScopeType()Gets the value of the scopeType property.ScopeTypeEnumerationPtSituationElement. getScopeType()Gets the value of the scopeType property.ScopeTypeEnumerationPublishingActionStructure.PublishAtScope. getScopeType()Gets the value of the scopeType property.ScopeTypeEnumerationRoadSituationElement. getScopeType()Gets the value of the scopeType property.static ScopeTypeEnumerationScopeTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopeTypeEnumeration[]ScopeTypeEnumeration. 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 ScopeTypeEnumeration Modifier and Type Method Description List<ScopeTypeEnumeration>SituationExchangeRequestStructure. getScopes()Gets the value of the scopes property.Methods in uk.org.siri.siri21 with parameters of type ScopeTypeEnumeration Modifier and Type Method Description voidActionDataStructure.PublishAtScope. setScopeType(ScopeTypeEnumeration value)Sets the value of the scopeType property.voidPtSituationElement. setScopeType(ScopeTypeEnumeration value)Sets the value of the scopeType property.voidPublishingActionStructure.PublishAtScope. setScopeType(ScopeTypeEnumeration value)Sets the value of the scopeType property.voidRoadSituationElement. setScopeType(ScopeTypeEnumeration value)Sets the value of the scopeType property.
-