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

Packages that use Firm
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 Firm in org.citygml4j.builder.jaxb.marshal.xal
 

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

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

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

Uses of Firm in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Firm
 Firm XALFactory.createFirm()
           
 

Uses of Firm in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Firm
 class FirmImpl
           
 

Methods in org.citygml4j.impl.xal that return Firm
 Firm ThoroughfareImpl.getFirm()
           
 Firm SubPremiseImpl.getFirm()
           
 Firm PremiseImpl.getFirm()
           
 Firm PostBoxImpl.getFirm()
           
 

Methods in org.citygml4j.impl.xal with parameters of type Firm
 void ThoroughfareImpl.setFirm(Firm firm)
           
 void SubPremiseImpl.setFirm(Firm firm)
           
 void PremiseImpl.setFirm(Firm firm)
           
 void PostBoxImpl.setFirm(Firm firm)
           
 

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

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

Uses of Firm in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Firm
 Firm Thoroughfare.getFirm()
           
 Firm SubPremise.getFirm()
           
 Firm Premise.getFirm()
           
 Firm PostBox.getFirm()
           
 

Methods in org.citygml4j.model.xal with parameters of type Firm
 void Thoroughfare.setFirm(Firm firm)
           
 void SubPremise.setFirm(Firm firm)
           
 void Premise.setFirm(Firm firm)
           
 void PostBox.setFirm(Firm firm)
           
 

Uses of Firm in org.citygml4j.util.walker
 

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