Package google.registry.xjc.domain
Class XjcDomainTransfer
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainTransfer
Java class for transferType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="transferType">
<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="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType" minOccurs="0"/>
<element name="authInfo" type="{urn:ietf:params:xml:ns:domain-1.0}authInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcDomainAuthInfoType
protected String
protected XjcDomainPeriodType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authInfo property.getName()
Gets the value of the name property.Gets the value of the period property.void
setAuthInfo
(XjcDomainAuthInfoType value) Sets the value of the authInfo property.void
Sets the value of the name property.void
setPeriod
(XjcDomainPeriodType value) Sets the value of the period property.
-
Field Details
-
name
-
period
-
authInfo
-
-
Constructor Details
-
XjcDomainTransfer
public XjcDomainTransfer()
-
-
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
-
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
-
getAuthInfo
Gets the value of the authInfo property.- Returns:
- possible object is
XjcDomainAuthInfoType
-
setAuthInfo
Sets the value of the authInfo property.- Parameters:
value
- allowed object isXjcDomainAuthInfoType
-