Class XjcFee12TransformResultType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee12.XjcFee12TransformResultType

public class XjcFee12TransformResultType extends XjcObject

Java class for transformResultType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="transformResultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency" type="{urn:ietf:params:xml:ns:fee-0.12}currencyType"/>
         <element name="fee" type="{urn:ietf:params:xml:ns:fee-0.12}feeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="credit" type="{urn:ietf:params:xml:ns:fee-0.12}creditType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="balance" type="{urn:ietf:params:xml:ns:fee-0.12}balanceType" minOccurs="0"/>
         <element name="creditLimit" type="{urn:ietf:params:xml:ns:fee-0.12}creditLimitType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcFee12TransformResultType

      public XjcFee12TransformResultType()
  • Method Details

    • getCurrency

      public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getFees

      public List<XjcFee12FeeType> getFees()
      Gets the value of the fees property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fees property.

      For example, to add a new item, do as follows:

       getFees().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcFee12FeeType

      Returns:
      The value of the fees property.
    • getCredits

      public List<XjcFee12CreditType> getCredits()
      Gets the value of the credits property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the credits property.

      For example, to add a new item, do as follows:

       getCredits().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcFee12CreditType

      Returns:
      The value of the credits property.
    • getBalance

      public BigDecimal getBalance()
      Gets the value of the balance property.
      Returns:
      possible object is BigDecimal
    • setBalance

      public void setBalance(BigDecimal value)
      Sets the value of the balance property.
      Parameters:
      value - allowed object is BigDecimal
    • getCreditLimit

      public BigDecimal getCreditLimit()
      Gets the value of the creditLimit property.
      Returns:
      possible object is BigDecimal
    • setCreditLimit

      public void setCreditLimit(BigDecimal value)
      Sets the value of the creditLimit property.
      Parameters:
      value - allowed object is BigDecimal