Uses of Class
org.citygml4j.jaxb.citygml.tran._2.AuxiliaryTrafficAreaPropertyType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return AuxiliaryTrafficAreaPropertyType
 AuxiliaryTrafficAreaPropertyType Transportation200Marshaller.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 Transportation200Unmarshaller.unmarshalAuxiliaryTrafficAreaProperty(AuxiliaryTrafficAreaPropertyType src)
           
 

Uses of AuxiliaryTrafficAreaPropertyType in org.citygml4j.jaxb.citygml.tran._2
 

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

Methods in org.citygml4j.jaxb.citygml.tran._2 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.tran._2 with type arguments of type AuxiliaryTrafficAreaPropertyType
 void TransportationComplexType.setAuxiliaryTrafficArea(java.util.List<AuxiliaryTrafficAreaPropertyType> auxiliaryTrafficArea)
          Sets the value of the auxiliaryTrafficArea property.