Package google.registry.xjc.rdereport
Class XjcRdeReportReport
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdereport.XjcRdeReportReport
- Direct Known Subclasses:
XjcRdeReport
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 Summary
Modifier and TypeFieldDescriptionprotected org.joda.time.DateTime
protected XjcRdeHeaderElement
protected String
protected XjcRdeDepositTypeType
protected int
protected String
protected String
protected int
protected org.joda.time.DateTime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Gets the value of the crDate property.Gets the value of the header property.getId()
Gets the value of the id property.getKind()
Gets the value of the kind property.int
Gets the value of the resend property.Gets the value of the rydeSpecEscrow property.Gets the value of the rydeSpecMapping property.int
Gets the value of the version property.org.joda.time.DateTime
Gets the value of the watermark property.void
setCrDate
(org.joda.time.DateTime value) Sets the value of the crDate property.void
setHeader
(XjcRdeHeaderElement value) Sets the value of the header property.void
Sets the value of the id property.void
setKind
(XjcRdeDepositTypeType value) Sets the value of the kind property.void
setResend
(int value) Sets the value of the resend property.void
setRydeSpecEscrow
(String value) Sets the value of the rydeSpecEscrow property.void
setRydeSpecMapping
(String value) Sets the value of the rydeSpecMapping property.void
setVersion
(int value) Sets the value of the version property.void
setWatermark
(org.joda.time.DateTime value) Sets the value of the watermark property.
-
Field Details
-
id
-
version
protected int version -
rydeSpecEscrow
-
rydeSpecMapping
-
resend
protected int resend -
crDate
protected org.joda.time.DateTime crDate -
kind
-
watermark
protected org.joda.time.DateTime watermark -
header
-
-
Constructor Details
-
XjcRdeReportReport
public XjcRdeReportReport()
-
-
Method Details
-
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
-
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
Gets the value of the rydeSpecEscrow property.- Returns:
- possible object is
String
-
setRydeSpecEscrow
Sets the value of the rydeSpecEscrow property.- Parameters:
value
- allowed object isString
-
getRydeSpecMapping
Gets the value of the rydeSpecMapping property.- Returns:
- possible object is
String
-
setRydeSpecMapping
Sets the value of the rydeSpecMapping property.- Parameters:
value
- allowed object isString
-
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 isString
-
getKind
Gets the value of the kind property.- Returns:
- possible object is
XjcRdeDepositTypeType
-
setKind
Sets the value of the kind property.- Parameters:
value
- allowed object isXjcRdeDepositTypeType
-
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
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
XjcRdeHeaderElement
-
setHeader
Sets the value of the header property.- Parameters:
value
- allowed object isXjcRdeHeaderElement
-