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

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

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

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

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

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

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