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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return GenericAttributeSetType
 GenericAttributeSetType Generics200Marshaller.marshalGenericAttributeSet(GenericAttributeSet src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type GenericAttributeSetType
 GenericAttributeSet Generics200Unmarshaller.unmarshalGenericAttributeSet(GenericAttributeSetType src)
           
 void Generics200Unmarshaller.unmarshalGenericAttributeSet(GenericAttributeSetType src, GenericAttributeSet dest)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml.gen._2 with parameters of type GenericAttributeSetType
 javax.xml.bind.JAXBElement<GenericAttributeSetType> ObjectFactory.createGenericAttributeSet(GenericAttributeSetType value)
          Create an instance of JAXBElement<GenericAttributeSetType>}