Class XjcEppTransferType

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

public class XjcEppTransferType extends XjcObject

Java class for transferType complex type

.

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

 <complexType name="transferType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any namespace='##other'/>
       </sequence>
       <attribute name="op" use="required" type="{urn:ietf:params:xml:ns:epp-1.0}transferOpType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcEppTransferType

      public XjcEppTransferType()
  • Method Details