org.ota.shared
Class PaymentCard.SignatureOnFile

java.lang.Object
  extended by org.ota.shared.PaymentCard.SignatureOnFile
Enclosing class:
PaymentCard

public static class PaymentCard.SignatureOnFile
extends java.lang.Object

Indicates if the signature is authorized as a form of guarantee. In some countries, the customer can sign the payment card slip as a form of guarantee. 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="SignatureOnFile" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="SignatureOnFileIndicator"/>
     <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PaymentCard.SignatureOnFile()
           
 
Method Summary
 EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
          Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value.
 java.lang.Boolean getSignatureOnFileIndicator()
          Get the 'SignatureOnFileIndicator' attribute value.
 void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
          Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value.
 void setSignatureOnFileIndicator(java.lang.Boolean signatureOnFileIndicator)
          Set the 'SignatureOnFileIndicator' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentCard.SignatureOnFile

public PaymentCard.SignatureOnFile()
Method Detail

getSignatureOnFileIndicator

public java.lang.Boolean getSignatureOnFileIndicator()
Get the 'SignatureOnFileIndicator' attribute value. When true, indicates a signature has been obtained.

Returns:
value

setSignatureOnFileIndicator

public void setSignatureOnFileIndicator(java.lang.Boolean signatureOnFileIndicator)
Set the 'SignatureOnFileIndicator' attribute value. When true, indicates a signature has been obtained.

Parameters:
signatureOnFileIndicator -

getEffectiveExpireOptionalDateGroup

public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. Provides the date range for which the signature is accepted for a guarantee.

Returns:
value

setEffectiveExpireOptionalDateGroup

public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. Provides the date range for which the signature is accepted for a guarantee.

Parameters:
effectiveExpireOptionalDateGroup -