Enum Class XjcRdeNotificationStatusType

java.lang.Object
java.lang.Enum<XjcRdeNotificationStatusType>
google.registry.xjc.rdenotification.XjcRdeNotificationStatusType
All Implemented Interfaces:
Serializable, Comparable<XjcRdeNotificationStatusType>, Constable

public enum XjcRdeNotificationStatusType extends Enum<XjcRdeNotificationStatusType>

Java class for statusType

.

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

 <simpleType name="statusType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="DVPN"/>
     <enumeration value="DVFN"/>
     <enumeration value="DRFN"/>
   </restriction>
 </simpleType>