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