easybox.com.ebmwebsourcing.easybpmn.bpmndi._2
Class EJaxbFont

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbFont
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbFont
extends com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject

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

name

protected java.lang.String name

size

protected java.lang.Double size

isBold

protected java.lang.Boolean isBold

isItalic

protected java.lang.Boolean isItalic

isUnderline

protected java.lang.Boolean isUnderline

isStrikeThrough

protected java.lang.Boolean isStrikeThrough
Constructor Detail

EJaxbFont

public EJaxbFont()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getSize

public double getSize()
Gets the value of the size property.

Returns:
possible object is Double

setSize

public void setSize(double value)
Sets the value of the size property.

Parameters:
value - allowed object is Double

isSetSize

public boolean isSetSize()

unsetSize

public void unsetSize()

isIsBold

public boolean isIsBold()
Gets the value of the isBold property.

Returns:
possible object is Boolean

setIsBold

public void setIsBold(boolean value)
Sets the value of the isBold property.

Parameters:
value - allowed object is Boolean

isSetIsBold

public boolean isSetIsBold()

unsetIsBold

public void unsetIsBold()

isIsItalic

public boolean isIsItalic()
Gets the value of the isItalic property.

Returns:
possible object is Boolean

setIsItalic

public void setIsItalic(boolean value)
Sets the value of the isItalic property.

Parameters:
value - allowed object is Boolean

isSetIsItalic

public boolean isSetIsItalic()

unsetIsItalic

public void unsetIsItalic()

isIsUnderline

public boolean isIsUnderline()
Gets the value of the isUnderline property.

Returns:
possible object is Boolean

setIsUnderline

public void setIsUnderline(boolean value)
Sets the value of the isUnderline property.

Parameters:
value - allowed object is Boolean

isSetIsUnderline

public boolean isSetIsUnderline()

unsetIsUnderline

public void unsetIsUnderline()

isIsStrikeThrough

public boolean isIsStrikeThrough()
Gets the value of the isStrikeThrough property.

Returns:
possible object is Boolean

setIsStrikeThrough

public void setIsStrikeThrough(boolean value)
Sets the value of the isStrikeThrough property.

Parameters:
value - allowed object is Boolean

isSetIsStrikeThrough

public boolean isSetIsStrikeThrough()

unsetIsStrikeThrough

public void unsetIsStrikeThrough()


Copyright © 2011 Petals Link. All Rights Reserved.