|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractMetaDataType
public abstract class AbstractMetaDataType
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 |
---|
public AbstractMetaDataType()
Method Detail |
---|
public java.lang.String getContent()
String
public void setContent(java.lang.String value)
value
- allowed object is
String
public boolean isSetContent()
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public boolean isSetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |