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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return TrafficAreaPropertyType
 TrafficAreaPropertyType Transportation100Marshaller.marshalTrafficAreaProperty(TrafficAreaProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type TrafficAreaPropertyType
 TrafficAreaProperty Transportation100Unmarshaller.unmarshalTrafficAreaProperty(TrafficAreaPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.tran._1 that return types with arguments of type TrafficAreaPropertyType
 java.util.List<TrafficAreaPropertyType> TransportationComplexType.getTrafficArea()
          Gets the value of the trafficArea property.
 

Method parameters in org.citygml4j.jaxb.citygml.tran._1 with type arguments of type TrafficAreaPropertyType
 void TransportationComplexType.setTrafficArea(java.util.List<TrafficAreaPropertyType> trafficArea)
          Sets the value of the trafficArea property.