Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.CountryCodeType
Packages that use CountryCodeType
Package
Description
-
Uses of CountryCodeType in software.xdev.bzst.dip.client.model.message.dac7
Methods in software.xdev.bzst.dip.client.model.message.dac7 that return CountryCodeType -
Uses of CountryCodeType in software.xdev.bzst.dip.client.parser
Methods in software.xdev.bzst.dip.client.parser with parameters of type CountryCodeTypeModifier and TypeMethodDescriptionReportableSellerCsvFileParser.createTIN(String tin, CountryCodeType issuedBy) -
Uses of CountryCodeType in software.xdev.bzst.dip.client.xmldocument
Methods in software.xdev.bzst.dip.client.xmldocument with parameters of type CountryCodeTypeModifier and TypeMethodDescriptionReportableSellerCreator.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 CountryCodeType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as CountryCodeTypeModifier and TypeFieldDescriptionprotected CountryCodeTypeBirthPlaceType.CountryInfo.countryCodeprotected CountryCodeTypeOrganisationINType.issuedByprotected CountryCodeTypeTINType.issuedByprotected CountryCodeTypeGVSType.jurisdictionGVSprotected CountryCodeTypeMessageSpecType.receivingCountryprotected CountryCodeTypeMessageSpecType.transmittingCountryFields in software.xdev.bzst.dip.client.xmldocument.model with type parameters of type CountryCodeTypeModifier and TypeFieldDescriptionprotected List<CountryCodeType>PersonPartyType.nationalityprotected List<CountryCodeType>CorrectableAdditionalInfoType.resCountryCodeprotected List<CountryCodeType>OrganisationPartyType.resCountryCodeprotected List<CountryCodeType>OtherRPOType.resCountryCodeprotected List<CountryCodeType>PersonPartyType.resCountryCodeMethods in software.xdev.bzst.dip.client.xmldocument.model that return CountryCodeTypeModifier and TypeMethodDescriptionstatic CountryCodeTypeBirthPlaceType.CountryInfo.getCountryCode()Gets the value of the countryCode property.OrganisationINType.getIssuedBy()Gets the value of the issuedBy property.TINType.getIssuedBy()Gets the value of the issuedBy property.GVSType.getJurisdictionGVS()Gets the value of the jurisdictionGVS property.MessageSpecType.getReceivingCountry()Gets the value of the receivingCountry property.MessageSpecType.getTransmittingCountry()Gets the value of the transmittingCountry property.static CountryCodeTypeReturns the enum constant of this class with the specified name.static CountryCodeType[]CountryCodeType.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 that return types with arguments of type CountryCodeTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CountryCodeType>ObjectFactory.createAddressTypeCountryCode(CountryCodeType value) PersonPartyType.getNationality()Gets the value of the nationality property.CorrectableAdditionalInfoType.getResCountryCode()Gets the value of the resCountryCode property.OrganisationPartyType.getResCountryCode()Gets the value of the resCountryCode property.OtherRPOType.getResCountryCode()Gets the value of the resCountryCode property.PersonPartyType.getResCountryCode()Gets the value of the resCountryCode property.Methods in software.xdev.bzst.dip.client.xmldocument.model with parameters of type CountryCodeTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CountryCodeType>ObjectFactory.createAddressTypeCountryCode(CountryCodeType value) voidBirthPlaceType.CountryInfo.setCountryCode(CountryCodeType value) Sets the value of the countryCode property.voidOrganisationINType.setIssuedBy(CountryCodeType value) Sets the value of the issuedBy property.voidTINType.setIssuedBy(CountryCodeType value) Sets the value of the issuedBy property.voidGVSType.setJurisdictionGVS(CountryCodeType value) Sets the value of the jurisdictionGVS property.voidMessageSpecType.setReceivingCountry(CountryCodeType value) Sets the value of the receivingCountry property.voidMessageSpecType.setTransmittingCountry(CountryCodeType value) Sets the value of the transmittingCountry property.