public class LowCreditDataT
extends java.lang.Object
Java class for lowCreditDataT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lowCreditDataT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="zone" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="limit" type="{http://www.nic.cz/xml/epp/fred-1.5}creditType"/>
<element name="credit" type="{http://www.nic.cz/xml/epp/fred-1.5}creditType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreditType |
credit |
protected CreditType |
limit |
protected java.lang.String |
zone |
| Constructor and Description |
|---|
LowCreditDataT() |
| Modifier and Type | Method and Description |
|---|---|
CreditType |
getCredit()
Gets the value of the credit property.
|
CreditType |
getLimit()
Gets the value of the limit property.
|
java.lang.String |
getZone()
Gets the value of the zone property.
|
void |
setCredit(CreditType value)
Sets the value of the credit property.
|
void |
setLimit(CreditType value)
Sets the value of the limit property.
|
void |
setZone(java.lang.String value)
Sets the value of the zone property.
|
protected java.lang.String zone
protected CreditType limit
protected CreditType credit
public java.lang.String getZone()
Stringpublic void setZone(java.lang.String value)
value - allowed object is
Stringpublic CreditType getLimit()
CreditTypepublic void setLimit(CreditType value)
value - allowed object is
CreditTypepublic CreditType getCredit()
CreditTypepublic void setCredit(CreditType value)
value - allowed object is
CreditTypeCopyright © 2021. All rights reserved.