Package google.registry.xjc.fee06
Class XjcFee06DomainCheckType
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.fee06.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> <complexType name="domainCheckType"> <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" minOccurs="0"/> <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" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected XjcFee06CommandType
command
protected java.lang.String
currency
protected java.lang.String
name
protected XjcDomainPeriodType
period
-
Constructor Summary
Constructors Constructor Description XjcFee06DomainCheckType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XjcFee06CommandType
getCommand()
Gets the value of the command property.java.lang.String
getCurrency()
Gets the value of the currency property.java.lang.String
getName()
Gets the value of the name property.XjcDomainPeriodType
getPeriod()
Gets the value of the period 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
setName(java.lang.String value)
Sets the value of the name property.void
setPeriod(XjcDomainPeriodType value)
Sets the value of the period property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
currency
protected java.lang.String currency
-
command
protected XjcFee06CommandType command
-
period
protected XjcDomainPeriodType period
-
-
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 isString
-
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
-
-