Class XjcRdeDeposit

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeDeposit

public class XjcRdeDeposit extends XjcObject

Java class for escrowDepositType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="escrowDepositType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="watermark" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="rdeMenu" type="{urn:ietf:params:xml:ns:rde-1.0}rdeMenuType"/>
         <element name="deletes" type="{urn:ietf:params:xml:ns:rde-1.0}deletesType" minOccurs="0"/>
         <element name="contents" type="{urn:ietf:params:xml:ns:rde-1.0}contentsType"/>
       </sequence>
       <attribute name="type" use="required" type="{urn:ietf:params:xml:ns:rde-1.0}depositTypeType" />
       <attribute name="id" use="required" type="{urn:ietf:params:xml:ns:rde-1.0}depositIdType" />
       <attribute name="prevId" type="{urn:ietf:params:xml:ns:rde-1.0}depositIdType" />
       <attribute name="resend" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeDeposit

      public XjcRdeDeposit()
  • Method Details

    • 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
    • getRdeMenu

      public XjcRdeMenuType getRdeMenu()
      Gets the value of the rdeMenu property.
      Returns:
      possible object is XjcRdeMenuType
    • setRdeMenu

      public void setRdeMenu(XjcRdeMenuType value)
      Sets the value of the rdeMenu property.
      Parameters:
      value - allowed object is XjcRdeMenuType
    • getDeletes

      public XjcRdeDeletesType getDeletes()
      Gets the value of the deletes property.
      Returns:
      possible object is XjcRdeDeletesType
    • setDeletes

      public void setDeletes(XjcRdeDeletesType value)
      Sets the value of the deletes property.
      Parameters:
      value - allowed object is XjcRdeDeletesType
    • getContents

      public XjcRdeContentsType getContents()
      Gets the value of the contents property.
      Returns:
      possible object is XjcRdeContentsType
    • setContents

      public void setContents(XjcRdeContentsType value)
      Sets the value of the contents property.
      Parameters:
      value - allowed object is XjcRdeContentsType
    • getType

      public XjcRdeDepositTypeType getType()
      Gets the value of the type property.
      Returns:
      possible object is XjcRdeDepositTypeType
    • setType

      public void setType(XjcRdeDepositTypeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is XjcRdeDepositTypeType
    • 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
    • getPrevId

      public String getPrevId()
      Gets the value of the prevId property.
      Returns:
      possible object is String
    • setPrevId

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

      public int getResend()
      Gets the value of the resend property.
      Returns:
      possible object is Integer
    • setResend

      public void setResend(Integer value)
      Sets the value of the resend property.
      Parameters:
      value - allowed object is Integer