Package google.params.xml.ns.superuser_1
Class DomainDelete
java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.superuser_1.DomainDelete
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pendingDeleteDays property.Gets the value of the redemptionGracePeriodDays property.void
setPendingDeleteDays
(BigInteger value) Sets the value of the pendingDeleteDays property.void
Sets the value of the redemptionGracePeriodDays property.
-
Field Details
-
redemptionGracePeriodDays
-
pendingDeleteDays
-
-
Constructor Details
-
DomainDelete
public DomainDelete()
-
-
Method Details
-
getRedemptionGracePeriodDays
Gets the value of the redemptionGracePeriodDays property.- Returns:
- possible object is
BigInteger
-
setRedemptionGracePeriodDays
Sets the value of the redemptionGracePeriodDays property.- Parameters:
value
- allowed object isBigInteger
-
getPendingDeleteDays
Gets the value of the pendingDeleteDays property.- Returns:
- possible object is
BigInteger
-
setPendingDeleteDays
Sets the value of the pendingDeleteDays property.- Parameters:
value
- allowed object isBigInteger
-