|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.opengis.gml.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>
Field Summary | |
---|---|
protected String |
content
|
protected String |
id
|
Constructor Summary | |
---|---|
AbstractMetaDataType()
|
Method Summary | |
---|---|
String |
getContent()
An abstract base type for complex metadata types. |
String |
getId()
Gets the value of the id property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setId(String value)
Sets the value of the id property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String content
protected String id
Constructor Detail |
---|
public AbstractMetaDataType()
Method Detail |
---|
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |