net.opengis.ows._2
Class DomainType
java.lang.Object
net.opengis.ows._2.UnNamedDomainType
net.opengis.ows._2.DomainType
public class DomainType
- extends UnNamedDomainType
Valid domain (or allowed set of values) of one quantity,
with its name or identifier.
Classe Java pour DomainType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DomainType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}UnNamedDomainType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.ows._2.UnNamedDomainType |
getAllowedValues, getAnyValue, getDataType, getDefaultValue, getMeaning, getMetadata, getNoValues, getReferenceSystem, getUOM, getValuesReference, isSetAllowedValues, isSetAnyValue, isSetDataType, isSetDefaultValue, isSetMeaning, isSetMetadata, isSetNoValues, isSetReferenceSystem, isSetUOM, isSetValuesReference, setAllowedValues, setAnyValue, setDataType, setDefaultValue, setMeaning, setNoValues, setReferenceSystem, setUOM, setValuesReference, unsetMetadata |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
DomainType
public DomainType()
getName
public String getName()
- Obtient la valeur de la propriété name.
- Returns:
- possible object is
String
setName
public void setName(String value)
- Définit la valeur de la propriété name.
- Parameters:
value - allowed object is
String
isSetName
public boolean isSetName()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.