Uses of Enum Class
org.coderic.iso20022.messages.sese.BuyInState1Code
Packages that use BuyInState1Code
-
Uses of BuyInState1Code in org.coderic.iso20022.messages.sese
Methods in org.coderic.iso20022.messages.sese that return BuyInState1CodeModifier and TypeMethodDescriptionstatic BuyInState1CodeBuyInAdviceDetails1.getBuyInStat()Gets the value of the buyInStat property.static BuyInState1CodeReturns the enum constant of this class with the specified name.static BuyInState1Code[]BuyInState1Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.sese with parameters of type BuyInState1CodeModifier and TypeMethodDescriptionvoidBuyInAdviceDetails1.setBuyInStat(BuyInState1Code value) Sets the value of the buyInStat property.