org.citygml4j.jaxb.gml._3_1_1
Class AbstractMetaDataType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractMetaDataType
Direct Known Subclasses:
GenericMetaDataType

public abstract class AbstractMetaDataType
extends java.lang.Object

An abstract base type for complex metadata types.

Java class for AbstractMetaDataType complex type.

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

 <complexType name="AbstractMetaDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{http://www.opengis.net/gml}id"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractMetaDataType()
           
 
Method Summary
 java.lang.String getContent()
          An abstract base type for complex metadata types.
 java.lang.String getId()
          Gets the value of the id property.
 boolean isSetContent()
           
 boolean isSetId()
           
 void setContent(java.lang.String value)
          Sets the value of the content property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMetaDataType

public AbstractMetaDataType()
Method Detail

getContent

public java.lang.String getContent()
An abstract base type for complex metadata types.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

isSetContent

public boolean isSetContent()

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()