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

Packages that use InteriorWallSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._2   
 

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

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

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

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

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

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

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

Methods in org.citygml4j.jaxb.citygml.bldg._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.bldg._2 with parameters of type InteriorWallSurfaceType
 javax.xml.bind.JAXBElement<InteriorWallSurfaceType> ObjectFactory.createInteriorWallSurface(InteriorWallSurfaceType value)
          Create an instance of JAXBElement<InteriorWallSurfaceType>}