Uses of Interface
org.citygml4j.model.citygml.generics.DateAttribute

Packages that use DateAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.factory   
org.citygml4j.impl.citygml.generics   
 

Uses of DateAttribute in org.citygml4j.builder.jaxb.marshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type DateAttribute
 DateAttributeType Generics100Marshaller.marshalDateAttribute(DateAttribute src)
           
 DateAttributeType Generics040Marshaller.marshalDateAttribute(DateAttribute src)
           
 void Generics100Marshaller.marshalDateAttribute(DateAttribute src, DateAttributeType dest)
           
 void Generics040Marshaller.marshalDateAttribute(DateAttribute src, DateAttributeType dest)
           
 

Uses of DateAttribute in org.citygml4j.builder.jaxb.unmarshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return DateAttribute
 DateAttribute Generics100Unmarshaller.unmarshalDateAttribute(DateAttributeType src)
           
 DateAttribute Generics040Unmarshaller.unmarshalDateAttribute(DateAttributeType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type DateAttribute
 void Generics100Unmarshaller.unmarshalDateAttribute(DateAttributeType src, DateAttribute dest)
           
 void Generics040Unmarshaller.unmarshalDateAttribute(DateAttributeType src, DateAttribute dest)
           
 

Uses of DateAttribute in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DateAttribute
 DateAttribute CityGMLFactory.createDateAttribute()
           
 

Uses of DateAttribute in org.citygml4j.impl.citygml.generics
 

Classes in org.citygml4j.impl.citygml.generics that implement DateAttribute
 class DateAttributeImpl