|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.ServerType
public class ServerType
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 |
|---|
protected List<OnlineResourceType> onlineResource
protected Boolean _default
protected ServiceType service
protected String version
protected String title
| Constructor Detail |
|---|
public ServerType()
| Method Detail |
|---|
public List<OnlineResourceType> getOnlineResource()
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
public boolean isSetOnlineResource()
public void unsetOnlineResource()
public boolean isDefault()
Booleanpublic void setDefault(boolean value)
value - allowed object is
Booleanpublic boolean isSetDefault()
public void unsetDefault()
public ServiceType getService()
ServiceTypepublic void setService(ServiceType value)
value - allowed object is
ServiceTypepublic boolean isSetService()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||