Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.OpeningPropertyType

Packages that use OpeningPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return OpeningPropertyType
 OpeningPropertyType Building100Marshaller.marshalOpeningProperty(OpeningProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type OpeningPropertyType
 OpeningProperty Building100Unmarshaller.unmarshalOpeningProperty(OpeningPropertyType src)
           
 

Uses of OpeningPropertyType in org.citygml4j.jaxb.citygml.bldg._1
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return OpeningPropertyType
 OpeningPropertyType ObjectFactory.createOpeningPropertyType()
          Create an instance of OpeningPropertyType
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return types with arguments of type OpeningPropertyType
 java.util.List<OpeningPropertyType> AbstractBoundarySurfaceType.getOpening()
          Gets the value of the opening property.
 

Method parameters in org.citygml4j.jaxb.citygml.bldg._1 with type arguments of type OpeningPropertyType
 void AbstractBoundarySurfaceType.setOpening(java.util.List<OpeningPropertyType> opening)
          Sets the value of the opening property.