|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PaymentCard.SignatureOnFile
public static class PaymentCard.SignatureOnFile
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 |
|---|
public PaymentCard.SignatureOnFile()
| Method Detail |
|---|
public java.lang.Boolean getSignatureOnFileIndicator()
public void setSignatureOnFileIndicator(java.lang.Boolean signatureOnFileIndicator)
signatureOnFileIndicator - public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||