Uses of Class
org.citygml4j.jaxb.citygml._0_4.DateAttributeType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type DateAttributeType
 void Generics040Marshaller.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 Generics040Unmarshaller.unmarshalDateAttribute(DateAttributeType src)
           
 void Generics040Unmarshaller.unmarshalDateAttribute(DateAttributeType src, DateAttribute dest)
           
 

Uses of DateAttributeType in org.citygml4j.jaxb.citygml._0_4
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with parameters of type DateAttributeType
 javax.xml.bind.JAXBElement<DateAttributeType> ObjectFactory.createDateAttribute(DateAttributeType value)
          Create an instance of JAXBElement<DateAttributeType>}