public class MsgQType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
count |
protected java.lang.String |
id |
protected MixedMsgType |
msg |
protected javax.xml.datatype.XMLGregorianCalendar |
qDate |
| Constructor and Description |
|---|
MsgQType() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getCount()
Gets the value of the count property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
MixedMsgType |
getMsg()
Gets the value of the msg property.
|
javax.xml.datatype.XMLGregorianCalendar |
getQDate()
Gets the value of the qDate property.
|
void |
setCount(java.math.BigInteger value)
Sets the value of the count property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMsg(MixedMsgType value)
Sets the value of the msg property.
|
void |
setQDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the qDate property.
|
protected javax.xml.datatype.XMLGregorianCalendar qDate
protected MixedMsgType msg
protected java.math.BigInteger count
protected java.lang.String id
public javax.xml.datatype.XMLGregorianCalendar getQDate()
XMLGregorianCalendarpublic void setQDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic MixedMsgType getMsg()
MixedMsgTypepublic void setMsg(MixedMsgType value)
value - allowed object is
MixedMsgTypepublic java.math.BigInteger getCount()
BigIntegerpublic void setCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.