Package google.params.xml.ns.superuser_1
Class DomainTransferRequest
java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.superuser_1.DomainTransferRequest
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the automaticTransferLength property.Gets the value of the renewalPeriod property.void
Sets the value of the automaticTransferLength property.void
setRenewalPeriod
(PeriodType value) Sets the value of the renewalPeriod property.
-
Field Details
-
renewalPeriod
-
automaticTransferLength
-
-
Constructor Details
-
DomainTransferRequest
public DomainTransferRequest()
-
-
Method Details
-
getRenewalPeriod
Gets the value of the renewalPeriod property.- Returns:
- possible object is
PeriodType
-
setRenewalPeriod
Sets the value of the renewalPeriod property.- Parameters:
value
- allowed object isPeriodType
-
getAutomaticTransferLength
Gets the value of the automaticTransferLength property.- Returns:
- possible object is
BigInteger
-
setAutomaticTransferLength
Sets the value of the automaticTransferLength property.- Parameters:
value
- allowed object isBigInteger
-