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

    • redemptionGracePeriodDays

      protected BigInteger redemptionGracePeriodDays
    • pendingDeleteDays

      protected BigInteger pendingDeleteDays
  • Constructor Details

    • DomainDelete

      public DomainDelete()
  • Method Details

    • getRedemptionGracePeriodDays

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

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

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

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