|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.FormatType
public class FormatType
Classe Java pour FormatType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="FormatType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="current" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
current
|
protected String |
value
|
| Constructor Summary | |
|---|---|
FormatType()
|
|
| Method Summary | |
|---|---|
String |
getValue()
Obtient la valeur de la propriété value. |
boolean |
isCurrent()
Obtient la valeur de la propriété current. |
boolean |
isSetCurrent()
|
boolean |
isSetValue()
|
void |
setCurrent(boolean value)
Définit la valeur de la propriété current. |
void |
setValue(String value)
Définit la valeur de la propriété value. |
void |
unsetCurrent()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected Boolean current
| Constructor Detail |
|---|
public FormatType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public boolean isCurrent()
Booleanpublic void setCurrent(boolean value)
value - allowed object is
Booleanpublic boolean isSetCurrent()
public void unsetCurrent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||