Uses of Class
org.citygml4j.model.citygml.generics.UriAttribute

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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return UriAttribute
 UriAttribute Generics200Unmarshaller.unmarshalUriAttribute(UriAttributeType src)
           
 UriAttribute Generics100Unmarshaller.unmarshalUriAttribute(UriAttributeType src)
           
 

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