Package org.cxml
Class PaymentPartner
java.lang.Object
org.cxml.PaymentPartner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccountCurrencyprotected Contactprotected List<IdReference>protected Stringprotected Stringprotected PCard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountCurrency property.Gets the value of the contact property.Gets the value of the idReference property.Gets the value of the incorporationType property.Gets the value of the natureOfBusiness property.getPCard()Gets the value of the pCard property.voidSets the value of the accountCurrency property.voidsetContact(Contact value) Sets the value of the contact property.voidsetIncorporationType(String value) Sets the value of the incorporationType property.voidsetNatureOfBusiness(String value) Sets the value of the natureOfBusiness property.voidSets the value of the pCard property.
-
Field Details
-
contact
-
idReference
-
pCard
-
natureOfBusiness
-
incorporationType
-
accountCurrency
-
-
Constructor Details
-
PaymentPartner
public PaymentPartner()
-
-
Method Details
-
getContact
Gets the value of the contact property.- Returns:
- possible object is
Contact
-
setContact
Sets the value of the contact property.- Parameters:
value- allowed object isContact
-
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
setmethod 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
Gets the value of the pCard property.- Returns:
- possible object is
PCard
-
setPCard
Sets the value of the pCard property.- Parameters:
value- allowed object isPCard
-
getNatureOfBusiness
Gets the value of the natureOfBusiness property.- Returns:
- possible object is
String
-
setNatureOfBusiness
Sets the value of the natureOfBusiness property.- Parameters:
value- allowed object isString
-
getIncorporationType
Gets the value of the incorporationType property.- Returns:
- possible object is
String
-
setIncorporationType
Sets the value of the incorporationType property.- Parameters:
value- allowed object isString
-
getAccountCurrency
Gets the value of the accountCurrency property.- Returns:
- possible object is
AccountCurrency
-
setAccountCurrency
Sets the value of the accountCurrency property.- Parameters:
value- allowed object isAccountCurrency
-