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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return StringAttributeType
 StringAttributeType Generics040Marshaller.marshalStringAttribute(StringAttribute src)
           
 

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

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

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

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

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

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

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