Package google.registry.xjc.host
Class XjcHostAddrType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostAddrType
Java class for addrType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="addrType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:host-1.0>addrStringType">
<attribute name="ip" type="{urn:ietf:params:xml:ns:host-1.0}ipType" default="v4" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIp()
Gets the value of the ip property.getValue()
Gets the value of the value property.void
setIp
(XjcHostIpType value) Sets the value of the ip property.void
Sets the value of the value property.
-
Field Details
-
value
-
ip
-
-
Constructor Details
-
XjcHostAddrType
public XjcHostAddrType()
-
-
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
-
getIp
Gets the value of the ip property.- Returns:
- possible object is
XjcHostIpType
-
setIp
Sets the value of the ip property.- Parameters:
value
- allowed object isXjcHostIpType
-