public class PollType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
msgID |
protected PollOpType |
op |
| Constructor and Description |
|---|
PollType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMsgID()
Gets the value of the msgID property.
|
PollOpType |
getOp()
Gets the value of the op property.
|
void |
setMsgID(java.lang.String value)
Sets the value of the msgID property.
|
void |
setOp(PollOpType value)
Sets the value of the op property.
|
protected PollOpType op
protected java.lang.String msgID
public PollOpType getOp()
PollOpTypepublic void setOp(PollOpType value)
value - allowed object is
PollOpTypepublic java.lang.String getMsgID()
Stringpublic void setMsgID(java.lang.String value)
value - allowed object is
StringCopyright © 2022. All rights reserved.