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()
          Gets the value of the administrativeArea property.
 AdministrativeAreaElement AddressDetails.Country.getAdministrativeArea()
          Gets the value of the administrativeArea property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type AdministrativeAreaElement
 void AddressDetails.setAdministrativeArea(AdministrativeAreaElement value)
          Sets the value of the administrativeArea property.
 void AddressDetails.Country.setAdministrativeArea(AdministrativeAreaElement value)
          Sets the value of the administrativeArea property.