Uses of Class
uk.org.ifopt.siri20.LinkProjection
-
Packages that use LinkProjection Package Description uk.org.ifopt.siri20 uk.org.siri.siri20 -
-
Uses of LinkProjection in uk.org.ifopt.siri20
Methods in uk.org.ifopt.siri20 that return LinkProjection Modifier and Type Method Description LinkProjectionObjectFactory. createLinkProjection()Create an instance ofLinkProjection -
Uses of LinkProjection in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as LinkProjection Modifier and Type Field Description protected LinkProjectionAffectedPathLinkStructure. linkProjectionprotected LinkProjectionAffectedRoadStructure. linkProjectionprotected LinkProjectionAffectedSectionStructure. linkProjectionprotected LinkProjectionAffectedStopPlaceComponentStructure. linkProjectionprotected LinkProjectionStopPointInPatternStructure. linkProjectionToNextStopPointMethods in uk.org.siri.siri20 that return LinkProjection Modifier and Type Method Description LinkProjectionAffectedPathLinkStructure. getLinkProjection()Gets the value of the linkProjection property.LinkProjectionAffectedRoadStructure. getLinkProjection()Gets the value of the linkProjection property.LinkProjectionAffectedSectionStructure. getLinkProjection()Gets the value of the linkProjection property.LinkProjectionAffectedStopPlaceComponentStructure. getLinkProjection()Gets the value of the linkProjection property.LinkProjectionStopPointInPatternStructure. getLinkProjectionToNextStopPoint()Gets the value of the linkProjectionToNextStopPoint property.Methods in uk.org.siri.siri20 with parameters of type LinkProjection Modifier and Type Method Description voidAffectedPathLinkStructure. setLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidAffectedRoadStructure. setLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidAffectedSectionStructure. setLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidAffectedStopPlaceComponentStructure. setLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidStopPointInPatternStructure. setLinkProjectionToNextStopPoint(LinkProjection value)Sets the value of the linkProjectionToNextStopPoint property.
-