Class XjcHostAddrType


  • public class XjcHostAddrType
    extends XjcObject
    <p>Java class for addrType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="addrType"&gt; &lt;simpleContent&gt; &lt;extension base="&lt;urn:ietf:params:xml:ns:host-1.0&gt;addrStringType"&gt; &lt;attribute name="ip" type="{urn:ietf:params:xml:ns:host-1.0}ipType" default="v4" /&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; </pre>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected XjcHostIpType ip  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      XjcHostAddrType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XjcHostIpType getIp()
      Gets the value of the ip property.
      java.lang.String getValue()
      Gets the value of the value property.
      void setIp​(XjcHostIpType value)
      Sets the value of the ip property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
    • Constructor Detail

      • XjcHostAddrType

        public XjcHostAddrType()
    • Method Detail

      • getValue

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

        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • setIp

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