|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.DomainMetadataType
public class DomainMetadataType
References metadata about a quantity, and provides a name for this metadata. (Informative: This element was simplified from the metaDataProperty element in GML 3.0.) Human-readable name of the metadata described by associated referenced document.
Classe Java pour DomainMetadataType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DomainMetadataType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://www.opengis.net/ows/2.0}reference"/>
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
reference
|
protected String |
value
|
| Constructor Summary | |
|---|---|
DomainMetadataType()
|
|
| Method Summary | |
|---|---|
String |
getReference()
Obtient la valeur de la propriété reference. |
String |
getValue()
Obtient la valeur de la propriété value. |
boolean |
isSetReference()
|
boolean |
isSetValue()
|
void |
setReference(String value)
Définit la valeur de la propriété reference. |
void |
setValue(String value)
Définit la valeur de la propriété value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String reference
| Constructor Detail |
|---|
public DomainMetadataType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getReference()
Stringpublic void setReference(String value)
value - allowed object is
Stringpublic boolean isSetReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||