Package google.registry.xjc.rgp
Class XjcRgpUpdate
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rgp.XjcRgpUpdate
Java class for updateType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="updateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="restore" type="{urn:ietf:params:xml:ns:rgp-1.0}restoreType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the restore property.void
setRestore
(XjcRgpRestoreType value) Sets the value of the restore property.
-
Field Details
-
restore
-
-
Constructor Details
-
XjcRgpUpdate
public XjcRgpUpdate()
-
-
Method Details
-
getRestore
Gets the value of the restore property.- Returns:
- possible object is
XjcRgpRestoreType
-
setRestore
Sets the value of the restore property.- Parameters:
value
- allowed object isXjcRgpRestoreType
-