net.opengis.ows._2
Class UnNamedDomainType

java.lang.Object
  extended by net.opengis.ows._2.UnNamedDomainType
Direct Known Subclasses:
DomainType

public class UnNamedDomainType
extends Object

Valid domain (or allowed set of values) of one quantity, with needed metadata but without a quantity name or identifier.

Classe Java pour UnNamedDomainType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="UnNamedDomainType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.opengis.net/ows/2.0}PossibleValues"/>
         <element ref="{http://www.opengis.net/ows/2.0}DefaultValue" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}Meaning" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}DataType" minOccurs="0"/>
         <group ref="{http://www.opengis.net/ows/2.0}ValuesUnit" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AllowedValues allowedValues
           
protected  AnyValue anyValue
           
protected  DomainMetadataType dataType
           
protected  ValueType defaultValue
           
protected  DomainMetadataType meaning
           
protected  List<MetadataType> metadata
           
protected  NoValues noValues
           
protected  DomainMetadataType referenceSystem
           
protected  DomainMetadataType uom
           
protected  ValuesReference valuesReference
           
 
Constructor Summary
UnNamedDomainType()
           
 
Method Summary
 AllowedValues getAllowedValues()
          Obtient la valeur de la propriété allowedValues.
 AnyValue getAnyValue()
          Obtient la valeur de la propriété anyValue.
 DomainMetadataType getDataType()
          This data type metadata should be referenced or included for each quantity.
 ValueType getDefaultValue()
          Optional default value for this quantity, which should be included when this quantity has a default value.
 DomainMetadataType getMeaning()
          Meaning metadata should be referenced or included for each quantity.
 List<MetadataType> getMetadata()
          Optional unordered list of other metadata about this quantity.
 NoValues getNoValues()
          Obtient la valeur de la propriété noValues.
 DomainMetadataType getReferenceSystem()
          Identifier of reference system used by this set of values.
 DomainMetadataType getUOM()
          Identifier of unit of measure of this set of values.
 ValuesReference getValuesReference()
          Obtient la valeur de la propriété valuesReference.
 boolean isSetAllowedValues()
           
 boolean isSetAnyValue()
           
 boolean isSetDataType()
           
 boolean isSetDefaultValue()
           
 boolean isSetMeaning()
           
 boolean isSetMetadata()
           
 boolean isSetNoValues()
           
 boolean isSetReferenceSystem()
           
 boolean isSetUOM()
           
 boolean isSetValuesReference()
           
 void setAllowedValues(AllowedValues value)
          Définit la valeur de la propriété allowedValues.
 void setAnyValue(AnyValue value)
          Définit la valeur de la propriété anyValue.
 void setDataType(DomainMetadataType value)
          Définit la valeur de la propriété dataType.
 void setDefaultValue(ValueType value)
          Définit la valeur de la propriété defaultValue.
 void setMeaning(DomainMetadataType value)
          Définit la valeur de la propriété meaning.
 void setNoValues(NoValues value)
          Définit la valeur de la propriété noValues.
 void setReferenceSystem(DomainMetadataType value)
          Définit la valeur de la propriété referenceSystem.
 void setUOM(DomainMetadataType value)
          Définit la valeur de la propriété uom.
 void setValuesReference(ValuesReference value)
          Définit la valeur de la propriété valuesReference.
 void unsetMetadata()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowedValues

protected AllowedValues allowedValues

anyValue

protected AnyValue anyValue

noValues

protected NoValues noValues

valuesReference

protected ValuesReference valuesReference

defaultValue

protected ValueType defaultValue

meaning

protected DomainMetadataType meaning

dataType

protected DomainMetadataType dataType

uom

protected DomainMetadataType uom

referenceSystem

protected DomainMetadataType referenceSystem

metadata

protected List<MetadataType> metadata
Constructor Detail

UnNamedDomainType

public UnNamedDomainType()
Method Detail

getAllowedValues

public AllowedValues getAllowedValues()
Obtient la valeur de la propriété allowedValues.

Returns:
possible object is AllowedValues

setAllowedValues

public void setAllowedValues(AllowedValues value)
Définit la valeur de la propriété allowedValues.

Parameters:
value - allowed object is AllowedValues

isSetAllowedValues

public boolean isSetAllowedValues()

getAnyValue

public AnyValue getAnyValue()
Obtient la valeur de la propriété anyValue.

Returns:
possible object is AnyValue

setAnyValue

public void setAnyValue(AnyValue value)
Définit la valeur de la propriété anyValue.

Parameters:
value - allowed object is AnyValue

isSetAnyValue

public boolean isSetAnyValue()

getNoValues

public NoValues getNoValues()
Obtient la valeur de la propriété noValues.

Returns:
possible object is NoValues

setNoValues

public void setNoValues(NoValues value)
Définit la valeur de la propriété noValues.

Parameters:
value - allowed object is NoValues

isSetNoValues

public boolean isSetNoValues()

getValuesReference

public ValuesReference getValuesReference()
Obtient la valeur de la propriété valuesReference.

Returns:
possible object is ValuesReference

setValuesReference

public void setValuesReference(ValuesReference value)
Définit la valeur de la propriété valuesReference.

Parameters:
value - allowed object is ValuesReference

isSetValuesReference

public boolean isSetValuesReference()

getDefaultValue

public ValueType getDefaultValue()
Optional default value for this quantity, which should be included when this quantity has a default value.

Returns:
possible object is ValueType

setDefaultValue

public void setDefaultValue(ValueType value)
Définit la valeur de la propriété defaultValue.

Parameters:
value - allowed object is ValueType

isSetDefaultValue

public boolean isSetDefaultValue()

getMeaning

public DomainMetadataType getMeaning()
Meaning metadata should be referenced or included for each quantity.

Returns:
possible object is DomainMetadataType

setMeaning

public void setMeaning(DomainMetadataType value)
Définit la valeur de la propriété meaning.

Parameters:
value - allowed object is DomainMetadataType

isSetMeaning

public boolean isSetMeaning()

getDataType

public DomainMetadataType getDataType()
This data type metadata should be referenced or included for each quantity.

Returns:
possible object is DomainMetadataType

setDataType

public void setDataType(DomainMetadataType value)
Définit la valeur de la propriété dataType.

Parameters:
value - allowed object is DomainMetadataType

isSetDataType

public boolean isSetDataType()

getUOM

public DomainMetadataType getUOM()
Identifier of unit of measure of this set of values. Should be included then this set of values has units (and not a more complete reference system).

Returns:
possible object is DomainMetadataType

setUOM

public void setUOM(DomainMetadataType value)
Définit la valeur de la propriété uom.

Parameters:
value - allowed object is DomainMetadataType

isSetUOM

public boolean isSetUOM()

getReferenceSystem

public DomainMetadataType getReferenceSystem()
Identifier of reference system used by this set of values. Should be included then this set of values has a reference system (not just units).

Returns:
possible object is DomainMetadataType

setReferenceSystem

public void setReferenceSystem(DomainMetadataType value)
Définit la valeur de la propriété referenceSystem.

Parameters:
value - allowed object is DomainMetadataType

isSetReferenceSystem

public boolean isSetReferenceSystem()

getMetadata

public List<MetadataType> getMetadata()
Optional unordered list of other metadata about this quantity. A list of required and optional other metadata elements for this quantity should be specified in the Implementation Specification for this service.Gets the value of the metadata property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the metadata property.

For example, to add a new item, do as follows:

    getMetadata().add(newItem);
 

Objects of the following type(s) are allowed in the list MetadataType


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.