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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return InteriorWallSurfaceType
 InteriorWallSurfaceType Bridge200Marshaller.marshalInteriorWallSurface(InteriorWallSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type InteriorWallSurfaceType
 void Bridge200Marshaller.marshalInteriorWallSurface(InteriorWallSurface src, InteriorWallSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type InteriorWallSurfaceType
 InteriorWallSurface Bridge200Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 void Bridge200Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src, InteriorWallSurface dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type InteriorWallSurfaceType
 javax.xml.bind.JAXBElement<InteriorWallSurfaceType> ObjectFactory.createInteriorWallSurface(InteriorWallSurfaceType value)
          Create an instance of JAXBElement<InteriorWallSurfaceType>}
 

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type InteriorWallSurfaceType
 javax.xml.bind.JAXBElement<InteriorWallSurfaceType> ObjectFactory.createInteriorWallSurface(InteriorWallSurfaceType value)
          Create an instance of JAXBElement<InteriorWallSurfaceType>}