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

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

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

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

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

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

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

Methods in org.citygml4j.jaxb.xal that return AddressDetails.Country.CountryNameCode
 AddressDetails.Country.CountryNameCode ObjectFactory.createAddressDetailsCountryCountryNameCode()
          Create an instance of AddressDetails.Country.CountryNameCode
 

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

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