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