Enum Class RetailerService9Code

java.lang.Object
java.lang.Enum<RetailerService9Code>
org.coderic.iso20022.messages.casp.RetailerService9Code
All Implemented Interfaces:
Serializable, Comparable<RetailerService9Code>, Constable

public enum RetailerService9Code extends Enum<RetailerService9Code>

Java class for RetailerService9Code.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="RetailerService9Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="DDYP"/>
     <enumeration value="DINP"/>
     <enumeration value="DPRP"/>
     <enumeration value="DSOP"/>
     <enumeration value="DSIP"/>
     <enumeration value="DCIP"/>
     <enumeration value="DCAP"/>
     <enumeration value="DCPP"/>
     <enumeration value="DCOP"/>
   </restriction>
 </simpleType>