public class Emphasis extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="style" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="normal"/>
<enumeration value="typewriter"/>
</restriction>
</simpleType>
</attribute>
<attribute name="bold" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="italic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="quote" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="underline" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="superscript" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="subscript" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bold |
protected Boolean |
italic |
protected Boolean |
quote |
protected String |
style |
protected Boolean |
subscript |
protected Boolean |
superscript |
protected Boolean |
underline |
protected String |
value |
| Constructor and Description |
|---|
Emphasis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle()
Gets the value of the style property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isBold()
Gets the value of the bold property.
|
boolean |
isItalic()
Gets the value of the italic property.
|
boolean |
isQuote()
Gets the value of the quote property.
|
boolean |
isSetBold() |
boolean |
isSetItalic() |
boolean |
isSetQuote() |
boolean |
isSetStyle() |
boolean |
isSetSubscript() |
boolean |
isSetSuperscript() |
boolean |
isSetUnderline() |
boolean |
isSetValue() |
boolean |
isSubscript()
Gets the value of the subscript property.
|
boolean |
isSuperscript()
Gets the value of the superscript property.
|
boolean |
isUnderline()
Gets the value of the underline property.
|
void |
setBold(boolean value)
Sets the value of the bold property.
|
void |
setItalic(boolean value)
Sets the value of the italic property.
|
void |
setQuote(boolean value)
Sets the value of the quote property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setSubscript(boolean value)
Sets the value of the subscript property.
|
void |
setSuperscript(boolean value)
Sets the value of the superscript property.
|
void |
setUnderline(boolean value)
Sets the value of the underline property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetBold() |
void |
unsetItalic() |
void |
unsetQuote() |
void |
unsetSubscript() |
void |
unsetSuperscript() |
void |
unsetUnderline() |
protected String value
protected String style
protected Boolean bold
protected Boolean italic
protected Boolean quote
protected Boolean underline
protected Boolean superscript
protected Boolean subscript
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic boolean isSetStyle()
public boolean isBold()
Booleanpublic void setBold(boolean value)
value - allowed object is
Booleanpublic boolean isSetBold()
public void unsetBold()
public boolean isItalic()
Booleanpublic void setItalic(boolean value)
value - allowed object is
Booleanpublic boolean isSetItalic()
public void unsetItalic()
public boolean isQuote()
Booleanpublic void setQuote(boolean value)
value - allowed object is
Booleanpublic boolean isSetQuote()
public void unsetQuote()
public boolean isUnderline()
Booleanpublic void setUnderline(boolean value)
value - allowed object is
Booleanpublic boolean isSetUnderline()
public void unsetUnderline()
public boolean isSuperscript()
Booleanpublic void setSuperscript(boolean value)
value - allowed object is
Booleanpublic boolean isSetSuperscript()
public void unsetSuperscript()
public boolean isSubscript()
Booleanpublic void setSubscript(boolean value)
value - allowed object is
Booleanpublic boolean isSetSubscript()
public void unsetSubscript()
Copyright © 2023. All rights reserved.