Class XjcEppPollType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppPollType

public class XjcEppPollType extends XjcObject

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 Details

  • Constructor Details

    • XjcEppPollType

      public XjcEppPollType()
  • Method Details

    • getOp

      public XjcEppPollOpType getOp()
      Gets the value of the op property.
      Returns:
      possible object is XjcEppPollOpType
    • setOp

      public void setOp(XjcEppPollOpType value)
      Sets the value of the op property.
      Parameters:
      value - allowed object is XjcEppPollOpType
    • getMsgID

      public String getMsgID()
      Gets the value of the msgID property.
      Returns:
      possible object is String
    • setMsgID

      public void setMsgID(String value)
      Sets the value of the msgID property.
      Parameters:
      value - allowed object is String