|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractMetaDataType
public abstract class AbstractMetaDataType
An abstract base type for complex metadata types.
Classe Java pour AbstractMetaDataType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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()
Obtient la valeur de la propriété id. |
boolean |
isSetContent()
|
boolean |
isSetId()
|
void |
setContent(String value)
Définit la valeur de la propriété content. |
void |
setId(String value)
Définit la valeur de la propriété id. |
| 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()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic boolean isSetContent()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||