net.opengis.ows_context
Class OWSContextType

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

public class OWSContextType
extends Object

Classe Java pour OWSContextType complex type.

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

 <complexType name="OWSContextType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="General" type="{http://www.opengis.net/ows-context}GeneralType"/>
         <element ref="{http://www.opengis.net/ows-context}ResourceList"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="0.4.2" />
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  GeneralType general
           
protected  String id
           
protected  ResourceListType resourceList
           
static String VERSION
           
 
Constructor Summary
OWSContextType()
           
 
Method Summary
 GeneralType getGeneral()
          Obtient la valeur de la propriété general.
 String getId()
          Obtient la valeur de la propriété id.
 ResourceListType getResourceList()
          Obtient la valeur de la propriété resourceList.
 boolean isSetGeneral()
           
 boolean isSetId()
           
 boolean isSetResourceList()
           
 void setGeneral(GeneralType value)
          Définit la valeur de la propriété general.
 void setId(String value)
          Définit la valeur de la propriété id.
 void setResourceList(ResourceListType value)
          Définit la valeur de la propriété resourceList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

general

protected GeneralType general

resourceList

protected ResourceListType resourceList

VERSION

public static final String VERSION
See Also:
Constant Field Values

id

protected String id
Constructor Detail

OWSContextType

public OWSContextType()
Method Detail

getGeneral

public GeneralType getGeneral()
Obtient la valeur de la propriété general.

Returns:
possible object is GeneralType

setGeneral

public void setGeneral(GeneralType value)
Définit la valeur de la propriété general.

Parameters:
value - allowed object is GeneralType

isSetGeneral

public boolean isSetGeneral()

getResourceList

public ResourceListType getResourceList()
Obtient la valeur de la propriété resourceList.

Returns:
possible object is ResourceListType

setResourceList

public void setResourceList(ResourceListType value)
Définit la valeur de la propriété resourceList.

Parameters:
value - allowed object is ResourceListType

isSetResourceList

public boolean isSetResourceList()

getId

public String getId()
Obtient la valeur de la propriété id.

Returns:
possible object is String

setId

public void setId(String value)
Définit la valeur de la propriété id.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()


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