|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.AbstractStyleType
net.opengis.se._2_0.core.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>
<extension base="{http://www.opengis.net/se/2.0/core}AbstractStyleType">
<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/se/2.0/core}DataTypeName" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}SemanticTypeIdentifier" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Rule" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" type="{http://www.opengis.net/se/2.0/core}VersionType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QName |
dataTypeName
|
protected DescriptionType |
description
|
protected String |
name
|
protected List<RuleType> |
rule
|
protected List<String> |
semanticTypeIdentifier
|
protected VersionType |
version
|
| Constructor Summary | |
|---|---|
StyleType()
|
|
| Method Summary | |
|---|---|
QName |
getDataTypeName()
Obtient la valeur de la propriété dataTypeName. |
DescriptionType |
getDescription()
Obtient la valeur de la propriété description. |
String |
getName()
Obtient la valeur de la propriété name. |
List<RuleType> |
getRule()
Gets the value of the rule property. |
List<String> |
getSemanticTypeIdentifier()
Gets the value of the semanticTypeIdentifier property. |
VersionType |
getVersion()
Obtient la valeur de la propriété version. |
boolean |
isSetDataTypeName()
|
boolean |
isSetDescription()
|
boolean |
isSetName()
|
boolean |
isSetRule()
|
boolean |
isSetSemanticTypeIdentifier()
|
boolean |
isSetVersion()
|
void |
setDataTypeName(QName value)
Définit la valeur de la propriété dataTypeName. |
void |
setDescription(DescriptionType value)
Définit la valeur de la propriété description. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
setVersion(VersionType value)
Définit la valeur de la propriété version. |
void |
unsetRule()
|
void |
unsetSemanticTypeIdentifier()
|
| 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 QName dataTypeName
protected List<String> semanticTypeIdentifier
protected List<RuleType> rule
protected VersionType version
| Constructor Detail |
|---|
public StyleType()
| 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 QName getDataTypeName()
QNamepublic void setDataTypeName(QName value)
value - allowed object is
QNamepublic boolean isSetDataTypeName()
public List<String> getSemanticTypeIdentifier()
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 semanticTypeIdentifier property.
For example, to add a new item, do as follows:
getSemanticTypeIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetSemanticTypeIdentifier()
public void unsetSemanticTypeIdentifier()
public List<RuleType> getRule()
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 rule property.
For example, to add a new item, do as follows:
getRule().add(newItem);
Objects of the following type(s) are allowed in the list
RuleType
public boolean isSetRule()
public void unsetRule()
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic boolean isSetVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||