Package google.registry.xjc.fee06
Class XjcFee06InfData
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.fee06.XjcFee06InfData
-
public class XjcFee06InfData extends XjcObject
<p>Java class for infDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="infDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="currency" type="{urn:ietf:params:xml:ns:fee-0.6}currencyType"/> <element name="command" type="{urn:ietf:params:xml:ns:fee-0.6}commandType"/> <element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType"/> <element name="fee" type="{urn:ietf:params:xml:ns:fee-0.6}feeType" maxOccurs="unbounded"/> <element name="class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
clazz
protected XjcFee06CommandType
command
protected java.lang.String
currency
protected java.util.List<XjcFee06FeeType>
fees
protected XjcDomainPeriodType
period
-
Constructor Summary
Constructors Constructor Description XjcFee06InfData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClazz()
Gets the value of the clazz property.XjcFee06CommandType
getCommand()
Gets the value of the command property.java.lang.String
getCurrency()
Gets the value of the currency property.java.util.List<XjcFee06FeeType>
getFees()
Gets the value of the fees property.XjcDomainPeriodType
getPeriod()
Gets the value of the period property.void
setClazz(java.lang.String value)
Sets the value of the clazz property.void
setCommand(XjcFee06CommandType value)
Sets the value of the command property.void
setCurrency(java.lang.String value)
Sets the value of the currency property.void
setPeriod(XjcDomainPeriodType value)
Sets the value of the period property.
-
-
-
Field Detail
-
currency
protected java.lang.String currency
-
command
protected XjcFee06CommandType command
-
period
protected XjcDomainPeriodType period
-
fees
protected java.util.List<XjcFee06FeeType> fees
-
clazz
protected java.lang.String clazz
-
-
Method Detail
-
getCurrency
public java.lang.String getCurrency()
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
public void setCurrency(java.lang.String value)
Sets the value of the currency property.- Parameters:
value
- allowed object isString
-
getCommand
public XjcFee06CommandType getCommand()
Gets the value of the command property.- Returns:
- possible object is
XjcFee06CommandType
-
setCommand
public void setCommand(XjcFee06CommandType value)
Sets the value of the command property.- Parameters:
value
- allowed object isXjcFee06CommandType
-
getPeriod
public XjcDomainPeriodType getPeriod()
Gets the value of the period property.- Returns:
- possible object is
XjcDomainPeriodType
-
setPeriod
public void setPeriod(XjcDomainPeriodType value)
Sets the value of the period property.- Parameters:
value
- allowed object isXjcDomainPeriodType
-
getFees
public java.util.List<XjcFee06FeeType> getFees()
Gets the value of the fees property. <p> 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 <CODE>set</CODE> method for the fees property. <p> For example, to add a new item, do as follows: <pre> getFees().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listXjcFee06FeeType
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
-