com.intuit.qbmsconnector.jaxb.msgset.qbmsxml
Class BusinessPaymentInfo

java.lang.Object
  extended by com.intuit.qbmsconnector.jaxb.msgset.qbmsxml.BusinessPaymentInfo

public class BusinessPaymentInfo
extends Object

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

businessDebitAccountType

protected String businessDebitAccountType

payorFirstName

protected String payorFirstName

payorLastName

protected String payorLastName
Constructor Detail

BusinessPaymentInfo

public BusinessPaymentInfo()
Method Detail

getBusinessDebitAccountType

public String getBusinessDebitAccountType()
Gets the value of the businessDebitAccountType property.

Returns:
possible object is String

setBusinessDebitAccountType

public void setBusinessDebitAccountType(String value)
Sets the value of the businessDebitAccountType property.

Parameters:
value - allowed object is String

getPayorFirstName

public String getPayorFirstName()
Gets the value of the payorFirstName property.

Returns:
possible object is String

setPayorFirstName

public void setPayorFirstName(String value)
Sets the value of the payorFirstName property.

Parameters:
value - allowed object is String

getPayorLastName

public String getPayorLastName()
Gets the value of the payorLastName property.

Returns:
possible object is String

setPayorLastName

public void setPayorLastName(String value)
Sets the value of the payorLastName property.

Parameters:
value - allowed object is String


Copyright © 2006-2010 Intuit Inc. All Rights Reserved.