|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.SLDType
public class SLDType
Classe Java pour SLDType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SLDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LegendURL" type="{http://www.opengis.net/ows-context}URLType" minOccurs="0"/>
<choice>
<element name="OnlineResource" type="{http://www.opengis.net/ows-context}OnlineResourceType"/>
<element ref="{http://www.opengis.net/sld/1.2}StyledLayerDescriptor"/>
<element ref="{http://www.opengis.net/se/2.0/core}AbstractStyle"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends AbstractStyleType> |
abstractStyle
|
protected URLType |
legendURL
|
protected String |
name
|
protected OnlineResourceType |
onlineResource
|
protected StyledLayerDescriptorElement |
styledLayerDescriptor
|
protected String |
title
|
| Constructor Summary | |
|---|---|
SLDType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends AbstractStyleType> |
getAbstractStyle()
Obtient la valeur de la propriété abstractStyle. |
URLType |
getLegendURL()
Obtient la valeur de la propriété legendURL. |
String |
getName()
Obtient la valeur de la propriété name. |
OnlineResourceType |
getOnlineResource()
Obtient la valeur de la propriété onlineResource. |
StyledLayerDescriptorElement |
getStyledLayerDescriptor()
Obtient la valeur de la propriété styledLayerDescriptor. |
String |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isSetAbstractStyle()
|
boolean |
isSetLegendURL()
|
boolean |
isSetName()
|
boolean |
isSetOnlineResource()
|
boolean |
isSetStyledLayerDescriptor()
|
boolean |
isSetTitle()
|
void |
setAbstractStyle(JAXBElement<? extends AbstractStyleType> value)
Définit la valeur de la propriété abstractStyle. |
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 |
setOnlineResource(OnlineResourceType value)
Définit la valeur de la propriété onlineResource. |
void |
setStyledLayerDescriptor(StyledLayerDescriptorElement value)
Définit la valeur de la propriété styledLayerDescriptor. |
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 |
|---|
protected String name
protected String title
protected URLType legendURL
protected OnlineResourceType onlineResource
protected StyledLayerDescriptorElement styledLayerDescriptor
protected JAXBElement<? extends AbstractStyleType> abstractStyle
| Constructor Detail |
|---|
public SLDType()
| 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 URLType getLegendURL()
URLTypepublic void setLegendURL(URLType value)
value - allowed object is
URLTypepublic boolean isSetLegendURL()
public OnlineResourceType getOnlineResource()
OnlineResourceTypepublic void setOnlineResource(OnlineResourceType value)
value - allowed object is
OnlineResourceTypepublic boolean isSetOnlineResource()
public StyledLayerDescriptorElement getStyledLayerDescriptor()
StyledLayerDescriptorElementpublic void setStyledLayerDescriptor(StyledLayerDescriptorElement value)
value - allowed object is
StyledLayerDescriptorElementpublic boolean isSetStyledLayerDescriptor()
public JAXBElement<? extends AbstractStyleType> getAbstractStyle()
JAXBElement<StyleReferenceType>
JAXBElement<AbstractStyleType>
JAXBElement<StyleType>public void setAbstractStyle(JAXBElement<? extends AbstractStyleType> value)
value - allowed object is
JAXBElement<StyleReferenceType>
JAXBElement<AbstractStyleType>
JAXBElement<StyleType>public boolean isSetAbstractStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||