Uses of Class
org.citygml4j.jaxb.citygml._0_4._GenericAttributeType

Packages that use _GenericAttributeType
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type _GenericAttributeType
 void Generics040Marshaller.marshalGenericAttribute(AbstractGenericAttribute src, _GenericAttributeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type _GenericAttributeType
 void Generics040Unmarshaller.unmarshalGenericAttribute(_GenericAttributeType src, AbstractGenericAttribute dest)
           
 

Uses of _GenericAttributeType in org.citygml4j.jaxb.citygml._0_4
 

Subclasses of _GenericAttributeType in org.citygml4j.jaxb.citygml._0_4
 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._0_4 that return types with arguments of type _GenericAttributeType
 javax.xml.bind.JAXBElement<_GenericAttributeType> ObjectFactory.create_GenericAttribute(_GenericAttributeType value)
          Create an instance of JAXBElement<_GenericAttributeType>}
 java.util.List<javax.xml.bind.JAXBElement<? extends _GenericAttributeType>> _CityObjectType.get_GenericAttribute()
          Gets the value of the genericAttribute property.
 

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

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