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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type StringAttribute
 StringAttributeType Generics200Marshaller.marshalStringAttribute(StringAttribute src)
           
 StringAttributeType Generics100Marshaller.marshalStringAttribute(StringAttribute src)
           
 void Generics200Marshaller.marshalStringAttribute(StringAttribute src, StringAttributeType dest)
           
 void Generics100Marshaller.marshalStringAttribute(StringAttribute src, StringAttributeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return StringAttribute
 StringAttribute Generics200Unmarshaller.unmarshalStringAttribute(StringAttributeType src)
           
 StringAttribute Generics100Unmarshaller.unmarshalStringAttribute(StringAttributeType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type StringAttribute
 void Generics200Unmarshaller.unmarshalStringAttribute(StringAttributeType src, StringAttribute dest)
           
 void Generics100Unmarshaller.unmarshalStringAttribute(StringAttributeType src, StringAttribute dest)