Enum Class GovernanceIdentification1Code

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

public enum GovernanceIdentification1Code extends Enum<GovernanceIdentification1Code>

Java class for GovernanceIdentification1Code.

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

 <simpleType name="GovernanceIdentification1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ISPR"/>
     <enumeration value="NONE"/>
     <enumeration value="UCPR"/>
     <enumeration value="URDG"/>
   </restriction>
 </simpleType>