Class XjcRgpReportType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rgp.XjcRgpReportType

public class XjcRgpReportType extends XjcObject

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 Details

  • Constructor Details

    • XjcRgpReportType

      public XjcRgpReportType()
  • Method Details

    • getPreData

      public XjcRgpMixedType getPreData()
      Gets the value of the preData property.
      Returns:
      possible object is XjcRgpMixedType
    • setPreData

      public void setPreData(XjcRgpMixedType value)
      Sets the value of the preData property.
      Parameters:
      value - allowed object is XjcRgpMixedType
    • getPostData

      public XjcRgpMixedType getPostData()
      Gets the value of the postData property.
      Returns:
      possible object is XjcRgpMixedType
    • setPostData

      public void setPostData(XjcRgpMixedType value)
      Sets the value of the postData property.
      Parameters:
      value - allowed object is XjcRgpMixedType
    • 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 is String
    • 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 is String
    • getResReason

      public XjcRgpReportTextType getResReason()
      Gets the value of the resReason property.
      Returns:
      possible object is XjcRgpReportTextType
    • setResReason

      public void setResReason(XjcRgpReportTextType value)
      Sets the value of the resReason property.
      Parameters:
      value - allowed object is XjcRgpReportTextType
    • getStatements

      public List<XjcRgpReportTextType> 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 set method for the statements property.

      For example, to add a new item, do as follows:

       getStatements().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcRgpReportTextType

      Returns:
      The value of the statements property.
    • getOther

      public XjcRgpMixedType getOther()
      Gets the value of the other property.
      Returns:
      possible object is XjcRgpMixedType
    • setOther

      public void setOther(XjcRgpMixedType value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is XjcRgpMixedType