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

Packages that use DateAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.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 Generics200Marshaller.marshalDateAttribute(DateAttribute src)
           
 DateAttributeType Generics100Marshaller.marshalDateAttribute(DateAttribute src)
           
 void Generics200Marshaller.marshalDateAttribute(DateAttribute src, DateAttributeType dest)
           
 void Generics100Marshaller.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 Generics200Unmarshaller.unmarshalDateAttribute(DateAttributeType src)
           
 DateAttribute Generics100Unmarshaller.unmarshalDateAttribute(DateAttributeType src)
           
 

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