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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return DoubleAttributeType
 DoubleAttributeType Generics040Marshaller.marshalDoubleAttribute(DoubleAttribute src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type DoubleAttributeType
 void Generics040Marshaller.marshalDoubleAttribute(DoubleAttribute src, DoubleAttributeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type DoubleAttributeType
 DoubleAttribute Generics040Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src)
           
 void Generics040Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src, DoubleAttribute dest)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type DoubleAttributeType
 javax.xml.bind.JAXBElement<DoubleAttributeType> ObjectFactory.createDoubleAttribute(DoubleAttributeType value)
          Create an instance of JAXBElement<DoubleAttributeType>}