Package google.registry.xjc.rgp
Class XjcRgpReportType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rgp.XjcRgpReportType
Java class for reportType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="reportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="preData" type="{urn:ietf:params:xml:ns:rgp-1.0}mixedType"/>
<element name="postData" type="{urn:ietf:params:xml:ns:rgp-1.0}mixedType"/>
<element name="delTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="resTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="resReason" type="{urn:ietf:params:xml:ns:rgp-1.0}reportTextType"/>
<element name="statement" type="{urn:ietf:params:xml:ns:rgp-1.0}reportTextType" maxOccurs="2"/>
<element name="other" type="{urn:ietf:params:xml:ns:rgp-1.0}mixedType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.joda.time.DateTime
protected XjcRgpMixedType
protected XjcRgpMixedType
protected XjcRgpMixedType
protected XjcRgpReportTextType
protected org.joda.time.DateTime
protected List
<XjcRgpReportTextType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Gets the value of the delTime property.getOther()
Gets the value of the other property.Gets the value of the postData property.Gets the value of the preData property.Gets the value of the resReason property.org.joda.time.DateTime
Gets the value of the resTime property.Gets the value of the statements property.void
setDelTime
(org.joda.time.DateTime value) Sets the value of the delTime property.void
setOther
(XjcRgpMixedType value) Sets the value of the other property.void
setPostData
(XjcRgpMixedType value) Sets the value of the postData property.void
setPreData
(XjcRgpMixedType value) Sets the value of the preData property.void
setResReason
(XjcRgpReportTextType value) Sets the value of the resReason property.void
setResTime
(org.joda.time.DateTime value) Sets the value of the resTime property.
-
Field Details
-
preData
-
postData
-
delTime
protected org.joda.time.DateTime delTime -
resTime
protected org.joda.time.DateTime resTime -
resReason
-
statements
-
other
-
-
Constructor Details
-
XjcRgpReportType
public XjcRgpReportType()
-
-
Method Details
-
getPreData
Gets the value of the preData property.- Returns:
- possible object is
XjcRgpMixedType
-
setPreData
Sets the value of the preData property.- Parameters:
value
- allowed object isXjcRgpMixedType
-
getPostData
Gets the value of the postData property.- Returns:
- possible object is
XjcRgpMixedType
-
setPostData
Sets the value of the postData property.- Parameters:
value
- allowed object isXjcRgpMixedType
-
getDelTime
public org.joda.time.DateTime getDelTime()Gets the value of the delTime property.- Returns:
- possible object is
String
-
setDelTime
public void setDelTime(org.joda.time.DateTime value) Sets the value of the delTime property.- Parameters:
value
- allowed object isString
-
getResTime
public org.joda.time.DateTime getResTime()Gets the value of the resTime property.- Returns:
- possible object is
String
-
setResTime
public void setResTime(org.joda.time.DateTime value) Sets the value of the resTime property.- Parameters:
value
- allowed object isString
-
getResReason
Gets the value of the resReason property.- Returns:
- possible object is
XjcRgpReportTextType
-
setResReason
Sets the value of the resReason property.- Parameters:
value
- allowed object isXjcRgpReportTextType
-
getStatements
Gets the value of the statements property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
For example, to add a new item, do as follows:set
method for the statements property.getStatements().add(newItem);
Objects of the following type(s) are allowed in the listXjcRgpReportTextType
- Returns:
- The value of the statements property.
-
getOther
Gets the value of the other property.- Returns:
- possible object is
XjcRgpMixedType
-
setOther
Sets the value of the other property.- Parameters:
value
- allowed object isXjcRgpMixedType
-