Uses of Class
org.citygml4j.jaxb.xal.FirmType

Packages that use FirmType
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return FirmType
 FirmType XALMarshaller.marshalFirm(Firm src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type FirmType
 Firm XALUnmarshaller.unmarshalFirm(FirmType src)
           
 

Uses of FirmType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return FirmType
 FirmType ObjectFactory.createFirmType()
          Create an instance of FirmType
 FirmType ThoroughfareElement.getFirm()
          Ruft den Wert der firm-Eigenschaft ab.
 FirmType SubPremiseType.getFirm()
          Ruft den Wert der firm-Eigenschaft ab.
 FirmType PremiseElement.getFirm()
          Ruft den Wert der firm-Eigenschaft ab.
 FirmType PostBoxElement.getFirm()
          Ruft den Wert der firm-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.xal with parameters of type FirmType
 void ThoroughfareElement.setFirm(FirmType value)
          Legt den Wert der firm-Eigenschaft fest.
 void SubPremiseType.setFirm(FirmType value)
          Legt den Wert der firm-Eigenschaft fest.
 void PremiseElement.setFirm(FirmType value)
          Legt den Wert der firm-Eigenschaft fest.
 void PostBoxElement.setFirm(FirmType value)
          Legt den Wert der firm-Eigenschaft fest.