Package google.registry.xjc.fee11
Class XjcFee11CreditType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee11.XjcFee11CreditType
Java class for creditType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="creditType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:fee-0.11>negativeDecimal">
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getValue()
Gets the value of the value property.void
setDescription
(String value) Sets the value of the description property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
description
-
-
Constructor Details
-
XjcFee11CreditType
public XjcFee11CreditType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isBigDecimal
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-