Uses of Class
uk.org.siri.siri20.DefaultedTextStructure
-
Packages that use DefaultedTextStructure Package Description uk.org.siri.siri20 -
-
Uses of DefaultedTextStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as DefaultedTextStructure Modifier and Type Field Description protected DefaultedTextStructurePtSituationElement. internalprotected DefaultedTextStructureRoadSituationElement. internalFields in uk.org.siri.siri20 with type parameters of type DefaultedTextStructure Modifier and Type Field Description protected List<DefaultedTextStructure>PtSituationElement. advicesprotected List<DefaultedTextStructure>RoadSituationElement. advicesprotected List<DefaultedTextStructure>PtSituationElement. descriptionsprotected List<DefaultedTextStructure>RoadSituationElement. descriptionsprotected List<DefaultedTextStructure>PtSituationElement. detailsprotected List<DefaultedTextStructure>RoadSituationElement. detailsprotected List<DefaultedTextStructure>PtSituationElement. summariesprotected List<DefaultedTextStructure>RoadSituationElement. summariesMethods in uk.org.siri.siri20 that return DefaultedTextStructure Modifier and Type Method Description DefaultedTextStructureObjectFactory. createDefaultedTextStructure()Create an instance ofDefaultedTextStructureDefaultedTextStructurePtSituationElement. getInternal()Gets the value of the internal property.DefaultedTextStructureRoadSituationElement. getInternal()Gets the value of the internal property.Methods in uk.org.siri.siri20 that return types with arguments of type DefaultedTextStructure Modifier and Type Method Description List<DefaultedTextStructure>PtSituationElement. getAdvices()Gets the value of the advices property.List<DefaultedTextStructure>RoadSituationElement. getAdvices()Gets the value of the advices property.List<DefaultedTextStructure>PtSituationElement. getDescriptions()Gets the value of the descriptions property.List<DefaultedTextStructure>RoadSituationElement. getDescriptions()Gets the value of the descriptions property.List<DefaultedTextStructure>PtSituationElement. getDetails()Gets the value of the details property.List<DefaultedTextStructure>RoadSituationElement. getDetails()Gets the value of the details property.List<DefaultedTextStructure>PtSituationElement. getSummaries()Gets the value of the summaries property.List<DefaultedTextStructure>RoadSituationElement. getSummaries()Gets the value of the summaries property.Methods in uk.org.siri.siri20 with parameters of type DefaultedTextStructure Modifier and Type Method Description voidPtSituationElement. setInternal(DefaultedTextStructure value)Sets the value of the internal property.voidRoadSituationElement. setInternal(DefaultedTextStructure value)Sets the value of the internal property.
-