Enum Class XjcContactStatusValueType

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

public enum XjcContactStatusValueType extends Enum<XjcContactStatusValueType>

Java class for statusValueType

.

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

 <simpleType name="statusValueType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="clientDeleteProhibited"/>
     <enumeration value="clientTransferProhibited"/>
     <enumeration value="clientUpdateProhibited"/>
     <enumeration value="linked"/>
     <enumeration value="ok"/>
     <enumeration value="pendingCreate"/>
     <enumeration value="pendingDelete"/>
     <enumeration value="pendingTransfer"/>
     <enumeration value="pendingUpdate"/>
     <enumeration value="serverDeleteProhibited"/>
     <enumeration value="serverTransferProhibited"/>
     <enumeration value="serverUpdateProhibited"/>
   </restriction>
 </simpleType>