Uses of Class
org.citygml4j.jaxb.gml._3_1_1.MetaDataPropertyType

Packages that use MetaDataPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of MetaDataPropertyType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MetaDataPropertyType
 MetaDataPropertyType GMLMarshaller.marshalMetaDataProperty(MetaDataProperty src)
           
 

Uses of MetaDataPropertyType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MetaDataPropertyType
 MetaDataProperty GMLUnmarshaller.unmarshalMetaDataProperty(MetaDataPropertyType src)
           
 

Uses of MetaDataPropertyType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MetaDataPropertyType
 MetaDataPropertyType ObjectFactory.createMetaDataPropertyType()
          Create an instance of MetaDataPropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type MetaDataPropertyType
 javax.xml.bind.JAXBElement<MetaDataPropertyType> ObjectFactory.createMetaDataProperty(MetaDataPropertyType value)
          Create an instance of JAXBElement<MetaDataPropertyType>}
 java.util.List<MetaDataPropertyType> AbstractGMLType.getMetaDataProperty()
          Gets the value of the metaDataProperty property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MetaDataPropertyType
 javax.xml.bind.JAXBElement<MetaDataPropertyType> ObjectFactory.createMetaDataProperty(MetaDataPropertyType value)
          Create an instance of JAXBElement<MetaDataPropertyType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type MetaDataPropertyType
 void AbstractGMLType.setMetaDataProperty(java.util.List<MetaDataPropertyType> metaDataProperty)
          Sets the value of the metaDataProperty property.