|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intuit.qbmsconnector.jaxb.msgset.qbmsxml.BusinessPaymentInfo
public class BusinessPaymentInfo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}BusinessDebitAccountType"/>
<element name="PayorFirstName" minOccurs="0">
<simpleType>
<restriction base="{}STRTYPE">
<maxLength value="32"/>
</restriction>
</simpleType>
</element>
<element name="PayorLastName" minOccurs="0">
<simpleType>
<restriction base="{}STRTYPE">
<maxLength value="32"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
businessDebitAccountType
|
protected String |
payorFirstName
|
protected String |
payorLastName
|
| Constructor Summary | |
|---|---|
BusinessPaymentInfo()
|
|
| Method Summary | |
|---|---|
String |
getBusinessDebitAccountType()
Gets the value of the businessDebitAccountType property. |
String |
getPayorFirstName()
Gets the value of the payorFirstName property. |
String |
getPayorLastName()
Gets the value of the payorLastName property. |
void |
setBusinessDebitAccountType(String value)
Sets the value of the businessDebitAccountType property. |
void |
setPayorFirstName(String value)
Sets the value of the payorFirstName property. |
void |
setPayorLastName(String value)
Sets the value of the payorLastName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String businessDebitAccountType
protected String payorFirstName
protected String payorLastName
| Constructor Detail |
|---|
public BusinessPaymentInfo()
| Method Detail |
|---|
public String getBusinessDebitAccountType()
Stringpublic void setBusinessDebitAccountType(String value)
value - allowed object is
Stringpublic String getPayorFirstName()
Stringpublic void setPayorFirstName(String value)
value - allowed object is
Stringpublic String getPayorLastName()
Stringpublic void setPayorLastName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||