|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.sld._1_2.UserStyleElement
public class UserStyleElement
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Name" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Description" minOccurs="0"/>
<element ref="{http://www.opengis.net/sld/1.2}IsDefault" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}AbstractStyle" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractStyleType>> |
abstractStyle
|
protected DescriptionType |
description
|
protected Boolean |
isDefault
|
protected String |
name
|
| Constructor Summary | |
|---|---|
UserStyleElement()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends AbstractStyleType>> |
getAbstractStyle()
Gets the value of the abstractStyle property. |
DescriptionType |
getDescription()
Obtient la valeur de la propriété description. |
String |
getName()
Obtient la valeur de la propriété name. |
Boolean |
isIsDefault()
Obtient la valeur de la propriété isDefault. |
boolean |
isSetAbstractStyle()
|
boolean |
isSetDescription()
|
boolean |
isSetIsDefault()
|
boolean |
isSetName()
|
void |
setDescription(DescriptionType value)
Définit la valeur de la propriété description. |
void |
setIsDefault(Boolean value)
Définit la valeur de la propriété isDefault. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
unsetAbstractStyle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected DescriptionType description
protected Boolean isDefault
protected List<JAXBElement<? extends AbstractStyleType>> abstractStyle
| Constructor Detail |
|---|
public UserStyleElement()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic boolean isSetDescription()
public Boolean isIsDefault()
Booleanpublic void setIsDefault(Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsDefault()
public List<JAXBElement<? extends AbstractStyleType>> getAbstractStyle()
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 abstractStyle property.
For example, to add a new item, do as follows:
getAbstractStyle().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<StyleReferenceType>
JAXBElement<AbstractStyleType>
JAXBElement<StyleType>
public boolean isSetAbstractStyle()
public void unsetAbstractStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||