|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Errors
public class Errors
A collection of errors that occurred during the processing of a message. Schema fragment(s) for this class:
<xs:complexType xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ErrorsType"> <xs:sequence> <xs:element type="ErrorType" name="Error" maxOccurs="99"> <!-- Reference to inner class _Error --> </xs:element> </xs:sequence> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
Errors._Error
An error that occurred during the processing of a message. |
Constructor Summary | |
---|---|
Errors()
|
Method Summary | |
---|---|
void |
addError(Errors._Error item)
Add a 'Error' element item. |
void |
clearErrors()
Remove all 'Error' element items. |
Errors._Error |
getError(int index)
Get 'Error' element item by position. |
java.util.List<Errors._Error> |
getErrors()
Get the list of 'Error' element items. |
void |
setErrors(java.util.List<Errors._Error> list)
Set the list of 'Error' element items. |
int |
sizeErrors()
Get the number of 'Error' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Errors()
Method Detail |
---|
public java.util.List<Errors._Error> getErrors()
public void setErrors(java.util.List<Errors._Error> list)
list
- public int sizeErrors()
public void addError(Errors._Error item)
item
- public Errors._Error getError(int index)
index
-
public void clearErrors()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |