Package google.registry.xjc.rde
Class XjcRdeDeposit
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeDeposit
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 Summary
Modifier and TypeFieldDescriptionprotected XjcRdeContentsType
protected XjcRdeDeletesType
protected String
protected String
protected XjcRdeMenuType
protected Integer
protected XjcRdeDepositTypeType
protected org.joda.time.DateTime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contents property.Gets the value of the deletes property.getId()
Gets the value of the id property.Gets the value of the prevId property.Gets the value of the rdeMenu property.int
Gets the value of the resend property.getType()
Gets the value of the type property.org.joda.time.DateTime
Gets the value of the watermark property.void
setContents
(XjcRdeContentsType value) Sets the value of the contents property.void
setDeletes
(XjcRdeDeletesType value) Sets the value of the deletes property.void
Sets the value of the id property.void
Sets the value of the prevId property.void
setRdeMenu
(XjcRdeMenuType value) Sets the value of the rdeMenu property.void
Sets the value of the resend property.void
setType
(XjcRdeDepositTypeType value) Sets the value of the type property.void
setWatermark
(org.joda.time.DateTime value) Sets the value of the watermark property.
-
Field Details
-
watermark
protected org.joda.time.DateTime watermark -
rdeMenu
-
deletes
-
contents
-
type
-
id
-
prevId
-
resend
-
-
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 isString
-
getRdeMenu
Gets the value of the rdeMenu property.- Returns:
- possible object is
XjcRdeMenuType
-
setRdeMenu
Sets the value of the rdeMenu property.- Parameters:
value
- allowed object isXjcRdeMenuType
-
getDeletes
Gets the value of the deletes property.- Returns:
- possible object is
XjcRdeDeletesType
-
setDeletes
Sets the value of the deletes property.- Parameters:
value
- allowed object isXjcRdeDeletesType
-
getContents
Gets the value of the contents property.- Returns:
- possible object is
XjcRdeContentsType
-
setContents
Sets the value of the contents property.- Parameters:
value
- allowed object isXjcRdeContentsType
-
getType
Gets the value of the type property.- Returns:
- possible object is
XjcRdeDepositTypeType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isXjcRdeDepositTypeType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getPrevId
Gets the value of the prevId property.- Returns:
- possible object is
String
-
setPrevId
Sets the value of the prevId property.- Parameters:
value
- allowed object isString
-
getResend
public int getResend()Gets the value of the resend property.- Returns:
- possible object is
Integer
-
setResend
Sets the value of the resend property.- Parameters:
value
- allowed object isInteger
-