Package google.registry.xjc.domain
Class XjcDomainHostAttrType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainHostAttrType
Java class for hostAttrType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="hostAttrType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hostName" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="hostAddr" type="{urn:ietf:params:xml:ns:host-1.0}addrType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the hostAddrs property.Gets the value of the hostName property.void
setHostName
(String value) Sets the value of the hostName property.
-
Field Details
-
hostName
-
hostAddrs
-
-
Constructor Details
-
XjcDomainHostAttrType
public XjcDomainHostAttrType()
-
-
Method Details
-
getHostName
Gets the value of the hostName property.- Returns:
- possible object is
String
-
setHostName
Sets the value of the hostName property.- Parameters:
value
- allowed object isString
-
getHostAddrs
Gets the value of the hostAddrs 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 hostAddrs property.getHostAddrs().add(newItem);
Objects of the following type(s) are allowed in the listXjcHostAddrType
- Returns:
- The value of the hostAddrs property.
-