| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.ErrorWarningAttributeGroup
public class ErrorWarningAttributeGroup
Used to identify an application error by either text, code, or by an online description and also to give the status, tag, and/or identification of the record that may have caused the error. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ErrorWarningAttributeGroup"> <xs:attribute type="xs:string" use="optional" name="ShortText"/> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attribute type="xs:string" use="optional" name="DocURL"/> <xs:attribute type="xs:string" use="optional" name="Status"/> <xs:attribute type="xs:string" use="optional" name="Tag"/> <xs:attribute type="xs:string" use="optional" name="RecordID"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
ErrorWarningAttributeGroup()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getCode()
Get the 'Code' attribute value.  | 
 java.lang.String | 
getDocURL()
Get the 'DocURL' attribute value.  | 
 java.lang.String | 
getRecordID()
Get the 'RecordID' attribute value.  | 
 java.lang.String | 
getShortText()
Get the 'ShortText' attribute value.  | 
 java.lang.String | 
getStatus()
Get the 'Status' attribute value.  | 
 java.lang.String | 
getTag()
Get the 'Tag' attribute value.  | 
 void | 
setCode(java.lang.String code)
Set the 'Code' attribute value.  | 
 void | 
setDocURL(java.lang.String docURL)
Set the 'DocURL' attribute value.  | 
 void | 
setRecordID(java.lang.String recordID)
Set the 'RecordID' attribute value.  | 
 void | 
setShortText(java.lang.String shortText)
Set the 'ShortText' attribute value.  | 
 void | 
setStatus(java.lang.String status)
Set the 'Status' attribute value.  | 
 void | 
setTag(java.lang.String tag)
Set the 'Tag' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ErrorWarningAttributeGroup()
| Method Detail | 
|---|
public java.lang.String getShortText()
public void setShortText(java.lang.String shortText)
shortText - public java.lang.String getCode()
public void setCode(java.lang.String code)
code - public java.lang.String getDocURL()
public void setDocURL(java.lang.String docURL)
docURL - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - public java.lang.String getTag()
public void setTag(java.lang.String tag)
tag - public java.lang.String getRecordID()
public void setRecordID(java.lang.String recordID)
recordID - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||