public class StatusType extends Object implements Visitable
Java class for StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/wfs}SUCCESS"/>
<element ref="{http://www.opengis.net/wfs}FAILED"/>
<element ref="{http://www.opengis.net/wfs}PARTIAL"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EmptyType |
failed |
protected EmptyType |
partial |
protected EmptyType |
success |
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
EmptyType |
getFAILED()
Gets the value of the failed property.
|
EmptyType |
getPARTIAL()
Gets the value of the partial property.
|
EmptyType |
getSUCCESS()
Gets the value of the success property.
|
boolean |
isSetFAILED() |
boolean |
isSetPARTIAL() |
boolean |
isSetSUCCESS() |
void |
setFAILED(EmptyType value)
Sets the value of the failed property.
|
void |
setPARTIAL(EmptyType value)
Sets the value of the partial property.
|
void |
setSUCCESS(EmptyType value)
Sets the value of the success property.
|
protected EmptyType success
protected EmptyType failed
protected EmptyType partial
public EmptyType getSUCCESS()
EmptyTypepublic void setSUCCESS(EmptyType value)
value - allowed object is
EmptyTypepublic boolean isSetSUCCESS()
public EmptyType getFAILED()
EmptyTypepublic void setFAILED(EmptyType value)
value - allowed object is
EmptyTypepublic boolean isSetFAILED()
public EmptyType getPARTIAL()
EmptyTypepublic void setPARTIAL(EmptyType value)
value - allowed object is
EmptyTypepublic boolean isSetPARTIAL()
This work is licensed under a Creative Commons Attribution 4.0 International License.