Package google.registry.xjc.domain
Class XjcDomainAuthInfoType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainAuthInfoType
Java class for authInfoType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="authInfoType">
<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"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcEppcomExtAuthInfoType
protected XjcEppcomPwAuthInfoType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExt()
Gets the value of the ext property.getPw()
Gets the value of the pw property.void
setExt
(XjcEppcomExtAuthInfoType value) Sets the value of the ext property.void
setPw
(XjcEppcomPwAuthInfoType value) Sets the value of the pw property.
-
Field Details
-
ext
-
pw
-
-
Constructor Details
-
XjcDomainAuthInfoType
public XjcDomainAuthInfoType()
-
-
Method Details
-
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
-