Package google.registry.xjc.fee06
Class XjcFee06CreditType
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.fee06.XjcFee06CreditType
-
public class XjcFee06CreditType extends XjcObject
<p>Java class for creditType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="creditType"> <simpleContent> <extension base="<urn:ietf:params:xml:ns:fee-0.6>negativeDecimal"> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected java.math.BigDecimal
value
-
Constructor Summary
Constructors Constructor Description XjcFee06CreditType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Gets the value of the description property.java.math.BigDecimal
getValue()
Gets the value of the value property.void
setDescription(java.lang.String value)
Sets the value of the description property.void
setValue(java.math.BigDecimal value)
Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public java.math.BigDecimal getValue()
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
public void setValue(java.math.BigDecimal value)
Sets the value of the value property.- Parameters:
value
- allowed object isBigDecimal
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
-