Uses of Enum Class
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopMSCountryCodeTypeEnum
Packages that use BzstCesopMSCountryCodeTypeEnum
-
Uses of BzstCesopMSCountryCodeTypeEnum in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstCesopMSCountryCodeTypeEnumModifier and TypeMethodDescriptionBzstCesopPayerMS.msCountryCodeType()Returns the value of themsCountryCodeTyperecord component.BzstCesopVatId.msCountryCodeTypeEnum()Returns the value of themsCountryCodeTypeEnumrecord component.Returns the enum constant of this class with the specified name.static BzstCesopMSCountryCodeTypeEnum[]BzstCesopMSCountryCodeTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.xdev.bzst.dip.client.model.message.cesop with parameters of type BzstCesopMSCountryCodeTypeEnumModifierConstructorDescriptionBzstCesopPayerMS(BzstCesopAccountIdentifierTypeEnum accountIdentifierType, BzstCesopMSCountryCodeTypeEnum msCountryCodeType) Creates an instance of aBzstCesopPayerMSrecord class.BzstCesopVatId(BzstCesopMSCountryCodeTypeEnum msCountryCodeTypeEnum, String value) Creates an instance of aBzstCesopVatIdrecord class.