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()
          Gets the value of the firm property.
 FirmType SubPremiseType.getFirm()
          Gets the value of the firm property.
 FirmType PremiseElement.getFirm()
          Gets the value of the firm property.
 FirmType PostBoxElement.getFirm()
          Gets the value of the firm property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type FirmType
 void ThoroughfareElement.setFirm(FirmType value)
          Sets the value of the firm property.
 void SubPremiseType.setFirm(FirmType value)
          Sets the value of the firm property.
 void PremiseElement.setFirm(FirmType value)
          Sets the value of the firm property.
 void PostBoxElement.setFirm(FirmType value)
          Sets the value of the firm property.