Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.cesop.CountryCodeType
Packages that use CountryCodeType
-
Uses of CountryCodeType in software.xdev.bzst.dip.client.xmldocument.model.cesop
Fields in software.xdev.bzst.dip.client.xmldocument.model.cesop declared as CountryCodeTypeModifier and TypeFieldDescriptionprotected CountryCodeTypeReportedPayeeType.countryprotected CountryCodeTypeAccountIdentifierType.countryCodeprotected CountryCodeTypeAddressType.countryCodeprotected CountryCodeTypeTAXIdType.issuedByMethods in software.xdev.bzst.dip.client.xmldocument.model.cesop that return CountryCodeTypeModifier and TypeMethodDescriptionstatic CountryCodeTypeReportedPayeeType.getCountry()Ruft den Wert der country-Eigenschaft ab.AccountIdentifierType.getCountryCode()Ruft den Wert der countryCode-Eigenschaft ab.AddressType.getCountryCode()Ruft den Wert der countryCode-Eigenschaft ab.TAXIdType.getIssuedBy()Ruft den Wert der issuedBy-Eigenschaft ab.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.cesop with parameters of type CountryCodeTypeModifier and TypeMethodDescriptionvoidReportedPayeeType.setCountry(CountryCodeType value) Legt den Wert der country-Eigenschaft fest.voidAccountIdentifierType.setCountryCode(CountryCodeType value) Legt den Wert der countryCode-Eigenschaft fest.voidAddressType.setCountryCode(CountryCodeType value) Legt den Wert der countryCode-Eigenschaft fest.voidTAXIdType.setIssuedBy(CountryCodeType value) Legt den Wert der issuedBy-Eigenschaft fest.