net.opengis.gml
Class CodeType

java.lang.Object
  extended by net.opengis.gml.CodeType
Direct Known Subclasses:
DerivedCRSTypeType, PixelInCellType, VerticalDatumTypeType

public class CodeType
extends Object

Name or code with an (optional) authority. Text token. If the codeSpace attribute is present, then its value should identify a dictionary, thesaurus or authority for the term, such as the organisation who assigned the value, or the dictionary from which it is taken. A text string with an optional codeSpace attribute.

Classe Java pour CodeType complex type.

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

 <complexType name="CodeType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="codeSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String codeSpace
           
protected  String value
           
 
Constructor Summary
CodeType()
           
 
Method Summary
 String getCodeSpace()
          Obtient la valeur de la propriété codeSpace.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetCodeSpace()
           
 boolean isSetValue()
           
 void setCodeSpace(String value)
          Définit la valeur de la propriété codeSpace.
 void setValue(String value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

codeSpace

protected String codeSpace
Constructor Detail

CodeType

public CodeType()
Method Detail

getValue

public String getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getCodeSpace

public String getCodeSpace()
Obtient la valeur de la propriété codeSpace.

Returns:
possible object is String

setCodeSpace

public void setCodeSpace(String value)
Définit la valeur de la propriété codeSpace.

Parameters:
value - allowed object is String

isSetCodeSpace

public boolean isSetCodeSpace()


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