Uses of Class
org.citygml4j.jaxb.citygml._0_4.OpeningPropertyType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return OpeningPropertyType
 OpeningPropertyType Building040Marshaller.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 Building040Unmarshaller.unmarshalOpeningProperty(OpeningPropertyType src)
           
 

Uses of OpeningPropertyType in org.citygml4j.jaxb.citygml._0_4
 

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

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

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