public class CreditType
extends java.lang.Object
Java class for creditType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="creditType">
<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="credit" type="{http://www.nic.cz/xml/epp/fred-1.5}amountType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
credit |
protected java.lang.String |
zone |
| Constructor and Description |
|---|
CreditType() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getCredit()
Gets the value of the credit property.
|
java.lang.String |
getZone()
Gets the value of the zone property.
|
void |
setCredit(java.math.BigDecimal value)
Sets the value of the credit property.
|
void |
setZone(java.lang.String value)
Sets the value of the zone property.
|
public java.lang.String getZone()
Stringpublic void setZone(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getCredit()
BigDecimalpublic void setCredit(java.math.BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2021. All rights reserved.