Class DomainTransferRequest

java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.superuser_1.DomainTransferRequest

public class DomainTransferRequest extends XjcObject

Java class for domainTransferRequest complex type

.

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

 <complexType name="domainTransferRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="renewalPeriod" type="{urn:google:params:xml:ns:superuser-1.0}periodType"/>
         <element name="automaticTransferLength" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • renewalPeriod

      protected PeriodType renewalPeriod
    • automaticTransferLength

      protected BigInteger automaticTransferLength
  • Constructor Details

    • DomainTransferRequest

      public DomainTransferRequest()
  • Method Details

    • getRenewalPeriod

      public PeriodType getRenewalPeriod()
      Gets the value of the renewalPeriod property.
      Returns:
      possible object is PeriodType
    • setRenewalPeriod

      public void setRenewalPeriod(PeriodType value)
      Sets the value of the renewalPeriod property.
      Parameters:
      value - allowed object is PeriodType
    • getAutomaticTransferLength

      public BigInteger getAutomaticTransferLength()
      Gets the value of the automaticTransferLength property.
      Returns:
      possible object is BigInteger
    • setAutomaticTransferLength

      public void setAutomaticTransferLength(BigInteger value)
      Sets the value of the automaticTransferLength property.
      Parameters:
      value - allowed object is BigInteger