Package google.registry.xjc.domain
Class XjcDomainRenew
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainRenew
Java class for renewType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="renewType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="curExpDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.joda.time.LocalDate
protected String
protected XjcDomainPeriodType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.LocalDate
Gets the value of the curExpDate property.getName()
Gets the value of the name property.Gets the value of the period property.void
setCurExpDate
(org.joda.time.LocalDate value) Sets the value of the curExpDate property.void
Sets the value of the name property.void
setPeriod
(XjcDomainPeriodType value) Sets the value of the period property.
-
Field Details
-
name
-
curExpDate
protected org.joda.time.LocalDate curExpDate -
period
-
-
Constructor Details
-
XjcDomainRenew
public XjcDomainRenew()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getCurExpDate
public org.joda.time.LocalDate getCurExpDate()Gets the value of the curExpDate property.- Returns:
- possible object is
String
-
setCurExpDate
public void setCurExpDate(org.joda.time.LocalDate value) Sets the value of the curExpDate property.- Parameters:
value
- allowed object isString
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
XjcDomainPeriodType
-
setPeriod
Sets the value of the period property.- Parameters:
value
- allowed object isXjcDomainPeriodType
-