Class XjcRdeNotification
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdenotification.XjcRdeNotification
- Direct Known Subclasses:
XjcRdeNotificationElement
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 Summary
Modifier and TypeFieldDescriptionprotected XjcRdeNotificationName
protected org.joda.time.LocalDate
protected org.joda.time.DateTime
protected org.joda.time.LocalDate
protected XjcRdeReport
protected XjcRdeNotificationStatusType
protected org.joda.time.DateTime
protected int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deaName property.org.joda.time.LocalDate
Gets the value of the lastFullDate property.org.joda.time.DateTime
Gets the value of the reDate property.org.joda.time.LocalDate
Gets the value of the repDate property.Gets the value of the report property.Gets the value of the status property.org.joda.time.DateTime
Gets the value of the vaDate property.int
Gets the value of the version property.void
setDeaName
(XjcRdeNotificationName value) Sets the value of the deaName property.void
setLastFullDate
(org.joda.time.LocalDate value) Sets the value of the lastFullDate property.void
setReDate
(org.joda.time.DateTime value) Sets the value of the reDate property.void
setRepDate
(org.joda.time.LocalDate value) Sets the value of the repDate property.void
setReport
(XjcRdeReport value) Sets the value of the report property.void
Sets the value of the status property.void
setVaDate
(org.joda.time.DateTime value) Sets the value of the vaDate property.void
setVersion
(int value) Sets the value of the version property.
-
Field Details
-
deaName
-
version
protected int version -
repDate
protected org.joda.time.LocalDate repDate -
status
-
reDate
protected org.joda.time.DateTime reDate -
vaDate
protected org.joda.time.DateTime vaDate -
lastFullDate
protected org.joda.time.LocalDate lastFullDate -
report
-
-
Constructor Details
-
XjcRdeNotification
public XjcRdeNotification()
-
-
Method Details
-
getDeaName
Gets the value of the deaName property.- Returns:
- possible object is
XjcRdeNotificationName
-
setDeaName
Sets the value of the deaName property.- Parameters:
value
- allowed object isXjcRdeNotificationName
-
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 isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
XjcRdeNotificationStatusType
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isXjcRdeNotificationStatusType
-
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 isString
-
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 isString
-
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 isString
-
getReport
Gets the value of the report property.- Returns:
- possible object is
XjcRdeReport
-
setReport
Sets the value of the report property.- Parameters:
value
- allowed object isXjcRdeReport
-