Class ReportableSellerCreator
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.ReportableSellerCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NamePersonTypecreateNamePerson(String firstName, String lastName) createReportableSeller(CountryCodeType resCountryCode, TINType tin, String in, String vat, String firstName, String lastName, String birthDate, OECDLegalAddressTypeEnumType legalAddressTypeEnumType, AddressFixType addressFixType, NumberOfActivitiesType numberOfActivitiesType, ConsiderationType considerationType, FeesType feesType, TaxesType taxesType, String permanentEstablishments, String docRefUUID) static booleanisNULLAsString(String checkNULLString) In the CSV file, fields with no value have 'NULL' as a string.
-
Field Details
-
NULL_STRING
- See Also:
-
-
Constructor Details
-
ReportableSellerCreator
-
-
Method Details
-
createReportableSeller
public CorrectableReportableSellerType createReportableSeller(CountryCodeType resCountryCode, TINType tin, String in, String vat, String firstName, String lastName, String birthDate, OECDLegalAddressTypeEnumType legalAddressTypeEnumType, AddressFixType addressFixType, NumberOfActivitiesType numberOfActivitiesType, ConsiderationType considerationType, FeesType feesType, TaxesType taxesType, String permanentEstablishments, String docRefUUID) -
isNULLAsString
In the CSV file, fields with no value have 'NULL' as a string.- Parameters:
checkNULLString- String to check- Returns:
- true if string equals 'NULL'
-
createNamePerson
-