net.opengis.ows_context
Class OnlineResourceType

java.lang.Object
  extended by net.opengis.ows._2.OnlineResourceType
      extended by net.opengis.ows_context.OnlineResourceType

public class OnlineResourceType
extends OnlineResourceType

Classe Java pour OnlineResourceType complex type.

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

 <complexType name="OnlineResourceType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}OnlineResourceType">
       <attribute name="method" type="{http://www.opengis.net/ows-context}methodType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MethodType method
           
 
Fields inherited from class net.opengis.ows._2.OnlineResourceType
actuate, arcrole, href, role, show, title, TYPE
 
Constructor Summary
OnlineResourceType()
           
 
Method Summary
 MethodType getMethod()
          Obtient la valeur de la propriété method.
 boolean isSetMethod()
           
 void setMethod(MethodType value)
          Définit la valeur de la propriété method.
 
Methods inherited from class net.opengis.ows._2.OnlineResourceType
getActuate, getArcrole, getHref, getRole, getShow, getTitle, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, setActuate, setArcrole, setHref, setRole, setShow, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected MethodType method
Constructor Detail

OnlineResourceType

public OnlineResourceType()
Method Detail

getMethod

public MethodType getMethod()
Obtient la valeur de la propriété method.

Returns:
possible object is MethodType

setMethod

public void setMethod(MethodType value)
Définit la valeur de la propriété method.

Parameters:
value - allowed object is MethodType

isSetMethod

public boolean isSetMethod()


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