|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.LanguageStringType
public class LanguageStringType
Text string with the language of the string identified as recommended in the XML 1.0 W3C Recommendation, section 2.12.
Classe Java pour LanguageStringType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LanguageStringType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
lang
|
protected String |
value
|
| Constructor Summary | |
|---|---|
LanguageStringType()
|
|
| Method Summary | |
|---|---|
String |
getLang()
Obtient la valeur de la propriété lang. |
String |
getValue()
Obtient la valeur de la propriété value. |
boolean |
isSetLang()
|
boolean |
isSetValue()
|
void |
setLang(String value)
Définit la valeur de la propriété lang. |
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 lang
| Constructor Detail |
|---|
public LanguageStringType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||