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

    • id

      protected String id
    • version

      protected int version
    • rydeSpecEscrow

      protected String rydeSpecEscrow
    • rydeSpecMapping

      protected String rydeSpecMapping
    • resend

      protected int resend
    • crDate

      protected org.joda.time.DateTime crDate
    • kind

      protected XjcRdeDepositTypeType kind
    • watermark

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

    • XjcRdeReportReport

      public XjcRdeReportReport()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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