Class Script

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

    public class Script
    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">
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="charset" type="{http://www.w3.org/1999/xhtml}Charset" />
           <attribute name="type" use="required" type="{http://www.w3.org/1999/xhtml}ContentType" />
           <attribute name="src" type="{http://www.w3.org/1999/xhtml}URI" />
           <attribute name="defer">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                 <enumeration value="defer"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute ref="{http://www.w3.org/XML/1998/namespace}space fixed="preserve""/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String charset  
      protected java.lang.String content  
      protected java.lang.String defer  
      protected java.lang.String id  
      protected java.lang.String space  
      protected java.lang.String src  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Script()  
    • 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 getCharset()
      Gets the value of the charset property.
      java.lang.String getContent()
      Gets the value of the content property.
      java.lang.String getDefer()
      Gets the value of the defer property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getSpace()
      Gets the value of the space property.
      java.lang.String getSrc()
      Gets the value of the src property.
      java.lang.String getType()
      Gets the value of the type property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setCharset​(java.lang.String value)
      Sets the value of the charset property.
      void setContent​(java.lang.String value)
      Sets the value of the content property.
      void setDefer​(java.lang.String value)
      Sets the value of the defer property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setSpace​(java.lang.String value)
      Sets the value of the space property.
      void setSrc​(java.lang.String value)
      Sets the value of the src property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      java.lang.String toString()  
      Script withCharset​(java.lang.String value)  
      Script withContent​(java.lang.String value)  
      Script withDefer​(java.lang.String value)  
      Script withId​(java.lang.String value)  
      Script withSpace​(java.lang.String value)  
      Script withSrc​(java.lang.String value)  
      Script withType​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • content

        protected java.lang.String content
      • id

        protected java.lang.String id
      • charset

        protected java.lang.String charset
      • type

        protected java.lang.String type
      • src

        protected java.lang.String src
      • defer

        protected java.lang.String defer
      • space

        protected java.lang.String space
    • Constructor Detail

      • Script

        public Script()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(java.lang.String value)
        Sets the value of the content 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
      • getCharset

        public java.lang.String getCharset()
        Gets the value of the charset property.
        Returns:
        possible object is String
      • setCharset

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

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • 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
      • getDefer

        public java.lang.String getDefer()
        Gets the value of the defer property.
        Returns:
        possible object is String
      • setDefer

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

        public java.lang.String getSpace()
        Gets the value of the space property.
        Returns:
        possible object is String
      • setSpace

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

        public Script withContent​(java.lang.String value)
      • withId

        public Script withId​(java.lang.String value)
      • withCharset

        public Script withCharset​(java.lang.String value)
      • withType

        public Script withType​(java.lang.String value)
      • withSrc

        public Script withSrc​(java.lang.String value)
      • withDefer

        public Script withDefer​(java.lang.String value)
      • withSpace

        public Script withSpace​(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