Uses of Class
org.citygml4j.jaxb.xal.AdministrativeAreaElement

Packages that use AdministrativeAreaElement
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of AdministrativeAreaElement in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return AdministrativeAreaElement
 AdministrativeAreaElement XALMarshaller.marshalAdministrativeArea(AdministrativeArea src)
           
 

Uses of AdministrativeAreaElement in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type AdministrativeAreaElement
 AdministrativeArea XALUnmarshaller.unmarshalAdministrativeArea(AdministrativeAreaElement src)
           
 

Uses of AdministrativeAreaElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return AdministrativeAreaElement
 AdministrativeAreaElement ObjectFactory.createAdministrativeAreaElement()
          Create an instance of AdministrativeAreaElement
 AdministrativeAreaElement AddressDetails.getAdministrativeArea()
          Ruft den Wert der administrativeArea-Eigenschaft ab.
 AdministrativeAreaElement AddressDetails.Country.getAdministrativeArea()
          Ruft den Wert der administrativeArea-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.xal with parameters of type AdministrativeAreaElement
 void AddressDetails.setAdministrativeArea(AdministrativeAreaElement value)
          Legt den Wert der administrativeArea-Eigenschaft fest.
 void AddressDetails.Country.setAdministrativeArea(AdministrativeAreaElement value)
          Legt den Wert der administrativeArea-Eigenschaft fest.