Class XjcRdeNotification

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdenotification.XjcRdeNotification
Direct Known Subclasses:
XjcRdeNotificationElement

public class XjcRdeNotification extends XjcObject

Java class for notificationType complex type

.

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

 <complexType name="notificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deaName" type="{urn:ietf:params:xml:ns:rdeNotification-1.0}nameType"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="repDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="status" type="{urn:ietf:params:xml:ns:rdeNotification-1.0}statusType"/>
         <element name="reDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="vaDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastFullDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element ref="{urn:ietf:params:xml:ns:rdeReport-1.0}report" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • deaName

      protected XjcRdeNotificationName deaName
    • version

      protected int version
    • repDate

      protected org.joda.time.LocalDate repDate
    • status

      protected XjcRdeNotificationStatusType status
    • reDate

      protected org.joda.time.DateTime reDate
    • vaDate

      protected org.joda.time.DateTime vaDate
    • lastFullDate

      protected org.joda.time.LocalDate lastFullDate
    • report

      protected XjcRdeReport report
  • Constructor Details

    • XjcRdeNotification

      public XjcRdeNotification()
  • Method Details

    • getDeaName

      public XjcRdeNotificationName getDeaName()
      Gets the value of the deaName property.
      Returns:
      possible object is XjcRdeNotificationName
    • setDeaName

      public void setDeaName(XjcRdeNotificationName value)
      Sets the value of the deaName property.
      Parameters:
      value - allowed object is XjcRdeNotificationName
    • getVersion

      public int getVersion()
      Gets the value of the version property.
    • setVersion

      public void setVersion(int value)
      Sets the value of the version property.
    • getRepDate

      public org.joda.time.LocalDate getRepDate()
      Gets the value of the repDate property.
      Returns:
      possible object is String
    • setRepDate

      public void setRepDate(org.joda.time.LocalDate value)
      Sets the value of the repDate property.
      Parameters:
      value - allowed object is String
    • getStatus

      public XjcRdeNotificationStatusType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is XjcRdeNotificationStatusType
    • setStatus

      public void setStatus(XjcRdeNotificationStatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is XjcRdeNotificationStatusType
    • getReDate

      public org.joda.time.DateTime getReDate()
      Gets the value of the reDate property.
      Returns:
      possible object is String
    • setReDate

      public void setReDate(org.joda.time.DateTime value)
      Sets the value of the reDate property.
      Parameters:
      value - allowed object is String
    • getVaDate

      public org.joda.time.DateTime getVaDate()
      Gets the value of the vaDate property.
      Returns:
      possible object is String
    • setVaDate

      public void setVaDate(org.joda.time.DateTime value)
      Sets the value of the vaDate property.
      Parameters:
      value - allowed object is String
    • getLastFullDate

      public org.joda.time.LocalDate getLastFullDate()
      Gets the value of the lastFullDate property.
      Returns:
      possible object is String
    • setLastFullDate

      public void setLastFullDate(org.joda.time.LocalDate value)
      Sets the value of the lastFullDate property.
      Parameters:
      value - allowed object is String
    • getReport

      public XjcRdeReport getReport()
      Gets the value of the report property.
      Returns:
      possible object is XjcRdeReport
    • setReport

      public void setReport(XjcRdeReport value)
      Sets the value of the report property.
      Parameters:
      value - allowed object is XjcRdeReport