|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbFont
public class EJaxbFont
Java class for Font complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Font">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="isBold" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isItalic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isUnderline" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isStrikeThrough" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
isBold
|
protected java.lang.Boolean |
isItalic
|
protected java.lang.Boolean |
isStrikeThrough
|
protected java.lang.Boolean |
isUnderline
|
protected java.lang.String |
name
|
protected java.lang.Double |
size
|
| Constructor Summary | |
|---|---|
EJaxbFont()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
double |
getSize()
Gets the value of the size property. |
boolean |
isIsBold()
Gets the value of the isBold property. |
boolean |
isIsItalic()
Gets the value of the isItalic property. |
boolean |
isIsStrikeThrough()
Gets the value of the isStrikeThrough property. |
boolean |
isIsUnderline()
Gets the value of the isUnderline property. |
boolean |
isSetIsBold()
|
boolean |
isSetIsItalic()
|
boolean |
isSetIsStrikeThrough()
|
boolean |
isSetIsUnderline()
|
boolean |
isSetName()
|
boolean |
isSetSize()
|
void |
setIsBold(boolean value)
Sets the value of the isBold property. |
void |
setIsItalic(boolean value)
Sets the value of the isItalic property. |
void |
setIsStrikeThrough(boolean value)
Sets the value of the isStrikeThrough property. |
void |
setIsUnderline(boolean value)
Sets the value of the isUnderline property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSize(double value)
Sets the value of the size property. |
void |
unsetIsBold()
|
void |
unsetIsItalic()
|
void |
unsetIsStrikeThrough()
|
void |
unsetIsUnderline()
|
void |
unsetSize()
|
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
|---|
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
|---|
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.Double size
protected java.lang.Boolean isBold
protected java.lang.Boolean isItalic
protected java.lang.Boolean isUnderline
protected java.lang.Boolean isStrikeThrough
| Constructor Detail |
|---|
public EJaxbFont()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public double getSize()
Doublepublic void setSize(double value)
value - allowed object is
Doublepublic boolean isSetSize()
public void unsetSize()
public boolean isIsBold()
Booleanpublic void setIsBold(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsBold()
public void unsetIsBold()
public boolean isIsItalic()
Booleanpublic void setIsItalic(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsItalic()
public void unsetIsItalic()
public boolean isIsUnderline()
Booleanpublic void setIsUnderline(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsUnderline()
public void unsetIsUnderline()
public boolean isIsStrikeThrough()
Booleanpublic void setIsStrikeThrough(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsStrikeThrough()
public void unsetIsStrikeThrough()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||