Uses of Class
uk.org.siri.siri20.BoundingBoxStructure
-
Packages that use BoundingBoxStructure Package Description uk.org.siri.siri20 -
-
Uses of BoundingBoxStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as BoundingBoxStructure Modifier and Type Field Description protected BoundingBoxStructureConnectionLinksDiscoveryRequestStructure. boundingBoxprotected BoundingBoxStructureFacilityRequestStructure. boundingBoxprotected BoundingBoxStructureLinesDiscoveryRequestStructure. boundingBoxprotected BoundingBoxStructureStopPointsDiscoveryRequestStructure. boundingBoxMethods in uk.org.siri.siri20 that return BoundingBoxStructure Modifier and Type Method Description BoundingBoxStructureObjectFactory. createBoundingBoxStructure()Create an instance ofBoundingBoxStructureBoundingBoxStructureConnectionLinksDiscoveryRequestStructure. getBoundingBox()Gets the value of the boundingBox property.BoundingBoxStructureFacilityRequestStructure. getBoundingBox()Gets the value of the boundingBox property.BoundingBoxStructureLinesDiscoveryRequestStructure. getBoundingBox()Gets the value of the boundingBox property.BoundingBoxStructureStopPointsDiscoveryRequestStructure. getBoundingBox()Gets the value of the boundingBox property.Methods in uk.org.siri.siri20 with parameters of type BoundingBoxStructure Modifier and Type Method Description voidConnectionLinksDiscoveryRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.voidFacilityRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.voidLinesDiscoveryRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.voidStopPointsDiscoveryRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.
-