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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type AbstractGenericAttributeType
 void Generics200Marshaller.marshalAbstractGenericAttribute(AbstractGenericAttribute src, AbstractGenericAttributeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type AbstractGenericAttributeType
 void Generics200Unmarshaller.unmarshalAbstractGenericAttribute(AbstractGenericAttributeType src, AbstractGenericAttribute dest)
           
 

Uses of AbstractGenericAttributeType in org.citygml4j.jaxb.citygml.core._2
 

Methods in org.citygml4j.jaxb.citygml.core._2 that return types with arguments of type AbstractGenericAttributeType
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> AbstractCityObjectType.get_GenericAttribute()
          Gets the value of the genericAttribute property.
 

Method parameters in org.citygml4j.jaxb.citygml.core._2 with type arguments of type AbstractGenericAttributeType
 void AbstractCityObjectType.set_GenericAttribute(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> genericAttribute)
          Sets the value of the _GenericAttribute property.
 

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

Subclasses of AbstractGenericAttributeType in org.citygml4j.jaxb.citygml.gen._2
 class DateAttributeType
          Java-Klasse für DateAttributeType complex type.
 class DoubleAttributeType
          Java-Klasse für DoubleAttributeType complex type.
 class GenericAttributeSetType
          Set of generic attributes with an optional codeSpace.
 class IntAttributeType
          Java-Klasse für IntAttributeType complex type.
 class MeasureAttributeType
          Java-Klasse für MeasureAttributeType complex type.
 class StringAttributeType
          Java-Klasse für StringAttributeType complex type.
 class UriAttributeType
          Java-Klasse für UriAttributeType complex type.
 

Methods in org.citygml4j.jaxb.citygml.gen._2 that return types with arguments of type AbstractGenericAttributeType
 javax.xml.bind.JAXBElement<AbstractGenericAttributeType> ObjectFactory.create_GenericAttribute(AbstractGenericAttributeType value)
          Create an instance of JAXBElement<AbstractGenericAttributeType>}
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> GenericAttributeSetType.get_GenericAttribute()
          Gets the value of the genericAttribute property.
 

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

Method parameters in org.citygml4j.jaxb.citygml.gen._2 with type arguments of type AbstractGenericAttributeType
 void GenericAttributeSetType.set_GenericAttribute(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> genericAttribute)
          Sets the value of the _GenericAttribute property.