public class RenewType
extends java.lang.Object
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="{http://www.nic.cz/xml/epp/domain-1.4}periodType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
curExpDate |
protected java.lang.String |
name |
protected PeriodType |
period |
| Constructor and Description |
|---|
RenewType() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCurExpDate()
Gets the value of the curExpDate property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
void |
setCurExpDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the curExpDate property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
protected java.lang.String name
protected javax.xml.datatype.XMLGregorianCalendar curExpDate
protected PeriodType period
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getCurExpDate()
XMLGregorianCalendarpublic void setCurExpDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypeCopyright © 2021. All rights reserved.