Package google.registry.xjc.domain
Class XjcDomainCreate
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainCreate
Java class for createType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="createType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType" minOccurs="0"/>
<element name="ns" type="{urn:ietf:params:xml:ns:domain-1.0}nsType" minOccurs="0"/>
<element name="registrant" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/>
<element name="contact" type="{urn:ietf:params:xml:ns:domain-1.0}contactType" maxOccurs="unbounded" minOccurs="0"/>
<element name="authInfo" type="{urn:ietf:params:xml:ns:domain-1.0}authInfoType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcDomainAuthInfoType
protected List
<XjcDomainContactType> protected String
protected XjcDomainNsType
protected XjcDomainPeriodType
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authInfo property.Gets the value of the contacts property.getName()
Gets the value of the name property.getNs()
Gets the value of the ns property.Gets the value of the period property.Gets the value of the registrant property.void
setAuthInfo
(XjcDomainAuthInfoType value) Sets the value of the authInfo property.void
Sets the value of the name property.void
setNs
(XjcDomainNsType value) Sets the value of the ns property.void
setPeriod
(XjcDomainPeriodType value) Sets the value of the period property.void
setRegistrant
(String value) Sets the value of the registrant property.
-
Field Details
-
name
-
period
-
ns
-
registrant
-
contacts
-
authInfo
-
-
Constructor Details
-
XjcDomainCreate
public XjcDomainCreate()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
XjcDomainPeriodType
-
setPeriod
Sets the value of the period property.- Parameters:
value
- allowed object isXjcDomainPeriodType
-
getNs
Gets the value of the ns property.- Returns:
- possible object is
XjcDomainNsType
-
setNs
Sets the value of the ns property.- Parameters:
value
- allowed object isXjcDomainNsType
-
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
-
getContacts
Gets the value of the contacts property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
For example, to add a new item, do as follows:set
method for the contacts property.getContacts().add(newItem);
Objects of the following type(s) are allowed in the listXjcDomainContactType
- Returns:
- The value of the contacts property.
-
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
-