public class UserDefinedSymbolization
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="SupportSLD" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="UserLayer" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="UserStyle" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="RemoteWFS" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
remoteWFS |
protected java.lang.String |
supportSLD |
protected java.lang.String |
userLayer |
protected java.lang.String |
userStyle |
| Constructor and Description |
|---|
UserDefinedSymbolization() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRemoteWFS()
Gets the value of the remoteWFS property.
|
java.lang.String |
getSupportSLD()
Gets the value of the supportSLD property.
|
java.lang.String |
getUserLayer()
Gets the value of the userLayer property.
|
java.lang.String |
getUserStyle()
Gets the value of the userStyle property.
|
void |
setRemoteWFS(java.lang.String value)
Sets the value of the remoteWFS property.
|
void |
setSupportSLD(java.lang.String value)
Sets the value of the supportSLD property.
|
void |
setUserLayer(java.lang.String value)
Sets the value of the userLayer property.
|
void |
setUserStyle(java.lang.String value)
Sets the value of the userStyle property.
|
protected java.lang.String supportSLD
protected java.lang.String userLayer
protected java.lang.String userStyle
protected java.lang.String remoteWFS
public java.lang.String getSupportSLD()
Stringpublic void setSupportSLD(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserLayer()
Stringpublic void setUserLayer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserStyle()
Stringpublic void setUserStyle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRemoteWFS()
Stringpublic void setRemoteWFS(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.