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

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

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

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

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

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

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