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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type UriAttributeType
 void Generics200Marshaller.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 Generics200Unmarshaller.unmarshalUriAttribute(UriAttributeType src)
           
 void Generics200Unmarshaller.unmarshalUriAttribute(UriAttributeType src, UriAttribute dest)
           
 

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

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

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