net.opengis.ows_context
Class ExtensionType

java.lang.Object
  extended by net.opengis.ows_context.ExtensionType

public class ExtensionType
extends Object

This allows additional elements to be added to support non WMS Layer services.

Classe Java pour ExtensionType complex type.

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

 <complexType name="ExtensionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax'/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object any
           
 
Constructor Summary
ExtensionType()
           
 
Method Summary
 Object getAny()
          Obtient la valeur de la propriété any.
 boolean isSetAny()
           
 void setAny(Object value)
          Définit la valeur de la propriété any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected Object any
Constructor Detail

ExtensionType

public ExtensionType()
Method Detail

getAny

public Object getAny()
Obtient la valeur de la propriété any.

Returns:
possible object is Object Element

setAny

public void setAny(Object value)
Définit la valeur de la propriété any.

Parameters:
value - allowed object is Object Element

isSetAny

public boolean isSetAny()


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