Package google.registry.xjc.fee06
Class XjcFee06DomainCheckType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee06.XjcFee06DomainCheckType
Java class for domainCheckType complex type
.The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcFee06CommandType
protected String
protected String
protected XjcDomainPeriodType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the command property.Gets the value of the currency property.getName()
Gets the value of the name property.Gets the value of the period property.void
setCommand
(XjcFee06CommandType value) Sets the value of the command property.void
setCurrency
(String value) Sets the value of the currency property.void
Sets the value of the name property.void
setPeriod
(XjcDomainPeriodType value) Sets the value of the period property.
-
Field Details
-
name
-
currency
-
command
-
period
-
-
Constructor Details
-
XjcFee06DomainCheckType
public XjcFee06DomainCheckType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value
- allowed object isString
-
getCommand
Gets the value of the command property.- Returns:
- possible object is
XjcFee06CommandType
-
setCommand
Sets the value of the command property.- Parameters:
value
- allowed object isXjcFee06CommandType
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
XjcDomainPeriodType
-
setPeriod
Sets the value of the period property.- Parameters:
value
- allowed object isXjcDomainPeriodType
-