|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.CodeType
public class CodeType
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 |
|---|
protected String value
protected String codeSpace
| Constructor Detail |
|---|
public CodeType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getCodeSpace()
Stringpublic void setCodeSpace(String value)
value - allowed object is
Stringpublic boolean isSetCodeSpace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||