org.citygml4j.jaxb.gml._3_1_1
Class GenericMetaDataType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractMetaDataType
      extended by org.citygml4j.jaxb.gml._3_1_1.GenericMetaDataType

public class GenericMetaDataType
extends AbstractMetaDataType

Deprecated with GML version 3.1.0.

Java class for GenericMetaDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GenericMetaDataType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractMetaDataType">
       <sequence>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
GenericMetaDataType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractMetaDataType
getContent, getId, isSetContent, isSetId, setContent, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericMetaDataType

public GenericMetaDataType()