Package google.registry.xjc.domain
Class XjcDomainInfo
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainInfo
Java class for infoType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="infoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:domain-1.0}infoNameType"/>
<element name="authInfo" type="{urn:ietf:params:xml:ns:domain-1.0}authInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authInfo property.getName()
Gets the value of the name property.void
setAuthInfo
(XjcDomainAuthInfoType value) Sets the value of the authInfo property.void
setName
(XjcDomainInfoNameType value) Sets the value of the name property.
-
Field Details
-
name
-
authInfo
-
-
Constructor Details
-
XjcDomainInfo
public XjcDomainInfo()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
XjcDomainInfoNameType
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isXjcDomainInfoNameType
-
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
-