org.jopendocument.model.office
Class OfficeDocumentSettings

java.lang.Object
  extended by org.jopendocument.model.office.OfficeDocumentSettings

public class OfficeDocumentSettings
extends Object


Field Summary
protected  OfficeSettings officeSettings
           
protected  String officeVersion
           
protected  String xmlnsConfig
           
protected  String xmlnsOffice
           
protected  String xmlnsXlink
           
 
Constructor Summary
OfficeDocumentSettings()
           
 
Method Summary
 OfficeSettings getOfficeSettings()
          Gets the value of the officeSettings property.
 String getOfficeVersion()
          Gets the value of the officeVersion property.
 String getXmlnsConfig()
          Gets the value of the xmlnsConfig property.
 String getXmlnsOffice()
          Gets the value of the xmlnsOffice property.
 String getXmlnsXlink()
          Gets the value of the xmlnsXlink property.
 void setOfficeSettings(OfficeSettings value)
          Sets the value of the officeSettings property.
 void setOfficeVersion(String value)
          Sets the value of the officeVersion property.
 void setXmlnsConfig(String value)
          Sets the value of the xmlnsConfig property.
 void setXmlnsOffice(String value)
          Sets the value of the xmlnsOffice property.
 void setXmlnsXlink(String value)
          Sets the value of the xmlnsXlink property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

officeSettings

protected OfficeSettings officeSettings

officeVersion

protected String officeVersion

xmlnsConfig

protected String xmlnsConfig

xmlnsOffice

protected String xmlnsOffice

xmlnsXlink

protected String xmlnsXlink
Constructor Detail

OfficeDocumentSettings

public OfficeDocumentSettings()
Method Detail

getOfficeSettings

public OfficeSettings getOfficeSettings()
Gets the value of the officeSettings property.

Returns:
possible object is OfficeSettings

getOfficeVersion

public String getOfficeVersion()
Gets the value of the officeVersion property.

Returns:
possible object is String

getXmlnsConfig

public String getXmlnsConfig()
Gets the value of the xmlnsConfig property.

Returns:
possible object is String

getXmlnsOffice

public String getXmlnsOffice()
Gets the value of the xmlnsOffice property.

Returns:
possible object is String

getXmlnsXlink

public String getXmlnsXlink()
Gets the value of the xmlnsXlink property.

Returns:
possible object is String

setOfficeSettings

public void setOfficeSettings(OfficeSettings value)
Sets the value of the officeSettings property.

Parameters:
value - allowed object is OfficeSettings

setOfficeVersion

public void setOfficeVersion(String value)
Sets the value of the officeVersion property.

Parameters:
value - allowed object is String

setXmlnsConfig

public void setXmlnsConfig(String value)
Sets the value of the xmlnsConfig property.

Parameters:
value - allowed object is String

setXmlnsOffice

public void setXmlnsOffice(String value)
Sets the value of the xmlnsOffice property.

Parameters:
value - allowed object is String

setXmlnsXlink

public void setXmlnsXlink(String value)
Sets the value of the xmlnsXlink property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.