Class XjcDomainRenew

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainRenew

public class XjcDomainRenew extends XjcObject

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 Details

    • name

      protected String name
    • curExpDate

      protected org.joda.time.LocalDate curExpDate
    • period

      protected XjcDomainPeriodType period
  • Constructor Details

    • XjcDomainRenew

      public XjcDomainRenew()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • 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 is String
    • getPeriod

      public XjcDomainPeriodType getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is XjcDomainPeriodType
    • setPeriod

      public void setPeriod(XjcDomainPeriodType value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is XjcDomainPeriodType