Package google.registry.xjc.domain
Class XjcDomainAuthInfoChgType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainAuthInfoChgType
Java class for authInfoChgType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="authInfoChgType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="pw" type="{urn:ietf:params:xml:ns:eppcom-1.0}pwAuthInfoType"/>
<element name="ext" type="{urn:ietf:params:xml:ns:eppcom-1.0}extAuthInfoType"/>
<element name="null" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Object
protected XjcEppcomExtAuthInfoType
protected XjcEppcomPwAuthInfoType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExt()
Gets the value of the ext property.getNull()
Gets the value of the null property.getPw()
Gets the value of the pw property.void
setExt
(XjcEppcomExtAuthInfoType value) Sets the value of the ext property.void
Sets the value of the null property.void
setPw
(XjcEppcomPwAuthInfoType value) Sets the value of the pw property.
-
Field Details
-
_null
-
ext
-
pw
-
-
Constructor Details
-
XjcDomainAuthInfoChgType
public XjcDomainAuthInfoChgType()
-
-
Method Details
-
getNull
Gets the value of the null property.- Returns:
- possible object is
Object
-
setNull
Sets the value of the null property.- Parameters:
value
- allowed object isObject
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
XjcEppcomExtAuthInfoType
-
setExt
Sets the value of the ext property.- Parameters:
value
- allowed object isXjcEppcomExtAuthInfoType
-
getPw
Gets the value of the pw property.- Returns:
- possible object is
XjcEppcomPwAuthInfoType
-
setPw
Sets the value of the pw property.- Parameters:
value
- allowed object isXjcEppcomPwAuthInfoType
-