Package google.registry.xjc.epp
Class XjcEppPollType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppPollType
Java class for pollType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="pollType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="op" use="required" type="{urn:ietf:params:xml:ns:epp-1.0}pollOpType" />
<attribute name="msgID" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMsgID()
Gets the value of the msgID property.getOp()
Gets the value of the op property.void
Sets the value of the msgID property.void
setOp
(XjcEppPollOpType value) Sets the value of the op property.
-
Field Details
-
op
-
msgID
-
-
Constructor Details
-
XjcEppPollType
public XjcEppPollType()
-
-
Method Details
-
getOp
Gets the value of the op property.- Returns:
- possible object is
XjcEppPollOpType
-
setOp
Sets the value of the op property.- Parameters:
value
- allowed object isXjcEppPollOpType
-
getMsgID
Gets the value of the msgID property.- Returns:
- possible object is
String
-
setMsgID
Sets the value of the msgID property.- Parameters:
value
- allowed object isString
-