Package org.cxml
Class PaymentProviderInformation
java.lang.Object
org.cxml.PaymentProviderInformation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected List<PaymentMethod>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the extrinsic property.Gets the value of the paymentMethod property.Gets the value of the paymentProviderID property.voidsetDescription(Description value) Sets the value of the description property.voidsetPaymentProviderID(String value) Sets the value of the paymentProviderID property.
-
Field Details
-
paymentProviderID
-
description
-
paymentMethod
-
extrinsic
-
-
Constructor Details
-
PaymentProviderInformation
public PaymentProviderInformation()
-
-
Method Details
-
getPaymentProviderID
Gets the value of the paymentProviderID property.- Returns:
- possible object is
String
-
setPaymentProviderID
Sets the value of the paymentProviderID property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getPaymentMethod
Gets the value of the paymentMethod 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 paymentMethod property.For example, to add a new item, do as follows:
getPaymentMethod().add(newItem);Objects of the following type(s) are allowed in the list
PaymentMethod -
getExtrinsic
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-