Uses of Class
org.citygml4j.jaxb.citygml.brid._2.BoundarySurfacePropertyType

Packages that use BoundarySurfacePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

Uses of BoundarySurfacePropertyType in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return BoundarySurfacePropertyType
 BoundarySurfacePropertyType Bridge200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
           
 

Uses of BoundarySurfacePropertyType in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BoundarySurfacePropertyType
 BoundarySurfaceProperty Bridge200Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 

Uses of BoundarySurfacePropertyType in org.citygml4j.jaxb.citygml.brid._2
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return BoundarySurfacePropertyType
 BoundarySurfacePropertyType ObjectFactory.createBoundarySurfacePropertyType()
          Create an instance of BoundarySurfacePropertyType
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type BoundarySurfacePropertyType
 java.util.List<BoundarySurfacePropertyType> IntBridgeInstallationType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> BridgeRoomType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> BridgeInstallationType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> BridgeConstructionElementType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> AbstractBridgeType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 

Method parameters in org.citygml4j.jaxb.citygml.brid._2 with type arguments of type BoundarySurfacePropertyType
 void IntBridgeInstallationType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void BridgeRoomType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void BridgeInstallationType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void BridgeConstructionElementType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void AbstractBridgeType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.