Uses of Class
org.citygml4j.jaxb.citygml.gen._2.DateAttributeType

Packages that use DateAttributeType
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.jaxb.citygml.gen._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return DateAttributeType
 DateAttributeType Generics200Marshaller.marshalDateAttribute(DateAttribute src)
           
 

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

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

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

Uses of DateAttributeType in org.citygml4j.jaxb.citygml.gen._2
 

Methods in org.citygml4j.jaxb.citygml.gen._2 that return DateAttributeType
 DateAttributeType ObjectFactory.createDateAttributeType()
          Create an instance of DateAttributeType
 

Methods in org.citygml4j.jaxb.citygml.gen._2 that return types with arguments of type DateAttributeType
 javax.xml.bind.JAXBElement<DateAttributeType> ObjectFactory.createDateAttribute(DateAttributeType value)
          Create an instance of JAXBElement<DateAttributeType>}
 

Methods in org.citygml4j.jaxb.citygml.gen._2 with parameters of type DateAttributeType
 javax.xml.bind.JAXBElement<DateAttributeType> ObjectFactory.createDateAttribute(DateAttributeType value)
          Create an instance of JAXBElement<DateAttributeType>}