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