|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.BankAcct
public class BankAcct
Customer bank accounts for payments, either for paper checks or electronic funds transfer. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BankAcctType"> <xs:sequence> <xs:element type="xs:string" name="BankAcctName" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:PrivacyGroup"/> <xs:attribute type="xs:string" use="optional" name="BankID"/> <xs:attribute type="xs:string" use="optional" name="AcctType"/> <xs:attribute type="xs:string" use="optional" name="BankAcctNumber"/> <xs:attribute type="xs:boolean" use="optional" name="ChecksAcceptedInd"/> </xs:complexType>
Constructor Summary | |
---|---|
BankAcct()
|
Method Summary | |
---|---|
java.lang.String |
getAcct()
Get the 'AcctType' attribute value. |
java.lang.String |
getBankAcctName()
Get the 'BankAcctName' element value. |
java.lang.String |
getBankAcctNumber()
Get the 'BankAcctNumber' attribute value. |
java.lang.String |
getBankID()
Get the 'BankID' attribute value. |
java.lang.Boolean |
getChecksAcceptedInd()
Get the 'ChecksAcceptedInd' attribute value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
void |
setAcct(java.lang.String acct)
Set the 'AcctType' attribute value. |
void |
setBankAcctName(java.lang.String bankAcctName)
Set the 'BankAcctName' element value. |
void |
setBankAcctNumber(java.lang.String bankAcctNumber)
Set the 'BankAcctNumber' attribute value. |
void |
setBankID(java.lang.String bankID)
Set the 'BankID' attribute value. |
void |
setChecksAcceptedInd(java.lang.Boolean checksAcceptedInd)
Set the 'ChecksAcceptedInd' attribute value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BankAcct()
Method Detail |
---|
public java.lang.String getBankAcctName()
public void setBankAcctName(java.lang.String bankAcctName)
bankAcctName
- public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup
- public java.lang.String getBankID()
public void setBankID(java.lang.String bankID)
bankID
- public java.lang.String getAcct()
public void setAcct(java.lang.String acct)
acct
- public java.lang.String getBankAcctNumber()
public void setBankAcctNumber(java.lang.String bankAcctNumber)
bankAcctNumber
- public java.lang.Boolean getChecksAcceptedInd()
public void setChecksAcceptedInd(java.lang.Boolean checksAcceptedInd)
checksAcceptedInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |