| Package | Description |
|---|---|
| ogc.schema.opengis | |
| ogc.schema.opengis.wfs.v_1_0_0 |
| Modifier and Type | Method and Description |
|---|---|
void |
DepthFirstTraverserImpl.traverse(EmptyType aBean,
Visitor aVisitor) |
void |
Traverser.traverse(EmptyType aBean,
Visitor aVisitor) |
void |
BaseVisitor.visit(EmptyType aBean) |
void |
TraversingVisitor.visit(EmptyType aBean) |
void |
Visitor.visit(EmptyType aBean) |
| Modifier and Type | Field and Description |
|---|---|
protected EmptyType |
StatusType.failed |
protected EmptyType |
StatusType.partial |
protected EmptyType |
StatusType.success |
| Modifier and Type | Method and Description |
|---|---|
EmptyType |
ObjectFactory.createEmptyType()
Create an instance of
EmptyType |
EmptyType |
StatusType.getFAILED()
Gets the value of the failed property.
|
EmptyType |
StatusType.getPARTIAL()
Gets the value of the partial property.
|
EmptyType |
StatusType.getSUCCESS()
Gets the value of the success property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<EmptyType> |
ObjectFactory.createFAILED(EmptyType value)
|
JAXBElement<EmptyType> |
ObjectFactory.createPARTIAL(EmptyType value)
|
JAXBElement<EmptyType> |
ObjectFactory.createSUCCESS(EmptyType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<EmptyType> |
ObjectFactory.createFAILED(EmptyType value)
|
JAXBElement<EmptyType> |
ObjectFactory.createPARTIAL(EmptyType value)
|
JAXBElement<EmptyType> |
ObjectFactory.createSUCCESS(EmptyType value)
|
void |
StatusType.setFAILED(EmptyType value)
Sets the value of the failed property.
|
void |
StatusType.setPARTIAL(EmptyType value)
Sets the value of the partial property.
|
void |
StatusType.setSUCCESS(EmptyType value)
Sets the value of the success property.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.