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

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

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 Generics100Marshaller.marshalGenericAttribute(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 Generics100Unmarshaller.unmarshalGenericAttribute(AbstractGenericAttributeType src, AbstractGenericAttribute dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.core._1 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._1 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._1
 

Subclasses of AbstractGenericAttributeType in org.citygml4j.jaxb.citygml.gen._1
 class DateAttributeType
          Java class for DateAttributeType complex type.
 class DoubleAttributeType
          Java class for DoubleAttributeType complex type.
 class IntAttributeType
          Java class for IntAttributeType complex type.
 class StringAttributeType
          Java class for StringAttributeType complex type.
 class UriAttributeType
          Java class for UriAttributeType complex type.
 

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

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