Uses of Class
uk.org.ifopt.siri21.LinkProjection
-
Packages that use LinkProjection Package Description uk.org.ifopt.siri21 uk.org.siri.siri21 -
-
Uses of LinkProjection in uk.org.ifopt.siri21
Methods in uk.org.ifopt.siri21 that return LinkProjection Modifier and Type Method Description LinkProjectionObjectFactory. createLinkProjection()Create an instance ofLinkProjection -
Uses of LinkProjection in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as LinkProjection Modifier and Type Field Description protected LinkProjectionAffectedPathLinkStructure. linkProjectionprotected LinkProjectionAffectedRoadStructure. linkProjectionprotected LinkProjectionAffectedSectionStructure. linkProjectionprotected LinkProjectionAffectedStopPlaceComponentStructure. linkProjectionprotected LinkProjectionStopPointInPatternStructure. linkProjectionToNextStopPointMethods in uk.org.siri.siri21 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.siri21 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.
-