Uses of Enum Class
org.coderic.iso20022.messages.head.CopyDuplicate1Code
Packages that use CopyDuplicate1Code
-
Uses of CopyDuplicate1Code in org.coderic.iso20022.messages.head
Methods in org.coderic.iso20022.messages.head that return CopyDuplicate1CodeModifier and TypeMethodDescriptionstatic CopyDuplicate1CodeBusinessApplicationHeader7.getCpyDplct()Gets the value of the cpyDplct property.BusinessApplicationHeaderV03.getCpyDplct()Gets the value of the cpyDplct property.static CopyDuplicate1CodeReturns the enum constant of this class with the specified name.static CopyDuplicate1Code[]CopyDuplicate1Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.head with parameters of type CopyDuplicate1CodeModifier and TypeMethodDescriptionvoidBusinessApplicationHeader7.setCpyDplct(CopyDuplicate1Code value) Sets the value of the cpyDplct property.voidBusinessApplicationHeaderV03.setCpyDplct(CopyDuplicate1Code value) Sets the value of the cpyDplct property.