Class Img

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class Img
    extends java.lang.Object
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/>
           <attribute name="src" use="required" type="{http://www.w3.org/1999/xhtml}URI" />
           <attribute name="alt" use="required" type="{http://www.w3.org/1999/xhtml}Text" />
           <attribute name="longdesc" type="{http://www.w3.org/1999/xhtml}URI" />
           <attribute name="height" type="{http://www.w3.org/1999/xhtml}Length" />
           <attribute name="width" type="{http://www.w3.org/1999/xhtml}Length" />
           <attribute name="usemap" type="{http://www.w3.org/1999/xhtml}URI" />
           <attribute name="ismap">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                 <enumeration value="ismap"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String alt  
      protected java.util.List<java.lang.String> clazz  
      protected java.lang.String dir  
      protected java.lang.String height  
      protected java.lang.String id  
      protected java.lang.String ismap  
      protected java.lang.String lang  
      protected java.lang.String langAttribute  
      protected java.lang.String longdesc  
      protected java.lang.String onclick  
      protected java.lang.String ondblclick  
      protected java.lang.String onkeydown  
      protected java.lang.String onkeypress  
      protected java.lang.String onkeyup  
      protected java.lang.String onmousedown  
      protected java.lang.String onmousemove  
      protected java.lang.String onmouseout  
      protected java.lang.String onmouseover  
      protected java.lang.String onmouseup  
      protected java.lang.String src  
      protected java.lang.String style  
      protected java.lang.String title  
      protected java.lang.String usemap  
      protected java.lang.String width  
    • Constructor Summary

      Constructors 
      Constructor Description
      Img()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)  
      java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)  
      boolean equals​(java.lang.Object object)  
      boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)  
      java.lang.String getAlt()
      Gets the value of the alt property.
      java.util.List<java.lang.String> getClazz()
      Gets the value of the clazz property.
      java.lang.String getDir()
      Gets the value of the dir property.
      java.lang.String getHeight()
      Gets the value of the height property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getIsmap()
      Gets the value of the ismap property.
      java.lang.String getLang()
      Gets the value of the lang property.
      java.lang.String getLangAttribute()
      Gets the value of the langAttribute property.
      java.lang.String getLongdesc()
      Gets the value of the longdesc property.
      java.lang.String getOnclick()
      Gets the value of the onclick property.
      java.lang.String getOndblclick()
      Gets the value of the ondblclick property.
      java.lang.String getOnkeydown()
      Gets the value of the onkeydown property.
      java.lang.String getOnkeypress()
      Gets the value of the onkeypress property.
      java.lang.String getOnkeyup()
      Gets the value of the onkeyup property.
      java.lang.String getOnmousedown()
      Gets the value of the onmousedown property.
      java.lang.String getOnmousemove()
      Gets the value of the onmousemove property.
      java.lang.String getOnmouseout()
      Gets the value of the onmouseout property.
      java.lang.String getOnmouseover()
      Gets the value of the onmouseover property.
      java.lang.String getOnmouseup()
      Gets the value of the onmouseup property.
      java.lang.String getSrc()
      Gets the value of the src property.
      java.lang.String getStyle()
      Gets the value of the style property.
      java.lang.String getTitle()
      Gets the value of the title property.
      java.lang.String getUsemap()
      Gets the value of the usemap property.
      java.lang.String getWidth()
      Gets the value of the width property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setAlt​(java.lang.String value)
      Sets the value of the alt property.
      void setDir​(java.lang.String value)
      Sets the value of the dir property.
      void setHeight​(java.lang.String value)
      Sets the value of the height property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setIsmap​(java.lang.String value)
      Sets the value of the ismap property.
      void setLang​(java.lang.String value)
      Sets the value of the lang property.
      void setLangAttribute​(java.lang.String value)
      Sets the value of the langAttribute property.
      void setLongdesc​(java.lang.String value)
      Sets the value of the longdesc property.
      void setOnclick​(java.lang.String value)
      Sets the value of the onclick property.
      void setOndblclick​(java.lang.String value)
      Sets the value of the ondblclick property.
      void setOnkeydown​(java.lang.String value)
      Sets the value of the onkeydown property.
      void setOnkeypress​(java.lang.String value)
      Sets the value of the onkeypress property.
      void setOnkeyup​(java.lang.String value)
      Sets the value of the onkeyup property.
      void setOnmousedown​(java.lang.String value)
      Sets the value of the onmousedown property.
      void setOnmousemove​(java.lang.String value)
      Sets the value of the onmousemove property.
      void setOnmouseout​(java.lang.String value)
      Sets the value of the onmouseout property.
      void setOnmouseover​(java.lang.String value)
      Sets the value of the onmouseover property.
      void setOnmouseup​(java.lang.String value)
      Sets the value of the onmouseup property.
      void setSrc​(java.lang.String value)
      Sets the value of the src property.
      void setStyle​(java.lang.String value)
      Sets the value of the style property.
      void setTitle​(java.lang.String value)
      Sets the value of the title property.
      void setUsemap​(java.lang.String value)
      Sets the value of the usemap property.
      void setWidth​(java.lang.String value)
      Sets the value of the width property.
      java.lang.String toString()  
      Img withAlt​(java.lang.String value)  
      Img withClazz​(java.lang.String... values)  
      Img withClazz​(java.util.Collection<java.lang.String> values)  
      Img withDir​(java.lang.String value)  
      Img withHeight​(java.lang.String value)  
      Img withId​(java.lang.String value)  
      Img withIsmap​(java.lang.String value)  
      Img withLang​(java.lang.String value)  
      Img withLangAttribute​(java.lang.String value)  
      Img withLongdesc​(java.lang.String value)  
      Img withOnclick​(java.lang.String value)  
      Img withOndblclick​(java.lang.String value)  
      Img withOnkeydown​(java.lang.String value)  
      Img withOnkeypress​(java.lang.String value)  
      Img withOnkeyup​(java.lang.String value)  
      Img withOnmousedown​(java.lang.String value)  
      Img withOnmousemove​(java.lang.String value)  
      Img withOnmouseout​(java.lang.String value)  
      Img withOnmouseover​(java.lang.String value)  
      Img withOnmouseup​(java.lang.String value)  
      Img withSrc​(java.lang.String value)  
      Img withStyle​(java.lang.String value)  
      Img withTitle​(java.lang.String value)  
      Img withUsemap​(java.lang.String value)  
      Img withWidth​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • src

        protected java.lang.String src
      • alt

        protected java.lang.String alt
      • longdesc

        protected java.lang.String longdesc
      • height

        protected java.lang.String height
      • width

        protected java.lang.String width
      • usemap

        protected java.lang.String usemap
      • ismap

        protected java.lang.String ismap
      • onclick

        protected java.lang.String onclick
      • ondblclick

        protected java.lang.String ondblclick
      • onmousedown

        protected java.lang.String onmousedown
      • onmouseup

        protected java.lang.String onmouseup
      • onmouseover

        protected java.lang.String onmouseover
      • onmousemove

        protected java.lang.String onmousemove
      • onmouseout

        protected java.lang.String onmouseout
      • onkeypress

        protected java.lang.String onkeypress
      • onkeydown

        protected java.lang.String onkeydown
      • onkeyup

        protected java.lang.String onkeyup
      • id

        protected java.lang.String id
      • clazz

        protected java.util.List<java.lang.String> clazz
      • style

        protected java.lang.String style
      • title

        protected java.lang.String title
      • langAttribute

        protected java.lang.String langAttribute
      • lang

        protected java.lang.String lang
      • dir

        protected java.lang.String dir
    • Constructor Detail

      • Img

        public Img()
    • Method Detail

      • getSrc

        public java.lang.String getSrc()
        Gets the value of the src property.
        Returns:
        possible object is String
      • setSrc

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

        public java.lang.String getAlt()
        Gets the value of the alt property.
        Returns:
        possible object is String
      • setAlt

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

        public java.lang.String getLongdesc()
        Gets the value of the longdesc property.
        Returns:
        possible object is String
      • setLongdesc

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

        public java.lang.String getHeight()
        Gets the value of the height property.
        Returns:
        possible object is String
      • setHeight

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

        public java.lang.String getWidth()
        Gets the value of the width property.
        Returns:
        possible object is String
      • setWidth

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

        public java.lang.String getUsemap()
        Gets the value of the usemap property.
        Returns:
        possible object is String
      • setUsemap

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

        public java.lang.String getIsmap()
        Gets the value of the ismap property.
        Returns:
        possible object is String
      • setIsmap

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

        public java.lang.String getOnclick()
        Gets the value of the onclick property.
        Returns:
        possible object is String
      • setOnclick

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

        public java.lang.String getOndblclick()
        Gets the value of the ondblclick property.
        Returns:
        possible object is String
      • setOndblclick

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

        public java.lang.String getOnmousedown()
        Gets the value of the onmousedown property.
        Returns:
        possible object is String
      • setOnmousedown

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

        public java.lang.String getOnmouseup()
        Gets the value of the onmouseup property.
        Returns:
        possible object is String
      • setOnmouseup

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

        public java.lang.String getOnmouseover()
        Gets the value of the onmouseover property.
        Returns:
        possible object is String
      • setOnmouseover

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

        public java.lang.String getOnmousemove()
        Gets the value of the onmousemove property.
        Returns:
        possible object is String
      • setOnmousemove

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

        public java.lang.String getOnmouseout()
        Gets the value of the onmouseout property.
        Returns:
        possible object is String
      • setOnmouseout

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

        public java.lang.String getOnkeypress()
        Gets the value of the onkeypress property.
        Returns:
        possible object is String
      • setOnkeypress

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

        public java.lang.String getOnkeydown()
        Gets the value of the onkeydown property.
        Returns:
        possible object is String
      • setOnkeydown

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

        public java.lang.String getOnkeyup()
        Gets the value of the onkeyup property.
        Returns:
        possible object is String
      • setOnkeyup

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

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

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

        public java.util.List<java.lang.String> getClazz()
        Gets the value of the clazz 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 set method for the clazz property.

        For example, to add a new item, do as follows:

            getClazz().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getStyle

        public java.lang.String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

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

        public java.lang.String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

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

        public java.lang.String getLangAttribute()
        Gets the value of the langAttribute property.
        Returns:
        possible object is String
      • setLangAttribute

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

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

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

        public java.lang.String getDir()
        Gets the value of the dir property.
        Returns:
        possible object is String
      • setDir

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

        public Img withSrc​(java.lang.String value)
      • withAlt

        public Img withAlt​(java.lang.String value)
      • withLongdesc

        public Img withLongdesc​(java.lang.String value)
      • withHeight

        public Img withHeight​(java.lang.String value)
      • withWidth

        public Img withWidth​(java.lang.String value)
      • withUsemap

        public Img withUsemap​(java.lang.String value)
      • withIsmap

        public Img withIsmap​(java.lang.String value)
      • withOnclick

        public Img withOnclick​(java.lang.String value)
      • withOndblclick

        public Img withOndblclick​(java.lang.String value)
      • withOnmousedown

        public Img withOnmousedown​(java.lang.String value)
      • withOnmouseup

        public Img withOnmouseup​(java.lang.String value)
      • withOnmouseover

        public Img withOnmouseover​(java.lang.String value)
      • withOnmousemove

        public Img withOnmousemove​(java.lang.String value)
      • withOnmouseout

        public Img withOnmouseout​(java.lang.String value)
      • withOnkeypress

        public Img withOnkeypress​(java.lang.String value)
      • withOnkeydown

        public Img withOnkeydown​(java.lang.String value)
      • withOnkeyup

        public Img withOnkeyup​(java.lang.String value)
      • withId

        public Img withId​(java.lang.String value)
      • withClazz

        public Img withClazz​(java.lang.String... values)
      • withClazz

        public Img withClazz​(java.util.Collection<java.lang.String> values)
      • withStyle

        public Img withStyle​(java.lang.String value)
      • withTitle

        public Img withTitle​(java.lang.String value)
      • withLangAttribute

        public Img withLangAttribute​(java.lang.String value)
      • withLang

        public Img withLang​(java.lang.String value)
      • withDir

        public Img withDir​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2