| Package | Description |
|---|---|
| org.oasisOpen.docs.wsrf.bf2 | |
| org.oasisOpen.docs.wsrf.bf2.impl |
| Modifier and Type | Method and Description |
|---|---|
BaseFaultType.Description |
BaseFaultType.addNewDescription()
Appends and returns a new empty value (as xml) as the last "Description" element
|
BaseFaultType.Description[] |
BaseFaultType.getDescriptionArray()
Gets array of all "Description" elements
|
BaseFaultType.Description |
BaseFaultType.getDescriptionArray(int i)
Gets ith "Description" element
|
BaseFaultType.Description |
BaseFaultType.insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "Description" element
|
static BaseFaultType.Description |
BaseFaultType.Description.Factory.newInstance() |
static BaseFaultType.Description |
BaseFaultType.Description.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFaultType.setDescriptionArray(BaseFaultType.Description[] descriptionArray)
Sets array of all "Description" element
|
void |
BaseFaultType.setDescriptionArray(int i,
BaseFaultType.Description description)
Sets ith "Description" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseFaultTypeImpl.DescriptionImpl
An XML Description(@http://docs.oasis-open.org/wsrf/bf-2).
|
| Modifier and Type | Method and Description |
|---|---|
BaseFaultType.Description |
BaseFaultTypeImpl.addNewDescription()
Appends and returns a new empty value (as xml) as the last "Description" element
|
BaseFaultType.Description[] |
BaseFaultTypeImpl.getDescriptionArray()
Gets array of all "Description" elements
|
BaseFaultType.Description |
BaseFaultTypeImpl.getDescriptionArray(int i)
Gets ith "Description" element
|
BaseFaultType.Description |
BaseFaultTypeImpl.insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "Description" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFaultTypeImpl.setDescriptionArray(BaseFaultType.Description[] descriptionArray)
Sets array of all "Description" element
|
void |
BaseFaultTypeImpl.setDescriptionArray(int i,
BaseFaultType.Description description)
Sets ith "Description" element
|
Copyright © 2018 52north.org. All rights reserved.