net.opengis.ows._2
Class DomainType

java.lang.Object
  extended by net.opengis.ows._2.UnNamedDomainType
      extended by 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>
 


Field Summary
protected  String name
           
 
Fields inherited from class net.opengis.ows._2.UnNamedDomainType
allowedValues, anyValue, dataType, defaultValue, meaning, metadata, noValues, referenceSystem, uom, valuesReference
 
Constructor Summary
DomainType()
           
 
Method Summary
 String getName()
          Obtient la valeur de la propriété name.
 boolean isSetName()
           
 void setName(String value)
          Définit la valeur de la propriété name.
 
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
 

Field Detail

name

protected String name
Constructor Detail

DomainType

public DomainType()
Method Detail

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.