|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.AuthorizationRS.Authorization.AuthorizationResult
public static class AuthorizationRS.Authorization.AuthorizationResult
Result information from the authorization process. 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" name="AuthorizationResult" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="AuthorizationCode"/> <xs:attribute type="xs:string" use="optional" name="ApprovalDateTime"/> <xs:attribute use="optional" name="Result"> <xs:simpleType> <!-- Reference to inner class Result --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="AddressResultCode"/> <xs:attribute use="optional" name="CVC_Result"> <xs:simpleType> <!-- Reference to inner class CVCResult --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="Description"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AuthorizationRS.Authorization.AuthorizationResult.CVCResult
Schema fragment(s) for this class: |
static class |
AuthorizationRS.Authorization.AuthorizationResult.Result
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
AuthorizationRS.Authorization.AuthorizationResult()
|
Method Summary | |
---|---|
java.lang.String |
getAddressResultCode()
Get the 'AddressResultCode' attribute value. |
java.lang.String |
getApprovalDateTime()
Get the 'ApprovalDateTime' attribute value. |
java.lang.String |
getAuthorizationCode()
Get the 'AuthorizationCode' attribute value. |
AuthorizationRS.Authorization.AuthorizationResult.CVCResult |
getCVCResult1()
Get the 'CVC_Result' attribute value. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
AuthorizationRS.Authorization.AuthorizationResult.Result |
getResult()
Get the 'Result' attribute value. |
void |
setAddressResultCode(java.lang.String addressResultCode)
Set the 'AddressResultCode' attribute value. |
void |
setApprovalDateTime(java.lang.String approvalDateTime)
Set the 'ApprovalDateTime' attribute value. |
void |
setAuthorizationCode(java.lang.String authorizationCode)
Set the 'AuthorizationCode' attribute value. |
void |
setCVCResult1(AuthorizationRS.Authorization.AuthorizationResult.CVCResult CVCResult1)
Set the 'CVC_Result' attribute value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setResult(AuthorizationRS.Authorization.AuthorizationResult.Result result)
Set the 'Result' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorizationRS.Authorization.AuthorizationResult()
Method Detail |
---|
public java.lang.String getAuthorizationCode()
public void setAuthorizationCode(java.lang.String authorizationCode)
authorizationCode
- public java.lang.String getApprovalDateTime()
public void setApprovalDateTime(java.lang.String approvalDateTime)
approvalDateTime
- public AuthorizationRS.Authorization.AuthorizationResult.Result getResult()
public void setResult(AuthorizationRS.Authorization.AuthorizationResult.Result result)
result
- public java.lang.String getAddressResultCode()
public void setAddressResultCode(java.lang.String addressResultCode)
addressResultCode
- public AuthorizationRS.Authorization.AuthorizationResult.CVCResult getCVCResult1()
public void setCVCResult1(AuthorizationRS.Authorization.AuthorizationResult.CVCResult CVCResult1)
CVCResult1
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |