Class DomainDelete

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

public class DomainDelete extends XjcObject

Java class for domainDeleteType complex type

.

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


 <complexType name="domainDeleteType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="redemptionGracePeriodDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="pendingDeleteDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details Link icon

    • redemptionGracePeriodDays Link icon

      protected BigInteger redemptionGracePeriodDays
    • pendingDeleteDays Link icon

      protected BigInteger pendingDeleteDays
  • Constructor Details Link icon

    • DomainDelete Link icon

      public DomainDelete()
  • Method Details Link icon

    • getRedemptionGracePeriodDays Link icon

      public BigInteger getRedemptionGracePeriodDays()
      Gets the value of the redemptionGracePeriodDays property.
      Returns:
      possible object is BigInteger
    • setRedemptionGracePeriodDays Link icon

      public void setRedemptionGracePeriodDays(BigInteger value)
      Sets the value of the redemptionGracePeriodDays property.
      Parameters:
      value - allowed object is BigInteger
    • getPendingDeleteDays Link icon

      public BigInteger getPendingDeleteDays()
      Gets the value of the pendingDeleteDays property.
      Returns:
      possible object is BigInteger
    • setPendingDeleteDays Link icon

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