Package google.registry.xjc.rgp
Class XjcRgpRestoreType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rgp.XjcRgpRestoreType
Java class for restoreType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="restoreType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="report" type="{urn:ietf:params:xml:ns:rgp-1.0}reportType" minOccurs="0"/>
</sequence>
<attribute name="op" use="required" type="{urn:ietf:params:xml:ns:rgp-1.0}rgpOpType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOp()
Gets the value of the op property.Gets the value of the report property.void
setOp
(XjcRgpOpType value) Sets the value of the op property.void
setReport
(XjcRgpReportType value) Sets the value of the report property.
-
Field Details
-
report
-
op
-
-
Constructor Details
-
XjcRgpRestoreType
public XjcRgpRestoreType()
-
-
Method Details
-
getReport
Gets the value of the report property.- Returns:
- possible object is
XjcRgpReportType
-
setReport
Sets the value of the report property.- Parameters:
value
- allowed object isXjcRgpReportType
-
getOp
Gets the value of the op property.- Returns:
- possible object is
XjcRgpOpType
-
setOp
Sets the value of the op property.- Parameters:
value
- allowed object isXjcRgpOpType
-