Class XjcHostAddrType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostAddrType

public class XjcHostAddrType extends XjcObject

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 Details

  • Constructor Details

    • XjcHostAddrType

      public XjcHostAddrType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getIp

      public XjcHostIpType getIp()
      Gets the value of the ip property.
      Returns:
      possible object is XjcHostIpType
    • setIp

      public void setIp(XjcHostIpType value)
      Sets the value of the ip property.
      Parameters:
      value - allowed object is XjcHostIpType