net.opengis.ows._2
Class OperationsMetadata

java.lang.Object
  extended by net.opengis.ows._2.OperationsMetadata

public class OperationsMetadata
extends Object

Classe Java pour anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/2.0}Operation" maxOccurs="unbounded" minOccurs="2"/>
         <element name="Parameter" type="{http://www.opengis.net/ows/2.0}DomainType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Constraint" type="{http://www.opengis.net/ows/2.0}DomainType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}ExtendedCapabilities" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DomainType> constraint
           
protected  Object extendedCapabilities
           
protected  List<Operation> operation
           
protected  List<DomainType> parameter
           
 
Constructor Summary
OperationsMetadata()
           
 
Method Summary
 List<DomainType> getConstraint()
          Gets the value of the constraint property.
 Object getExtendedCapabilities()
          Obtient la valeur de la propriété extendedCapabilities.
 List<Operation> getOperation()
          Metadata for unordered list of all the (requests for) operations that this server interface implements.
 List<DomainType> getParameter()
          Gets the value of the parameter property.
 boolean isSetConstraint()
           
 boolean isSetExtendedCapabilities()
           
 boolean isSetOperation()
           
 boolean isSetParameter()
           
 void setExtendedCapabilities(Object value)
          Définit la valeur de la propriété extendedCapabilities.
 void unsetConstraint()
           
 void unsetOperation()
           
 void unsetParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

protected List<Operation> operation

parameter

protected List<DomainType> parameter

constraint

protected List<DomainType> constraint

extendedCapabilities

protected Object extendedCapabilities
Constructor Detail

OperationsMetadata

public OperationsMetadata()
Method Detail

getOperation

public List<Operation> getOperation()
Metadata for unordered list of all the (requests for) operations that this server interface implements. The list of required and optional operations implemented shall be specified in the Implementation Specification for this service.Gets the value of the operation 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 operation property.

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

    getOperation().add(newItem);
 

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


isSetOperation

public boolean isSetOperation()

unsetOperation

public void unsetOperation()

getParameter

public List<DomainType> getParameter()
Gets the value of the parameter 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 parameter property.

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

    getParameter().add(newItem);
 

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


isSetParameter

public boolean isSetParameter()

unsetParameter

public void unsetParameter()

getConstraint

public List<DomainType> getConstraint()
Gets the value of the constraint 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 constraint property.

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

    getConstraint().add(newItem);
 

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


isSetConstraint

public boolean isSetConstraint()

unsetConstraint

public void unsetConstraint()

getExtendedCapabilities

public Object getExtendedCapabilities()
Obtient la valeur de la propriété extendedCapabilities.

Returns:
possible object is Object

setExtendedCapabilities

public void setExtendedCapabilities(Object value)
Définit la valeur de la propriété extendedCapabilities.

Parameters:
value - allowed object is Object

isSetExtendedCapabilities

public boolean isSetExtendedCapabilities()


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