Class XjcRdeReportReport

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdereport.XjcRdeReportReport
Direct Known Subclasses:
XjcRdeReport

public class XjcRdeReportReport 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="id" type="{urn:ietf:params:xml:ns:rde-1.0}depositIdType"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="rydeSpecEscrow" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="rydeSpecMapping" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="resend" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="kind" type="{urn:ietf:params:xml:ns:rde-1.0}depositTypeType"/>
         <element name="watermark" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element ref="{urn:ietf:params:xml:ns:rdeHeader-1.0}header"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details Link icon

    • id Link icon

      protected String id
    • version Link icon

      protected int version
    • rydeSpecEscrow Link icon

      protected String rydeSpecEscrow
    • rydeSpecMapping Link icon

      protected String rydeSpecMapping
    • resend Link icon

      protected int resend
    • crDate Link icon

      protected org.joda.time.DateTime crDate
    • kind Link icon

      protected XjcRdeDepositTypeType kind
    • watermark Link icon

      protected org.joda.time.DateTime watermark
  • Constructor Details Link icon

    • XjcRdeReportReport Link icon

      public XjcRdeReportReport()
  • Method Details Link icon

    • getId Link icon

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId Link icon

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getVersion Link icon

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

      public void setVersion(int value)
      Sets the value of the version property.
    • getRydeSpecEscrow Link icon

      public String getRydeSpecEscrow()
      Gets the value of the rydeSpecEscrow property.
      Returns:
      possible object is String
    • setRydeSpecEscrow Link icon

      public void setRydeSpecEscrow(String value)
      Sets the value of the rydeSpecEscrow property.
      Parameters:
      value - allowed object is String
    • getRydeSpecMapping Link icon

      public String getRydeSpecMapping()
      Gets the value of the rydeSpecMapping property.
      Returns:
      possible object is String
    • setRydeSpecMapping Link icon

      public void setRydeSpecMapping(String value)
      Sets the value of the rydeSpecMapping property.
      Parameters:
      value - allowed object is String
    • getResend Link icon

      public int getResend()
      Gets the value of the resend property.
    • setResend Link icon

      public void setResend(int value)
      Sets the value of the resend property.
    • getCrDate Link icon

      public org.joda.time.DateTime getCrDate()
      Gets the value of the crDate property.
      Returns:
      possible object is String
    • setCrDate Link icon

      public void setCrDate(org.joda.time.DateTime value)
      Sets the value of the crDate property.
      Parameters:
      value - allowed object is String
    • getKind Link icon

      public XjcRdeDepositTypeType getKind()
      Gets the value of the kind property.
      Returns:
      possible object is XjcRdeDepositTypeType
    • setKind Link icon

      public void setKind(XjcRdeDepositTypeType value)
      Sets the value of the kind property.
      Parameters:
      value - allowed object is XjcRdeDepositTypeType
    • getWatermark Link icon

      public org.joda.time.DateTime getWatermark()
      Gets the value of the watermark property.
      Returns:
      possible object is String
    • setWatermark Link icon

      public void setWatermark(org.joda.time.DateTime value)
      Sets the value of the watermark property.
      Parameters:
      value - allowed object is String
    • getHeader Link icon

      public XjcRdeHeaderElement getHeader()
      Gets the value of the header property.
      Returns:
      possible object is XjcRdeHeaderElement
    • setHeader Link icon

      public void setHeader(XjcRdeHeaderElement value)
      Sets the value of the header property.
      Parameters:
      value - allowed object is XjcRdeHeaderElement