Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.cesop.AccountIdentifierTypeType
Packages that use AccountIdentifierTypeType
-
Uses of AccountIdentifierTypeType in software.xdev.bzst.dip.client.xmldocument.model.cesop
Fields in software.xdev.bzst.dip.client.xmldocument.model.cesop declared as AccountIdentifierTypeTypeModifier and TypeFieldDescriptionprotected AccountIdentifierTypeTypePayerMSType.payerMSSourceprotected AccountIdentifierTypeTypeAccountIdentifierType.typeMethods in software.xdev.bzst.dip.client.xmldocument.model.cesop that return AccountIdentifierTypeTypeModifier and TypeMethodDescriptionstatic AccountIdentifierTypeTypePayerMSType.getPayerMSSource()Ruft den Wert der payerMSSource-Eigenschaft ab.AccountIdentifierType.getType()Ruft den Wert der type-Eigenschaft ab.static AccountIdentifierTypeTypeReturns the enum constant of this class with the specified name.static AccountIdentifierTypeType[]AccountIdentifierTypeType.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 AccountIdentifierTypeTypeModifier and TypeMethodDescriptionvoidPayerMSType.setPayerMSSource(AccountIdentifierTypeType value) Legt den Wert der payerMSSource-Eigenschaft fest.voidAccountIdentifierType.setType(AccountIdentifierTypeType value) Legt den Wert der type-Eigenschaft fest.