Package org.w3._1999.xhtml
Class Script
- java.lang.Object
-
- org.w3._1999.xhtml.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.ToString2Java 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>
-
-
Constructor Summary
Constructors Constructor Description Script()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(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.StringgetCharset()Gets the value of the charset property.java.lang.StringgetContent()Gets the value of the content property.java.lang.StringgetDefer()Gets the value of the defer property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetSpace()Gets the value of the space property.java.lang.StringgetSrc()Gets the value of the src property.java.lang.StringgetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCharset(java.lang.String value)Sets the value of the charset property.voidsetContent(java.lang.String value)Sets the value of the content property.voidsetDefer(java.lang.String value)Sets the value of the defer property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetSpace(java.lang.String value)Sets the value of the space property.voidsetSrc(java.lang.String value)Sets the value of the src property.voidsetType(java.lang.String value)Sets the value of the type property.java.lang.StringtoString()ScriptwithCharset(java.lang.String value)ScriptwithContent(java.lang.String value)ScriptwithDefer(java.lang.String value)ScriptwithId(java.lang.String value)ScriptwithSpace(java.lang.String value)ScriptwithSrc(java.lang.String value)ScriptwithType(java.lang.String value)
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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:
appendin interfaceorg.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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-