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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return BuildingNameType
 BuildingNameType XALMarshaller.marshalBuildingName(BuildingName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type BuildingNameType
 BuildingName XALUnmarshaller.unmarshalBuildingName(BuildingNameType src)
           
 

Uses of BuildingNameType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return BuildingNameType
 BuildingNameType ObjectFactory.createBuildingNameType()
          Create an instance of BuildingNameType
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type BuildingNameType
 java.util.List<BuildingNameType> SubPremiseType.getBuildingName()
          Gets the value of the buildingName property.
 java.util.List<BuildingNameType> PremiseElement.getBuildingName()
          Gets the value of the buildingName property.
 java.util.List<BuildingNameType> LargeMailUserType.getBuildingName()
          Gets the value of the buildingName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type BuildingNameType
 void SubPremiseType.setBuildingName(java.util.List<BuildingNameType> buildingName)
          Sets the value of the buildingName property.
 void PremiseElement.setBuildingName(java.util.List<BuildingNameType> buildingName)
          Sets the value of the buildingName property.
 void LargeMailUserType.setBuildingName(java.util.List<BuildingNameType> buildingName)
          Sets the value of the buildingName property.