net.opengis.ows_context
Class ServerType

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

public class ServerType
extends Object

Classe Java pour ServerType complex type.

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

 <complexType name="ServerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OnlineResource" type="{http://www.opengis.net/ows-context}OnlineResourceType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="service" use="required" type="{http://www.opengis.net/ows-context}serviceType" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean _default
           
protected  List<OnlineResourceType> onlineResource
           
protected  ServiceType service
           
protected  String title
           
protected  String version
           
 
Constructor Summary
ServerType()
           
 
Method Summary
 List<OnlineResourceType> getOnlineResource()
          Gets the value of the onlineResource property.
 ServiceType getService()
          Obtient la valeur de la propriété service.
 String getTitle()
          Obtient la valeur de la propriété title.
 String getVersion()
          Obtient la valeur de la propriété version.
 boolean isDefault()
          Obtient la valeur de la propriété default.
 boolean isSetDefault()
           
 boolean isSetOnlineResource()
           
 boolean isSetService()
           
 boolean isSetTitle()
           
 boolean isSetVersion()
           
 void setDefault(boolean value)
          Définit la valeur de la propriété default.
 void setService(ServiceType value)
          Définit la valeur de la propriété service.
 void setTitle(String value)
          Définit la valeur de la propriété title.
 void setVersion(String value)
          Définit la valeur de la propriété version.
 void unsetDefault()
           
 void unsetOnlineResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onlineResource

protected List<OnlineResourceType> onlineResource

_default

protected Boolean _default

service

protected ServiceType service

version

protected String version

title

protected String title
Constructor Detail

ServerType

public ServerType()
Method Detail

getOnlineResource

public List<OnlineResourceType> getOnlineResource()
Gets the value of the onlineResource 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 onlineResource property.

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

    getOnlineResource().add(newItem);
 

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


isSetOnlineResource

public boolean isSetOnlineResource()

unsetOnlineResource

public void unsetOnlineResource()

isDefault

public boolean isDefault()
Obtient la valeur de la propriété default.

Returns:
possible object is Boolean

setDefault

public void setDefault(boolean value)
Définit la valeur de la propriété default.

Parameters:
value - allowed object is Boolean

isSetDefault

public boolean isSetDefault()

unsetDefault

public void unsetDefault()

getService

public ServiceType getService()
Obtient la valeur de la propriété service.

Returns:
possible object is ServiceType

setService

public void setService(ServiceType value)
Définit la valeur de la propriété service.

Parameters:
value - allowed object is ServiceType

isSetService

public boolean isSetService()

getVersion

public String getVersion()
Obtient la valeur de la propriété version.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Définit la valeur de la propriété version.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

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()


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