Uses of Class
org.citygml4j.model.xal.CountryNameCode

Packages that use CountryNameCode
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.model.common.visitor   
org.citygml4j.model.xal   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type CountryNameCode
 AddressDetails.Country.CountryNameCode XALMarshaller.marshalCountryNameCode(CountryNameCode src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return CountryNameCode
 CountryNameCode XALUnmarshaller.unmarshalCountryNameCode(AddressDetails.Country.CountryNameCode src)
           
 

Uses of CountryNameCode in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type CountryNameCode
 T XALFunctor.apply(CountryNameCode countryNameCode)
           
 void XALVisitor.visit(CountryNameCode countryNameCode)
           
 

Uses of CountryNameCode in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type CountryNameCode
 java.util.List<CountryNameCode> Country.getCountryNameCode()
           
 

Methods in org.citygml4j.model.xal with parameters of type CountryNameCode
 void Country.addCountryNameCode(CountryNameCode countryNameCode)
           
 boolean Country.unsetCountryNameCode(CountryNameCode countryNameCode)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type CountryNameCode
 void Country.setCountryNameCode(java.util.List<CountryNameCode> countryNameCode)
           
 

Uses of CountryNameCode in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type CountryNameCode
 void XALWalker.visit(CountryNameCode countryNameCode)