net.opengis.se._2_0.core
Class StyleType

java.lang.Object
  extended by net.opengis.se._2_0.core.AbstractStyleType
      extended by net.opengis.se._2_0.core.StyleType

public class StyleType
extends AbstractStyleType

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

name

protected String name

description

protected DescriptionType description

dataTypeName

protected QName dataTypeName

semanticTypeIdentifier

protected List<String> semanticTypeIdentifier

rule

protected List<RuleType> rule

version

protected VersionType version
Constructor Detail

StyleType

public StyleType()
Method Detail

getName

public String getName()
Obtient la valeur de la propriété name.

Returns:
possible object is String

setName

public void setName(String value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getDescription

public DescriptionType getDescription()
Obtient la valeur de la propriété description.

Returns:
possible object is DescriptionType

setDescription

public void setDescription(DescriptionType value)
Définit la valeur de la propriété description.

Parameters:
value - allowed object is DescriptionType

isSetDescription

public boolean isSetDescription()

getDataTypeName

public QName getDataTypeName()
Obtient la valeur de la propriété dataTypeName.

Returns:
possible object is QName

setDataTypeName

public void setDataTypeName(QName value)
Définit la valeur de la propriété dataTypeName.

Parameters:
value - allowed object is QName

isSetDataTypeName

public boolean isSetDataTypeName()

getSemanticTypeIdentifier

public List<String> getSemanticTypeIdentifier()
Gets the value of the semanticTypeIdentifier property.

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


isSetSemanticTypeIdentifier

public boolean isSetSemanticTypeIdentifier()

unsetSemanticTypeIdentifier

public void unsetSemanticTypeIdentifier()

getRule

public List<RuleType> getRule()
Gets the value of the rule property.

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


isSetRule

public boolean isSetRule()

unsetRule

public void unsetRule()

getVersion

public VersionType getVersion()
Obtient la valeur de la propriété version.

Returns:
possible object is VersionType

setVersion

public void setVersion(VersionType value)
Définit la valeur de la propriété version.

Parameters:
value - allowed object is VersionType

isSetVersion

public boolean isSetVersion()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.