net.opengis.sld._1_2
Class TypeNameType

java.lang.Object
  extended by net.opengis.sld._1_2.TypeNameType

public class TypeNameType
extends Object

Classe Java pour TypeNameType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="TypeNameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <element ref="{http://www.opengis.net/se/2.0/core}DataTypeName"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  QName dataTypeName
           
 
Constructor Summary
TypeNameType()
           
 
Method Summary
 QName getDataTypeName()
          Obtient la valeur de la propriété dataTypeName.
 boolean isSetDataTypeName()
           
 void setDataTypeName(QName value)
          Définit la valeur de la propriété dataTypeName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataTypeName

protected QName dataTypeName
Constructor Detail

TypeNameType

public TypeNameType()
Method Detail

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()


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