Package google.registry.xjc.epp
Class XjcEppMsgQType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppMsgQType
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 Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected String
protected XjcEppMixedMsgType
protected org.joda.time.DateTime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Gets the value of the count property.getId()
Gets the value of the id property.getMsg()
Gets the value of the msg property.org.joda.time.DateTime
getQDate()
Gets the value of the qDate property.void
setCount
(BigInteger value) Sets the value of the count property.void
Sets the value of the id property.void
setMsg
(XjcEppMixedMsgType value) Sets the value of the msg property.void
setQDate
(org.joda.time.DateTime value) Sets the value of the qDate property.
-
Field Details
-
qDate
protected org.joda.time.DateTime qDate -
msg
-
count
-
id
-
-
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 isString
-
getMsg
Gets the value of the msg property.- Returns:
- possible object is
XjcEppMixedMsgType
-
setMsg
Sets the value of the msg property.- Parameters:
value
- allowed object isXjcEppMixedMsgType
-
getCount
Gets the value of the count property.- Returns:
- possible object is
BigInteger
-
setCount
Sets the value of the count property.- Parameters:
value
- allowed object isBigInteger
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-