Package google.registry.xjc.fee11
Class XjcFee11DelData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee11.XjcFee11DelData
Java class for deleteDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currency" type="{urn:ietf:params:xml:ns:fee-0.11}currencyType"/>
<element name="credit" type="{urn:ietf:params:xml:ns:fee-0.11}creditType" maxOccurs="unbounded" minOccurs="0"/>
<element name="balance" type="{urn:ietf:params:xml:ns:fee-0.11}balanceType" minOccurs="0"/>
<element name="creditLimit" type="{urn:ietf:params:xml:ns:fee-0.11}creditLimitType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigDecimal
protected BigDecimal
protected List
<XjcFee11CreditType> protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the balance property.Gets the value of the creditLimit property.Gets the value of the credits property.Gets the value of the currency property.void
setBalance
(BigDecimal value) Sets the value of the balance property.void
setCreditLimit
(BigDecimal value) Sets the value of the creditLimit property.void
setCurrency
(String value) Sets the value of the currency property.
-
Field Details
-
currency
-
credits
-
balance
-
creditLimit
-
-
Constructor Details
-
XjcFee11DelData
public XjcFee11DelData()
-
-
Method Details
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value
- allowed object isString
-
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
For example, to add a new item, do as follows:set
method for the credits property.getCredits().add(newItem);
Objects of the following type(s) are allowed in the listXjcFee11CreditType
- Returns:
- The value of the credits property.
-
getBalance
Gets the value of the balance property.- Returns:
- possible object is
BigDecimal
-
setBalance
Sets the value of the balance property.- Parameters:
value
- allowed object isBigDecimal
-
getCreditLimit
Gets the value of the creditLimit property.- Returns:
- possible object is
BigDecimal
-
setCreditLimit
Sets the value of the creditLimit property.- Parameters:
value
- allowed object isBigDecimal
-