Package google.registry.xjc.domain
Class XjcDomainInfoNameType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainInfoNameType
Java class for infoNameType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="infoNameType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:eppcom-1.0>labelType">
<attribute name="hosts" type="{urn:ietf:params:xml:ns:domain-1.0}hostsType" default="all" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHosts()
Gets the value of the hosts property.getValue()
Gets the value of the value property.void
setHosts
(XjcDomainHostsType value) Sets the value of the hosts property.void
Sets the value of the value property.
-
Field Details
-
value
-
hosts
-
-
Constructor Details
-
XjcDomainInfoNameType
public XjcDomainInfoNameType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getHosts
Gets the value of the hosts property.- Returns:
- possible object is
XjcDomainHostsType
-
setHosts
Sets the value of the hosts property.- Parameters:
value
- allowed object isXjcDomainHostsType
-