Uses of Class
org.citygml4j.jaxb.citygml.tun._2.AbstractOpeningType

Packages that use AbstractOpeningType
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.jaxb.citygml.tun._2   
 

Uses of AbstractOpeningType in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type AbstractOpeningType
 void Tunnel200Marshaller.marshalAbstractOpening(AbstractOpening src, AbstractOpeningType dest)
           
 

Uses of AbstractOpeningType in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type AbstractOpeningType
 void Tunnel200Unmarshaller.unmarshalAbstractOpening(AbstractOpeningType src, AbstractOpening dest)
           
 

Uses of AbstractOpeningType in org.citygml4j.jaxb.citygml.tun._2
 

Subclasses of AbstractOpeningType in org.citygml4j.jaxb.citygml.tun._2
 class DoorType
          Construction for closing an _Opening intended primarily for access or regress or both.
 class WindowType
          Construction for closing an _Opening not intended for access or regress.
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type AbstractOpeningType
 javax.xml.bind.JAXBElement<AbstractOpeningType> ObjectFactory.create_Opening(AbstractOpeningType value)
          Create an instance of JAXBElement<AbstractOpeningType>}
 javax.xml.bind.JAXBElement<? extends AbstractOpeningType> OpeningPropertyType.get_Opening()
          Ruft den Wert der _Opening-Eigenschaft ab.
 

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

Method parameters in org.citygml4j.jaxb.citygml.tun._2 with type arguments of type AbstractOpeningType
 void OpeningPropertyType.set_Opening(javax.xml.bind.JAXBElement<? extends AbstractOpeningType> value)
          Legt den Wert der _Opening-Eigenschaft fest.