|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.StyleType
public class StyleType
Classe Java pour StyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StyleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LegendURL" type="{http://www.opengis.net/ows-context}URLType" minOccurs="0"/>
</sequence>
<element name="SLD" type="{http://www.opengis.net/ows-context}SLDType" minOccurs="0"/>
</choice>
<attribute name="current" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
_abstract
|
protected Boolean |
current
|
protected URLType |
legendURL
|
protected String |
name
|
protected SLDType |
sld
|
protected String |
title
|
| Constructor Summary | |
|---|---|
StyleType()
|
|
| Method Summary | |
|---|---|
String |
getAbstract()
Obtient la valeur de la propriété abstract. |
URLType |
getLegendURL()
Obtient la valeur de la propriété legendURL. |
String |
getName()
Obtient la valeur de la propriété name. |
SLDType |
getSLD()
Obtient la valeur de la propriété sld. |
String |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isCurrent()
Obtient la valeur de la propriété current. |
boolean |
isSetAbstract()
|
boolean |
isSetCurrent()
|
boolean |
isSetLegendURL()
|
boolean |
isSetName()
|
boolean |
isSetSLD()
|
boolean |
isSetTitle()
|
void |
setAbstract(String value)
Définit la valeur de la propriété abstract. |
void |
setCurrent(boolean value)
Définit la valeur de la propriété current. |
void |
setLegendURL(URLType value)
Définit la valeur de la propriété legendURL. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
setSLD(SLDType value)
Définit la valeur de la propriété sld. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
void |
unsetCurrent()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String title
protected String _abstract
protected URLType legendURL
protected SLDType sld
protected Boolean current
| Constructor Detail |
|---|
public StyleType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic boolean isSetAbstract()
public URLType getLegendURL()
URLTypepublic void setLegendURL(URLType value)
value - allowed object is
URLTypepublic boolean isSetLegendURL()
public SLDType getSLD()
SLDTypepublic void setSLD(SLDType value)
value - allowed object is
SLDTypepublic boolean isSetSLD()
public boolean isCurrent()
Booleanpublic void setCurrent(boolean value)
value - allowed object is
Booleanpublic boolean isSetCurrent()
public void unsetCurrent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||