Class XjcFee06DomainCheckType


  • public class XjcFee06DomainCheckType
    extends XjcObject
    <p>Java class for domainCheckType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="domainCheckType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/&gt; &lt;element name="currency" type="{urn:ietf:params:xml:ns:fee-0.6}currencyType" minOccurs="0"/&gt; &lt;element name="command" type="{urn:ietf:params:xml:ns:fee-0.6}commandType"/&gt; &lt;element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • XjcFee06DomainCheckType

        public XjcFee06DomainCheckType()
    • Method Detail

      • getName

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

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