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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return CountryNameElement
 CountryNameElement XALMarshaller.marshalCountryName(CountryName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type CountryNameElement
 CountryName XALUnmarshaller.unmarshalCountryName(CountryNameElement src)
           
 

Uses of CountryNameElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return CountryNameElement
 CountryNameElement ObjectFactory.createCountryNameElement()
          Create an instance of CountryNameElement
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type CountryNameElement
 java.util.List<CountryNameElement> AddressDetails.Country.getCountryName()
          Gets the value of the countryName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type CountryNameElement
 void AddressDetails.Country.setCountryName(java.util.List<CountryNameElement> countryName)
          Sets the value of the countryName property.