Package google.registry.xjc.iirdea
Class XjcIirdeaResponse
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.iirdea.XjcIirdeaResponse
- Direct Known Subclasses:
XjcIirdeaResponseElement
Java class for responseType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="responseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{urn:ietf:params:xml:ns:iirdea-1.0}resultType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the result property.void
setResult
(XjcIirdeaResult value) Sets the value of the result property.
-
Field Details
-
result
-
-
Constructor Details
-
XjcIirdeaResponse
public XjcIirdeaResponse()
-
-
Method Details
-
getResult
Gets the value of the result property.- Returns:
- possible object is
XjcIirdeaResult
-
setResult
Sets the value of the result property.- Parameters:
value
- allowed object isXjcIirdeaResult
-