net.opengis.wms
Class Service

java.lang.Object
  extended by net.opengis.wms.Service

public class Service
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 name="Name">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="WMS"/>
             </restriction>
           </simpleType>
         </element>
         <element ref="{http://www.opengis.net/wms}Title"/>
         <element ref="{http://www.opengis.net/wms}Abstract" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}KeywordList" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}OnlineResource"/>
         <element ref="{http://www.opengis.net/wms}ContactInformation" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}Fees" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}AccessConstraints" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}LayerLimit" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}MaxWidth" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}MaxHeight" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _abstract
           
protected  String accessConstraints
           
protected  ContactInformation contactInformation
           
protected  String fees
           
protected  KeywordList keywordList
           
protected  BigInteger layerLimit
           
protected  BigInteger maxHeight
           
protected  BigInteger maxWidth
           
protected  String name
           
protected  OnlineResource onlineResource
           
protected  String title
           
 
Constructor Summary
Service()
           
 
Method Summary
 String getAbstract()
          Obtient la valeur de la propriété abstract.
 String getAccessConstraints()
          Obtient la valeur de la propriété accessConstraints.
 ContactInformation getContactInformation()
          Obtient la valeur de la propriété contactInformation.
 String getFees()
          Obtient la valeur de la propriété fees.
 KeywordList getKeywordList()
          Obtient la valeur de la propriété keywordList.
 BigInteger getLayerLimit()
          Obtient la valeur de la propriété layerLimit.
 BigInteger getMaxHeight()
          Obtient la valeur de la propriété maxHeight.
 BigInteger getMaxWidth()
          Obtient la valeur de la propriété maxWidth.
 String getName()
          Obtient la valeur de la propriété name.
 OnlineResource getOnlineResource()
          Obtient la valeur de la propriété onlineResource.
 String getTitle()
          Obtient la valeur de la propriété title.
 boolean isSetAbstract()
           
 boolean isSetAccessConstraints()
           
 boolean isSetContactInformation()
           
 boolean isSetFees()
           
 boolean isSetKeywordList()
           
 boolean isSetLayerLimit()
           
 boolean isSetMaxHeight()
           
 boolean isSetMaxWidth()
           
 boolean isSetName()
           
 boolean isSetOnlineResource()
           
 boolean isSetTitle()
           
 void setAbstract(String value)
          Définit la valeur de la propriété abstract.
 void setAccessConstraints(String value)
          Définit la valeur de la propriété accessConstraints.
 void setContactInformation(ContactInformation value)
          Définit la valeur de la propriété contactInformation.
 void setFees(String value)
          Définit la valeur de la propriété fees.
 void setKeywordList(KeywordList value)
          Définit la valeur de la propriété keywordList.
 void setLayerLimit(BigInteger value)
          Définit la valeur de la propriété layerLimit.
 void setMaxHeight(BigInteger value)
          Définit la valeur de la propriété maxHeight.
 void setMaxWidth(BigInteger value)
          Définit la valeur de la propriété maxWidth.
 void setName(String value)
          Définit la valeur de la propriété name.
 void setOnlineResource(OnlineResource value)
          Définit la valeur de la propriété onlineResource.
 void setTitle(String value)
          Définit la valeur de la propriété title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

title

protected String title

_abstract

protected String _abstract

keywordList

protected KeywordList keywordList

onlineResource

protected OnlineResource onlineResource

contactInformation

protected ContactInformation contactInformation

fees

protected String fees

accessConstraints

protected String accessConstraints

layerLimit

protected BigInteger layerLimit

maxWidth

protected BigInteger maxWidth

maxHeight

protected BigInteger maxHeight
Constructor Detail

Service

public Service()
Method Detail

getName

public String getName()
Obtient la valeur de la propriété name.

Returns:
possible object is String

setName

public void setName(String value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getTitle

public String getTitle()
Obtient la valeur de la propriété title.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Définit la valeur de la propriété title.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getAbstract

public String getAbstract()
Obtient la valeur de la propriété abstract.

Returns:
possible object is String

setAbstract

public void setAbstract(String value)
Définit la valeur de la propriété abstract.

Parameters:
value - allowed object is String

isSetAbstract

public boolean isSetAbstract()

getKeywordList

public KeywordList getKeywordList()
Obtient la valeur de la propriété keywordList.

Returns:
possible object is KeywordList

setKeywordList

public void setKeywordList(KeywordList value)
Définit la valeur de la propriété keywordList.

Parameters:
value - allowed object is KeywordList

isSetKeywordList

public boolean isSetKeywordList()

getOnlineResource

public OnlineResource getOnlineResource()
Obtient la valeur de la propriété onlineResource.

Returns:
possible object is OnlineResource

setOnlineResource

public void setOnlineResource(OnlineResource value)
Définit la valeur de la propriété onlineResource.

Parameters:
value - allowed object is OnlineResource

isSetOnlineResource

public boolean isSetOnlineResource()

getContactInformation

public ContactInformation getContactInformation()
Obtient la valeur de la propriété contactInformation.

Returns:
possible object is ContactInformation

setContactInformation

public void setContactInformation(ContactInformation value)
Définit la valeur de la propriété contactInformation.

Parameters:
value - allowed object is ContactInformation

isSetContactInformation

public boolean isSetContactInformation()

getFees

public String getFees()
Obtient la valeur de la propriété fees.

Returns:
possible object is String

setFees

public void setFees(String value)
Définit la valeur de la propriété fees.

Parameters:
value - allowed object is String

isSetFees

public boolean isSetFees()

getAccessConstraints

public String getAccessConstraints()
Obtient la valeur de la propriété accessConstraints.

Returns:
possible object is String

setAccessConstraints

public void setAccessConstraints(String value)
Définit la valeur de la propriété accessConstraints.

Parameters:
value - allowed object is String

isSetAccessConstraints

public boolean isSetAccessConstraints()

getLayerLimit

public BigInteger getLayerLimit()
Obtient la valeur de la propriété layerLimit.

Returns:
possible object is BigInteger

setLayerLimit

public void setLayerLimit(BigInteger value)
Définit la valeur de la propriété layerLimit.

Parameters:
value - allowed object is BigInteger

isSetLayerLimit

public boolean isSetLayerLimit()

getMaxWidth

public BigInteger getMaxWidth()
Obtient la valeur de la propriété maxWidth.

Returns:
possible object is BigInteger

setMaxWidth

public void setMaxWidth(BigInteger value)
Définit la valeur de la propriété maxWidth.

Parameters:
value - allowed object is BigInteger

isSetMaxWidth

public boolean isSetMaxWidth()

getMaxHeight

public BigInteger getMaxHeight()
Obtient la valeur de la propriété maxHeight.

Returns:
possible object is BigInteger

setMaxHeight

public void setMaxHeight(BigInteger value)
Définit la valeur de la propriété maxHeight.

Parameters:
value - allowed object is BigInteger

isSetMaxHeight

public boolean isSetMaxHeight()


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