Class XjcEppExtErrValueType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppExtErrValueType

public class XjcEppExtErrValueType extends XjcObject

Java class for extErrValueType complex type

.

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

 <complexType name="extErrValueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{urn:ietf:params:xml:ns:epp-1.0}errValueType"/>
         <element name="reason" type="{urn:ietf:params:xml:ns:epp-1.0}msgType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>