Package google.registry.xjc.domain
Class XjcDomainChgType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainChgType
Java class for chgType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="chgType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registrant" type="{urn:ietf:params:xml:ns:domain-1.0}clIDChgType" minOccurs="0"/>
<element name="authInfo" type="{urn:ietf:params:xml:ns:domain-1.0}authInfoChgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authInfo property.Gets the value of the registrant property.void
Sets the value of the authInfo property.void
setRegistrant
(String value) Sets the value of the registrant property.
-
Field Details
-
registrant
-
authInfo
-
-
Constructor Details
-
XjcDomainChgType
public XjcDomainChgType()
-
-
Method Details
-
getRegistrant
Gets the value of the registrant property.- Returns:
- possible object is
String
-
setRegistrant
Sets the value of the registrant property.- Parameters:
value
- allowed object isString
-
getAuthInfo
Gets the value of the authInfo property.- Returns:
- possible object is
XjcDomainAuthInfoChgType
-
setAuthInfo
Sets the value of the authInfo property.- Parameters:
value
- allowed object isXjcDomainAuthInfoChgType
-