Enum Class XjcDomainStatusValueType

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

public enum XjcDomainStatusValueType extends Enum<XjcDomainStatusValueType>

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="clientHold"/>
     <enumeration value="clientRenewProhibited"/>
     <enumeration value="clientTransferProhibited"/>
     <enumeration value="clientUpdateProhibited"/>
     <enumeration value="inactive"/>
     <enumeration value="ok"/>
     <enumeration value="pendingCreate"/>
     <enumeration value="pendingDelete"/>
     <enumeration value="pendingRenew"/>
     <enumeration value="pendingTransfer"/>
     <enumeration value="pendingUpdate"/>
     <enumeration value="serverDeleteProhibited"/>
     <enumeration value="serverHold"/>
     <enumeration value="serverRenewProhibited"/>
     <enumeration value="serverTransferProhibited"/>
     <enumeration value="serverUpdateProhibited"/>
   </restriction>
 </simpleType>