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

Packages that use Firm
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 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.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)