Uses of Class
org.citygml4j.jaxb.xal.AddressDetails.Country

Packages that use AddressDetails.Country
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of AddressDetails.Country in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return AddressDetails.Country
 AddressDetails.Country XALMarshaller.marshalCountry(Country src)
           
 

Uses of AddressDetails.Country in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type AddressDetails.Country
 Country XALUnmarshaller.unmarshalCountry(AddressDetails.Country src)
           
 

Uses of AddressDetails.Country in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return AddressDetails.Country
 AddressDetails.Country ObjectFactory.createAddressDetailsCountry()
          Create an instance of AddressDetails.Country
 AddressDetails.Country AddressDetails.getCountry()
          Ruft den Wert der country-Eigenschaft ab.
 

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