Uses of Interface
org.citygml4j.model.xal.FirmName

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type FirmName
 FirmType.FirmName XALMarshaller.marshalFirmName(FirmName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return FirmName
 FirmName XALUnmarshaller.unmarshalFirmName(FirmType.FirmName src)
           
 

Uses of FirmName in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return FirmName
 FirmName XALFactory.createFirmName()
           
 

Uses of FirmName in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement FirmName
 class FirmNameImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type FirmName
 java.util.List<FirmName> FirmImpl.getFirmName()
           
 

Methods in org.citygml4j.impl.xal with parameters of type FirmName
 void FirmImpl.addFirmName(FirmName firmName)
           
 boolean FirmImpl.unsetFirmName(FirmName firmName)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type FirmName
 void FirmImpl.setFirmName(java.util.List<FirmName> firmName)
           
 

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

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

Uses of FirmName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type FirmName
 java.util.List<FirmName> Firm.getFirmName()
           
 

Methods in org.citygml4j.model.xal with parameters of type FirmName
 void Firm.addFirmName(FirmName firmName)
           
 boolean Firm.unsetFirmName(FirmName firmName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type FirmName
 void Firm.setFirmName(java.util.List<FirmName> firmName)
           
 

Uses of FirmName in org.citygml4j.util.walker
 

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