|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Errors._Error
public static class Errors._Error
An error that occurred during the processing of a message. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:ErrorType" name="Error" maxOccurs="99"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ErrorType"> <xs:simpleContent> <xs:extension base="ns:FreeTextType"> <xs:attribute type="xs:string" use="required" name="Type"/> <xs:attributeGroup ref="ns:ErrorWarningAttributeGroup"/> <xs:attribute type="xs:string" name="NodeList"/> </xs:extension> </xs:simpleContent> </xs:complexType>
Constructor Summary | |
---|---|
Errors._Error()
|
Method Summary | |
---|---|
ErrorWarningAttributeGroup |
getErrorWarningAttributeGroup()
Get the 'ErrorWarningAttributeGroup' attributeGroup value. |
FreeText |
getFreeText()
Get the extension value. |
java.lang.String |
getNodeList()
Get the 'NodeList' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setErrorWarningAttributeGroup(ErrorWarningAttributeGroup errorWarningAttributeGroup)
Set the 'ErrorWarningAttributeGroup' attributeGroup value. |
void |
setFreeText(FreeText freeText)
Set the extension value. |
void |
setNodeList(java.lang.String nodeList)
Set the 'NodeList' attribute value. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Errors._Error()
Method Detail |
---|
public FreeText getFreeText()
public void setFreeText(FreeText freeText)
freeText
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public ErrorWarningAttributeGroup getErrorWarningAttributeGroup()
public void setErrorWarningAttributeGroup(ErrorWarningAttributeGroup errorWarningAttributeGroup)
errorWarningAttributeGroup
- public java.lang.String getNodeList()
public void setNodeList(java.lang.String nodeList)
nodeList
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |