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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return UriAttributeType
 UriAttributeType Generics040Marshaller.marshalUriAttribute(UriAttribute src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type UriAttributeType
 void Generics040Marshaller.marshalUriAttribute(UriAttribute src, UriAttributeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type UriAttributeType
 UriAttribute Generics040Unmarshaller.unmarshalUriAttribute(UriAttributeType src)
           
 void Generics040Unmarshaller.unmarshalUriAttribute(UriAttributeType src, UriAttribute dest)
           
 

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

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

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

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