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

Packages that use AbstractGenericAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.generics   
 

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

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

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

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

Uses of AbstractGenericAttribute in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type AbstractGenericAttribute
 java.util.List<AbstractGenericAttribute> AbstractCityObject.getGenericAttribute()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type AbstractGenericAttribute
 void AbstractCityObject.addGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 boolean AbstractCityObject.unsetGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 

Method parameters in org.citygml4j.model.citygml.core with type arguments of type AbstractGenericAttribute
 void AbstractCityObject.setGenericAttribute(java.util.List<AbstractGenericAttribute> genericAttribute)
           
 

Uses of AbstractGenericAttribute in org.citygml4j.model.citygml.generics
 

Subclasses of AbstractGenericAttribute in org.citygml4j.model.citygml.generics
 class DateAttribute
           
 class DoubleAttribute
           
 class GenericAttributeSet
           
 class IntAttribute
           
 class MeasureAttribute
           
 class StringAttribute
           
 class UriAttribute
           
 

Methods in org.citygml4j.model.citygml.generics that return types with arguments of type AbstractGenericAttribute
 java.util.List<AbstractGenericAttribute> GenericAttributeSet.getGenericAttribute()
           
 

Methods in org.citygml4j.model.citygml.generics with parameters of type AbstractGenericAttribute
 void GenericAttributeSet.addGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 boolean GenericAttributeSet.unsetGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 

Method parameters in org.citygml4j.model.citygml.generics with type arguments of type AbstractGenericAttribute
 void GenericAttributeSet.setGenericAttribute(java.util.List<AbstractGenericAttribute> genericAttribute)