public class Sld extends Object implements Serializable
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">
<sequence>
<element ref="{http://www.geojsf.org}sldTemplate"/>
<element ref="{http://www.geojsf.org}sldRule" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected List<SldRule> |
sldRule |
protected SldTemplate |
sldTemplate |
| Constructor and Description |
|---|
Sld() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
List<SldRule> |
getSldRule()
Gets the value of the sldRule property.
|
SldTemplate |
getSldTemplate()
Gets the value of the sldTemplate property.
|
boolean |
isSetId() |
boolean |
isSetSldRule() |
boolean |
isSetSldTemplate() |
void |
setId(long value)
Sets the value of the id property.
|
void |
setSldTemplate(SldTemplate value)
Sets the value of the sldTemplate property.
|
void |
unsetId() |
void |
unsetSldRule() |
protected SldTemplate sldTemplate
protected Long id
public SldTemplate getSldTemplate()
SldTemplatepublic void setSldTemplate(SldTemplate value)
value - allowed object is
SldTemplatepublic boolean isSetSldTemplate()
public List<SldRule> getSldRule()
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 sldRule property.
For example, to add a new item, do as follows:
getSldRule().add(newItem);
Objects of the following type(s) are allowed in the list
SldRule
public boolean isSetSldRule()
public void unsetSldRule()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
Copyright © 2016. All rights reserved.