Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.cesop.MSCountryCodeType
Packages that use MSCountryCodeType
-
Uses of MSCountryCodeType in software.xdev.bzst.dip.client.xmldocument.model.cesop
Fields in software.xdev.bzst.dip.client.xmldocument.model.cesop declared as MSCountryCodeTypeModifier and TypeFieldDescriptionprotected MSCountryCodeTypeVATIdType.issuedByprotected MSCountryCodeTypeMessageSpecType.transmittingCountryprotected MSCountryCodeTypePayerMSType.valueMethods in software.xdev.bzst.dip.client.xmldocument.model.cesop that return MSCountryCodeTypeModifier and TypeMethodDescriptionstatic MSCountryCodeTypeVATIdType.getIssuedBy()Ruft den Wert der issuedBy-Eigenschaft ab.MessageSpecType.getTransmittingCountry()Ruft den Wert der transmittingCountry-Eigenschaft ab.PayerMSType.getValue()List of the MS code.static MSCountryCodeTypeReturns the enum constant of this class with the specified name.static MSCountryCodeType[]MSCountryCodeType.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 MSCountryCodeTypeModifier and TypeMethodDescriptionvoidVATIdType.setIssuedBy(MSCountryCodeType value) Legt den Wert der issuedBy-Eigenschaft fest.voidMessageSpecType.setTransmittingCountry(MSCountryCodeType value) Legt den Wert der transmittingCountry-Eigenschaft fest.voidPayerMSType.setValue(MSCountryCodeType value) Legt den Wert der value-Eigenschaft fest.