Class DomainUpdate

java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.superuser_1.DomainUpdate

public class DomainUpdate extends XjcObject

Java class for domainUpdateType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="domainUpdateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="autorenews" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • autorenews

      protected Boolean autorenews
  • Constructor Details

    • DomainUpdate

      public DomainUpdate()
  • Method Details

    • isAutorenews

      public Boolean isAutorenews()
      Gets the value of the autorenews property.
      Returns:
      possible object is Boolean
    • setAutorenews

      public void setAutorenews(Boolean value)
      Sets the value of the autorenews property.
      Parameters:
      value - allowed object is Boolean