Package com.pensio.api.generated
Class ObjectFactory
java.lang.Object
com.pensio.api.generated.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-10-20T16:48:32+05:00")
public class ObjectFactory
extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.pensio.api.generated package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.pensio.api.generated -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAccountCreate an instance ofAccountsCreate an instance ofActionCreate an instance ofActionsCreate an instance ofAmountWithCurrencyCreate an instance ofAPIResponsejakarta.xml.bind.JAXBElement<APIResponse>createAPIResponse(APIResponse value) Create an instance ofAuthenticationCreate an instance ofBodyCreate an instance ofCardInformationCreate an instance ofChargebackEventCreate an instance ofChargebackEventsCreate an instance ofCountryOfOriginCreate an instance ofCredentialsCreate an instance ofCreditCardExpiryCreate an instance ofCurrenciesCreate an instance ofCustomerInfoCreate an instance ofCustomerInfoAddressCreate an instance ofFieldCreate an instance ofFlagsCreate an instance ofFundingCreate an instance ofFundingsCreate an instance ofGiftCardCreate an instance ofHeaderCreate an instance ofInvoiceAddressCreate an instance ofInvoiceOrderInfoCreate an instance ofMerchantShopCreate an instance ofMethodConfigCreate an instance ofMethodConfigurationsCreate an instance ofMethodsCreate an instance ofNaturesCreate an instance ofPaymentInfoCreate an instance ofPaymentInfosCreate an instance ofPaymentMethodCreate an instance ofPaymentNatureServiceCreate an instance ofPrimaryMethodCreate an instance ofProductsCreate an instance ofReconciliationIdentifierCreate an instance ofReconciliationIdentifiersCreate an instance ofRedirectResponseCreate an instance ofRedirectResponseDataCreate an instance ofRedirectResponseDataItemCreate an instance ofResultFilterCreate an instance ofShopsCreate an instance ofSupportedAgreementTypesCreate an instance ofSupportedPrimaryPaymentAuthTypesCreate an instance ofTerminalCreate an instance ofTerminalsCreate an instance ofTransactionCreate an instance ofTransactionsCreate an instance ofTranslationCreate an instance ofTranslationsCreate an instance ofUser
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.pensio.api.generated
-
-
Method Details
-
createAPIResponse
Create an instance ofAPIResponse -
createHeader
Create an instance ofHeader -
createBody
Create an instance ofBody -
createActions
Create an instance ofActions -
createAction
Create an instance ofAction -
createResultFilter
Create an instance ofResultFilter -
createTransactions
Create an instance ofTransactions -
createTerminals
Create an instance ofTerminals -
createTerminal
Create an instance ofTerminal -
createUser
Create an instance ofUser -
createCredentials
Create an instance ofCredentials -
createFlags
Create an instance ofFlags -
createMerchantShop
Create an instance ofMerchantShop -
createCurrencies
Create an instance ofCurrencies -
createMethods
Create an instance ofMethods -
createMethodConfigurations
Create an instance ofMethodConfigurations -
createMethodConfig
Create an instance ofMethodConfig -
createNatures
Create an instance ofNatures -
createProducts
Create an instance ofProducts -
createSupportedAgreementTypes
Create an instance ofSupportedAgreementTypes -
createSupportedPrimaryPaymentAuthTypes
Create an instance ofSupportedPrimaryPaymentAuthTypes -
createPrimaryMethod
Create an instance ofPrimaryMethod -
createFundings
Create an instance ofFundings -
createRedirectResponse
Create an instance ofRedirectResponse -
createRedirectResponseData
Create an instance ofRedirectResponseData -
createRedirectResponseDataItem
Create an instance ofRedirectResponseDataItem -
createGiftCard
Create an instance ofGiftCard -
createFunding
Create an instance ofFunding -
createAccounts
Create an instance ofAccounts -
createAccount
Create an instance ofAccount -
createShops
Create an instance ofShops -
createChargebackEvent
Create an instance ofChargebackEvent -
createChargebackEvents
Create an instance ofChargebackEvents -
createTransaction
Create an instance ofTransaction -
createAuthentication
Create an instance ofAuthentication -
createPaymentNatureService
Create an instance ofPaymentNatureService -
createPaymentInfos
Create an instance ofPaymentInfos -
createPaymentInfo
Create an instance ofPaymentInfo -
createCustomerInfo
Create an instance ofCustomerInfo -
createCountryOfOrigin
Create an instance ofCountryOfOrigin -
createReconciliationIdentifiers
Create an instance ofReconciliationIdentifiers -
createReconciliationIdentifier
Create an instance ofReconciliationIdentifier -
createAmountWithCurrency
Create an instance ofAmountWithCurrency -
createCreditCardExpiry
Create an instance ofCreditCardExpiry -
createCardInformation
Create an instance ofCardInformation -
createCustomerInfoAddress
Create an instance ofCustomerInfoAddress -
createInvoiceOrderInfo
Create an instance ofInvoiceOrderInfo -
createInvoiceAddress
Create an instance ofInvoiceAddress -
createPaymentMethod
Create an instance ofPaymentMethod -
createTranslations
Create an instance ofTranslations -
createTranslation
Create an instance ofTranslation -
createField
Create an instance ofField -
createAPIResponse
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<APIResponse>
-