Class ObjectFactory
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the software.xdev.bzst.dip.client.xmldocument.model.cesop 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: software.xdev.bzst.dip.client.xmldocument.model.cesop -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAccountIdentifierTypeCreate an instance ofAddressFixTypeCreate an instance ofAddressTypeCreate an instance ofAmountTypeCreate an instance ofCESOPCreate an instance ofDocSpecTypeCreate an instance ofMessageSpecTypeCreate an instance ofNameTypeCreate an instance ofPayerMSTypeCreate an instance ofPaymentDataBodyTypeCreate an instance ofPaymentMethodTypeCreate an instance ofPSPIdTypeCreate an instance ofPSPRoleTypeCreate an instance ofPSPTypeCreate an instance ofReportedPayeeTypeCreate an instance ofReportedTransactionTypeCreate an instance ofReportingPeriodTypeCreate an instance ofRepresentativeTypeCreate an instance ofTAXIdentifierTypeCreate an instance ofTAXIdTypeCreate an instance ofTransactionDateTypeCreate an instance ofValidationErrorTypeCreate an instance ofValidationResultTypeCreate an instance ofVATIdType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: software.xdev.bzst.dip.client.xmldocument.model.cesop
-
-
Method Details
-
createCESOP
Create an instance ofCESOP -
createMessageSpecType
Create an instance ofMessageSpecType -
createPaymentDataBodyType
Create an instance ofPaymentDataBodyType -
createValidationResultType
Create an instance ofValidationResultType -
createPSPType
Create an instance ofPSPType -
createRepresentativeType
Create an instance ofRepresentativeType -
createReportedPayeeType
Create an instance ofReportedPayeeType -
createReportedTransactionType
Create an instance ofReportedTransactionType -
createReportingPeriodType
Create an instance ofReportingPeriodType -
createPSPIdType
Create an instance ofPSPIdType -
createPayerMSType
Create an instance ofPayerMSType -
createAccountIdentifierType
Create an instance ofAccountIdentifierType -
createTAXIdentifierType
Create an instance ofTAXIdentifierType -
createValidationErrorType
Create an instance ofValidationErrorType -
createAddressType
Create an instance ofAddressType -
createAddressFixType
Create an instance ofAddressFixType -
createAmountType
Create an instance ofAmountType -
createDocSpecType
Create an instance ofDocSpecType -
createNameType
Create an instance ofNameType -
createPaymentMethodType
Create an instance ofPaymentMethodType -
createPSPRoleType
Create an instance ofPSPRoleType -
createTAXIdType
Create an instance ofTAXIdType -
createTransactionDateType
Create an instance ofTransactionDateType -
createVATIdType
Create an instance ofVATIdType
-