Class XjcFee06DomainCDType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee06.XjcFee06DomainCDType

public class XjcFee06DomainCDType extends XjcObject

Java class for domainCDType complex type

.

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

 <complexType name="domainCDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
         <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" minOccurs="0"/>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcFee06DomainCDType

      public XjcFee06DomainCDType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • 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
    • 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 is XjcFee06CommandType
    • 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 is XjcDomainPeriodType
    • getFees

      public List<XjcFee06FeeType> 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 XjcFee06FeeType

      Returns:
      The value of the fees property.
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

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