Package google.registry.xjc.fee11
Class XjcFee11FeeType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee11.XjcFee11FeeType
Java class for feeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="feeType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:fee-0.11>nonNegativeDecimal">
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="refundable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="grace-period" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="applied" default="immediate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="immediate"/>
<enumeration value="delayed"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Duration
protected Boolean
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applied property.Gets the value of the description property.Gets the value of the gracePeriod property.getValue()
Gets the value of the value property.Gets the value of the refundable property.void
setApplied
(String value) Sets the value of the applied property.void
setDescription
(String value) Sets the value of the description property.void
setGracePeriod
(Duration value) Sets the value of the gracePeriod property.void
setRefundable
(Boolean value) Sets the value of the refundable property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
description
-
refundable
-
gracePeriod
-
applied
-
-
Constructor Details
-
XjcFee11FeeType
public XjcFee11FeeType()
-
-
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
-
isRefundable
Gets the value of the refundable property.- Returns:
- possible object is
Boolean
-
setRefundable
Sets the value of the refundable property.- Parameters:
value
- allowed object isBoolean
-
getGracePeriod
Gets the value of the gracePeriod property.- Returns:
- possible object is
Duration
-
setGracePeriod
Sets the value of the gracePeriod property.- Parameters:
value
- allowed object isDuration
-
getApplied
Gets the value of the applied property.- Returns:
- possible object is
String
-
setApplied
Sets the value of the applied property.- Parameters:
value
- allowed object isString
-