public class Meta extends SceneGraphStructureNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}SceneGraphStructureNodeType"> <attribute name="name" use="required" type="{}SFString" /> <attribute name="content" use="required" type="{}SFString" /> <attribute name="http-equiv" type="{}SFString" /> <attribute name="language" type="{}SFString" /> <attribute name="languageDirectionality" type="{}metaDirectionValues" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SFString |
content |
protected SFString |
httpEquivalent |
protected SFString |
language |
protected MetaDirectionValues |
languageDirectionality |
protected SFString |
name |
Constructor and Description |
---|
Meta() |
Modifier and Type | Method and Description |
---|---|
SFString |
getContent()
Gets the value of the content property.
|
SFString |
getHttpEquivalent()
Gets the value of the httpEquivalent property.
|
SFString |
getLanguage()
Gets the value of the language property.
|
MetaDirectionValues |
getLanguageDirectionality()
Gets the value of the languageDirectionality property.
|
SFString |
getName()
Gets the value of the name property.
|
void |
setContent(SFString value)
Sets the value of the content property.
|
void |
setHttpEquivalent(SFString value)
Sets the value of the httpEquivalent property.
|
void |
setLanguage(SFString value)
Sets the value of the language property.
|
void |
setLanguageDirectionality(MetaDirectionValues value)
Sets the value of the languageDirectionality property.
|
void |
setName(SFString value)
Sets the value of the name property.
|
protected SFString name
protected SFString content
protected SFString httpEquivalent
protected SFString language
protected MetaDirectionValues languageDirectionality
public SFString getName()
SFString
public void setName(SFString value)
value
- allowed object is
SFString
public SFString getContent()
SFString
public void setContent(SFString value)
value
- allowed object is
SFString
public SFString getHttpEquivalent()
SFString
public void setHttpEquivalent(SFString value)
value
- allowed object is
SFString
public SFString getLanguage()
SFString
public void setLanguage(SFString value)
value
- allowed object is
SFString
public MetaDirectionValues getLanguageDirectionality()
MetaDirectionValues
public void setLanguageDirectionality(MetaDirectionValues value)
value
- allowed object is
MetaDirectionValues