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

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

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

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

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

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

Uses of FirmType.FirmName in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return FirmType.FirmName
 FirmType.FirmName ObjectFactory.createFirmTypeFirmName()
          Create an instance of FirmType.FirmName
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type FirmType.FirmName
 java.util.List<FirmType.FirmName> FirmType.getFirmName()
          Gets the value of the firmName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type FirmType.FirmName
 void FirmType.setFirmName(java.util.List<FirmType.FirmName> firmName)
          Sets the value of the firmName property.