Class XjcEppMsgQType

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

public class XjcEppMsgQType extends XjcObject

Java class for msgQType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="msgQType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="qDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="msg" type="{urn:ietf:params:xml:ns:epp-1.0}mixedMsgType" minOccurs="0"/>
       </sequence>
       <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute name="id" use="required" type="{urn:ietf:params:xml:ns:eppcom-1.0}minTokenType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcEppMsgQType

      public XjcEppMsgQType()
  • Method Details

    • getQDate

      public org.joda.time.DateTime getQDate()
      Gets the value of the qDate property.
      Returns:
      possible object is String
    • setQDate

      public void setQDate(org.joda.time.DateTime value)
      Sets the value of the qDate property.
      Parameters:
      value - allowed object is String
    • getMsg

      public XjcEppMixedMsgType getMsg()
      Gets the value of the msg property.
      Returns:
      possible object is XjcEppMixedMsgType
    • setMsg

      public void setMsg(XjcEppMixedMsgType value)
      Sets the value of the msg property.
      Parameters:
      value - allowed object is XjcEppMixedMsgType
    • getCount

      public BigInteger getCount()
      Gets the value of the count property.
      Returns:
      possible object is BigInteger
    • setCount

      public void setCount(BigInteger value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is BigInteger
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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