Uses of Class
org.citygml4j.jaxb.citygml.gen._1.StringAttributeType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type StringAttributeType
 void Generics100Marshaller.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 Generics100Unmarshaller.unmarshalStringAttribute(StringAttributeType src)
           
 void Generics100Unmarshaller.unmarshalStringAttribute(StringAttributeType src, StringAttribute dest)
           
 

Uses of StringAttributeType in org.citygml4j.jaxb.citygml.gen._1
 

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

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