Uses of Class
org.citygml4j.jaxb.citygml._0_4.AuxiliaryTrafficAreaPropertyType

Packages that use AuxiliaryTrafficAreaPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of AuxiliaryTrafficAreaPropertyType in org.citygml4j.builder.jaxb.marshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return AuxiliaryTrafficAreaPropertyType
 AuxiliaryTrafficAreaPropertyType Transportation040Marshaller.marshalAuxiliaryTrafficAreaProperty(AuxiliaryTrafficAreaProperty src)
           
 

Uses of AuxiliaryTrafficAreaPropertyType in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type AuxiliaryTrafficAreaPropertyType
 AuxiliaryTrafficAreaProperty Transportation040Unmarshaller.unmarshalAuxiliaryTrafficAreaProperty(AuxiliaryTrafficAreaPropertyType src)
           
 

Uses of AuxiliaryTrafficAreaPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return AuxiliaryTrafficAreaPropertyType
 AuxiliaryTrafficAreaPropertyType ObjectFactory.createAuxiliaryTrafficAreaPropertyType()
          Create an instance of AuxiliaryTrafficAreaPropertyType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type AuxiliaryTrafficAreaPropertyType
 java.util.List<AuxiliaryTrafficAreaPropertyType> TransportationComplexType.getAuxiliaryTrafficArea()
          Gets the value of the auxiliaryTrafficArea property.
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type AuxiliaryTrafficAreaPropertyType
 void TransportationComplexType.setAuxiliaryTrafficArea(java.util.List<AuxiliaryTrafficAreaPropertyType> auxiliaryTrafficArea)
          Sets the value of the auxiliaryTrafficArea property.