Class XjcFee11CreditType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee11.XjcFee11CreditType

public class XjcFee11CreditType extends XjcObject

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 Details

  • Constructor Details

    • XjcFee11CreditType

      public XjcFee11CreditType()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String