org.ota.misc
Class AuthorizationRS.Authorization.AuthorizationResult

java.lang.Object
  extended by org.ota.misc.AuthorizationRS.Authorization.AuthorizationResult
Enclosing class:
AuthorizationRS.Authorization

public static class AuthorizationRS.Authorization.AuthorizationResult
extends java.lang.Object

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

AuthorizationRS.Authorization.AuthorizationResult

public AuthorizationRS.Authorization.AuthorizationResult()
Method Detail

getAuthorizationCode

public java.lang.String getAuthorizationCode()
Get the 'AuthorizationCode' attribute value. The unique code returned by the authorizing party. This is returned for successful authorizations.

Returns:
value

setAuthorizationCode

public void setAuthorizationCode(java.lang.String authorizationCode)
Set the 'AuthorizationCode' attribute value. The unique code returned by the authorizing party. This is returned for successful authorizations.

Parameters:
authorizationCode -

getApprovalDateTime

public java.lang.String getApprovalDateTime()
Get the 'ApprovalDateTime' attribute value. The date and time that the approval was issued.

Returns:
value

setApprovalDateTime

public void setApprovalDateTime(java.lang.String approvalDateTime)
Set the 'ApprovalDateTime' attribute value. The date and time that the approval was issued.

Parameters:
approvalDateTime -

getResult

public AuthorizationRS.Authorization.AuthorizationResult.Result getResult()
Get the 'Result' attribute value. Information returned by the credit card vendor describing the results of the processing of the request.

Returns:
value

setResult

public void setResult(AuthorizationRS.Authorization.AuthorizationResult.Result result)
Set the 'Result' attribute value. Information returned by the credit card vendor describing the results of the processing of the request.

Parameters:
result -

getAddressResultCode

public java.lang.String getAddressResultCode()
Get the 'AddressResultCode' attribute value. The result of the address validation.

Returns:
value

setAddressResultCode

public void setAddressResultCode(java.lang.String addressResultCode)
Set the 'AddressResultCode' attribute value. The result of the address validation.

Parameters:
addressResultCode -

getCVCResult1

public AuthorizationRS.Authorization.AuthorizationResult.CVCResult getCVCResult1()
Get the 'CVC_Result' attribute value. A response from the validation of the Card Verification Code (CVC/CSC- Card Security Code or CVV/CVS Card Verification Value), a security feature for credit card transactions.

Returns:
value

setCVCResult1

public void setCVCResult1(AuthorizationRS.Authorization.AuthorizationResult.CVCResult CVCResult1)
Set the 'CVC_Result' attribute value. A response from the validation of the Card Verification Code (CVC/CSC- Card Security Code or CVV/CVS Card Verification Value), a security feature for credit card transactions.

Parameters:
CVCResult1 -

getDescription

public java.lang.String getDescription()
Get the 'Description' attribute value. Additional response information.

Returns:
value

setDescription

public void setDescription(java.lang.String description)
Set the 'Description' attribute value. Additional response information.

Parameters:
description -