Package org.w3._1999.xhtml
Class Meta
java.lang.Object
org.w3._1999.xhtml.Meta
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.w3.org/1999/xhtml}i18n"/>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="http-equiv" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="content" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="scheme" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.getDir()Gets the value of the dir property.Gets the value of the httpEquiv property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.getName()Gets the value of the name property.Gets the value of the scheme property.Gets the value of the xmlLang property.voidsetContent(String value) Sets the value of the content property.voidSets the value of the dir property.voidsetHttpEquiv(String value) Sets the value of the httpEquiv property.voidSets the value of the id property.voidSets the value of the lang property.voidSets the value of the name property.voidSets the value of the scheme property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
id
-
httpEquiv
-
name
-
-
scheme
-
lang
-
xmlLang
-
dir
-
-
Constructor Details
-
Meta
public Meta()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getHttpEquiv
Gets the value of the httpEquiv property.- Returns:
- possible object is
String
-
setHttpEquiv
Sets the value of the httpEquiv property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getScheme
Gets the value of the scheme property.- Returns:
- possible object is
String
-
setScheme
Sets the value of the scheme property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getDir
Gets the value of the dir property.- Returns:
- possible object is
String
-
setDir
Sets the value of the dir property.- Parameters:
value- allowed object isString
-