Package org.cxml

Class PaymentPartner

java.lang.Object
org.cxml.PaymentPartner

public class PaymentPartner extends Object
  • Field Details

    • contact

      protected Contact contact
    • idReference

      protected List<IdReference> idReference
    • pCard

      protected PCard pCard
    • natureOfBusiness

      protected String natureOfBusiness
    • incorporationType

      protected String incorporationType
    • accountCurrency

      protected AccountCurrency accountCurrency
  • Constructor Details

    • PaymentPartner

      public PaymentPartner()
  • Method Details

    • getContact

      public Contact getContact()
      Gets the value of the contact property.
      Returns:
      possible object is Contact
    • setContact

      public void setContact(Contact value)
      Sets the value of the contact property.
      Parameters:
      value - allowed object is Contact
    • getIdReference

      public List<IdReference> getIdReference()
      Gets the value of the idReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the idReference property.

      For example, to add a new item, do as follows:

          getIdReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list IdReference

    • getPCard

      public PCard getPCard()
      Gets the value of the pCard property.
      Returns:
      possible object is PCard
    • setPCard

      public void setPCard(PCard value)
      Sets the value of the pCard property.
      Parameters:
      value - allowed object is PCard
    • getNatureOfBusiness

      public String getNatureOfBusiness()
      Gets the value of the natureOfBusiness property.
      Returns:
      possible object is String
    • setNatureOfBusiness

      public void setNatureOfBusiness(String value)
      Sets the value of the natureOfBusiness property.
      Parameters:
      value - allowed object is String
    • getIncorporationType

      public String getIncorporationType()
      Gets the value of the incorporationType property.
      Returns:
      possible object is String
    • setIncorporationType

      public void setIncorporationType(String value)
      Sets the value of the incorporationType property.
      Parameters:
      value - allowed object is String
    • getAccountCurrency

      public AccountCurrency getAccountCurrency()
      Gets the value of the accountCurrency property.
      Returns:
      possible object is AccountCurrency
    • setAccountCurrency

      public void setAccountCurrency(AccountCurrency value)
      Sets the value of the accountCurrency property.
      Parameters:
      value - allowed object is AccountCurrency