public class RequestFeeInfoDataT
extends java.lang.Object
Java class for requestFeeInfoDataT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="requestFeeInfoDataT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="periodFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="periodTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="totalFreeCount" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
<element name="usedCount" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
<element name="price" type="{http://www.nic.cz/xml/epp/fred-1.5}amountType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
periodFrom |
protected javax.xml.datatype.XMLGregorianCalendar |
periodTo |
protected java.math.BigDecimal |
price |
protected java.math.BigInteger |
totalFreeCount |
protected java.math.BigInteger |
usedCount |
| Constructor and Description |
|---|
RequestFeeInfoDataT() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getPeriodFrom()
Gets the value of the periodFrom property.
|
javax.xml.datatype.XMLGregorianCalendar |
getPeriodTo()
Gets the value of the periodTo property.
|
java.math.BigDecimal |
getPrice()
Gets the value of the price property.
|
java.math.BigInteger |
getTotalFreeCount()
Gets the value of the totalFreeCount property.
|
java.math.BigInteger |
getUsedCount()
Gets the value of the usedCount property.
|
void |
setPeriodFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the periodFrom property.
|
void |
setPeriodTo(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the periodTo property.
|
void |
setPrice(java.math.BigDecimal value)
Sets the value of the price property.
|
void |
setTotalFreeCount(java.math.BigInteger value)
Sets the value of the totalFreeCount property.
|
void |
setUsedCount(java.math.BigInteger value)
Sets the value of the usedCount property.
|
protected javax.xml.datatype.XMLGregorianCalendar periodFrom
protected javax.xml.datatype.XMLGregorianCalendar periodTo
protected java.math.BigInteger totalFreeCount
protected java.math.BigInteger usedCount
protected java.math.BigDecimal price
public javax.xml.datatype.XMLGregorianCalendar getPeriodFrom()
XMLGregorianCalendarpublic void setPeriodFrom(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getPeriodTo()
XMLGregorianCalendarpublic void setPeriodTo(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigInteger getTotalFreeCount()
BigIntegerpublic void setTotalFreeCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getUsedCount()
BigIntegerpublic void setUsedCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigDecimal getPrice()
BigDecimalpublic void setPrice(java.math.BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2022. All rights reserved.