org.jopendocument.model.draw
Class DrawA

java.lang.Object
  extended by org.jopendocument.model.draw.DrawA

public class DrawA
extends Object


Field Summary
protected  List<Object> drawImageOrDrawTextBox
           
protected  String officeName
           
protected  String officeServerMap
           
protected  String officeTargetFrameName
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkShow
           
protected  String xlinkType
           
 
Constructor Summary
DrawA()
           
 
Method Summary
 List<Object> getDrawImageOrDrawTextBox()
          Gets the value of the drawImageOrDrawTextBox property.
 String getOfficeName()
          Gets the value of the officeName property.
 String getOfficeServerMap()
          Gets the value of the officeServerMap property.
 String getOfficeTargetFrameName()
          Gets the value of the officeTargetFrameName property.
 String getXlinkActuate()
          Gets the value of the xlinkActuate property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkShow()
          Gets the value of the xlinkShow property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setOfficeName(String value)
          Sets the value of the officeName property.
 void setOfficeServerMap(String value)
          Sets the value of the officeServerMap property.
 void setOfficeTargetFrameName(String value)
          Sets the value of the officeTargetFrameName property.
 void setXlinkActuate(String value)
          Sets the value of the xlinkActuate property.
 void setXlinkHref(String value)
          Sets the value of the xlinkHref property.
 void setXlinkShow(String value)
          Sets the value of the xlinkShow property.
 void setXlinkType(String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawImageOrDrawTextBox

protected List<Object> drawImageOrDrawTextBox

officeName

protected String officeName

officeServerMap

protected String officeServerMap

officeTargetFrameName

protected String officeTargetFrameName

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkShow

protected String xlinkShow

xlinkType

protected String xlinkType
Constructor Detail

DrawA

public DrawA()
Method Detail

getDrawImageOrDrawTextBox

public List<Object> getDrawImageOrDrawTextBox()
Gets the value of the drawImageOrDrawTextBox property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the drawImageOrDrawTextBox property.

For example, to add a new item, do as follows:

 getDrawImageOrDrawTextBox().add(newItem);
 

Objects of the following type(s) are allowed in the list DrawImage DrawTextBox


getOfficeName

public String getOfficeName()
Gets the value of the officeName property.

Returns:
possible object is String

getOfficeServerMap

public String getOfficeServerMap()
Gets the value of the officeServerMap property.

Returns:
possible object is String

getOfficeTargetFrameName

public String getOfficeTargetFrameName()
Gets the value of the officeTargetFrameName property.

Returns:
possible object is String

getXlinkActuate

public String getXlinkActuate()
Gets the value of the xlinkActuate property.

Returns:
possible object is String

getXlinkHref

public String getXlinkHref()
Gets the value of the xlinkHref property.

Returns:
possible object is String

getXlinkShow

public String getXlinkShow()
Gets the value of the xlinkShow property.

Returns:
possible object is String

getXlinkType

public String getXlinkType()
Gets the value of the xlinkType property.

Returns:
possible object is String

setOfficeName

public void setOfficeName(String value)
Sets the value of the officeName property.

Parameters:
value - allowed object is String

setOfficeServerMap

public void setOfficeServerMap(String value)
Sets the value of the officeServerMap property.

Parameters:
value - allowed object is String

setOfficeTargetFrameName

public void setOfficeTargetFrameName(String value)
Sets the value of the officeTargetFrameName property.

Parameters:
value - allowed object is String

setXlinkActuate

public void setXlinkActuate(String value)
Sets the value of the xlinkActuate property.

Parameters:
value - allowed object is String

setXlinkHref

public void setXlinkHref(String value)
Sets the value of the xlinkHref property.

Parameters:
value - allowed object is String

setXlinkShow

public void setXlinkShow(String value)
Sets the value of the xlinkShow property.

Parameters:
value - allowed object is String

setXlinkType

public void setXlinkType(String value)
Sets the value of the xlinkType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.