Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.OECDLegalAddressTypeEnumType
Packages that use OECDLegalAddressTypeEnumType
Package
Description
-
Uses of OECDLegalAddressTypeEnumType in software.xdev.bzst.dip.client.model.message.dac7
Methods in software.xdev.bzst.dip.client.model.message.dac7 that return OECDLegalAddressTypeEnumType -
Uses of OECDLegalAddressTypeEnumType in software.xdev.bzst.dip.client.xmldocument
Methods in software.xdev.bzst.dip.client.xmldocument with parameters of type OECDLegalAddressTypeEnumTypeModifier and TypeMethodDescriptionprotected static AddressTypeXMLDocumentBodyCreator.createAddress(AddressFixType address, OECDLegalAddressTypeEnumType legalAddressTypeEnumType) ReportableSellerCreator.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) -
Uses of OECDLegalAddressTypeEnumType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as OECDLegalAddressTypeEnumTypeModifier and TypeFieldDescriptionprotected OECDLegalAddressTypeEnumTypeAddressType.legalAddressTypeMethods in software.xdev.bzst.dip.client.xmldocument.model that return OECDLegalAddressTypeEnumTypeModifier and TypeMethodDescriptionstatic OECDLegalAddressTypeEnumTypeAddressType.getLegalAddressType()Gets the value of the legalAddressType property.static OECDLegalAddressTypeEnumTypeReturns the enum constant of this class with the specified name.static OECDLegalAddressTypeEnumType[]OECDLegalAddressTypeEnumType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.bzst.dip.client.xmldocument.model with parameters of type OECDLegalAddressTypeEnumTypeModifier and TypeMethodDescriptionvoidAddressType.setLegalAddressType(OECDLegalAddressTypeEnumType value) Sets the value of the legalAddressType property.