org.jopendocument.model
Class MetaTemplate

java.lang.Object
  extended by org.jopendocument.model.MetaTemplate

public class MetaTemplate
extends Object


Field Summary
protected  String metaDate
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkTitle
           
protected  String xlinkType
           
 
Constructor Summary
MetaTemplate()
           
 
Method Summary
 String getMetaDate()
          Gets the value of the metaDate property.
 String getXlinkActuate()
          Gets the value of the xlinkActuate property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkTitle()
          Gets the value of the xlinkTitle property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setMetaDate(String value)
          Sets the value of the metaDate property.
 void setXlinkActuate(String value)
          Sets the value of the xlinkActuate property.
 void setXlinkHref(String value)
          Sets the value of the xlinkHref property.
 void setXlinkTitle(String value)
          Sets the value of the xlinkTitle 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

metaDate

protected String metaDate

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkTitle

protected String xlinkTitle

xlinkType

protected String xlinkType
Constructor Detail

MetaTemplate

public MetaTemplate()
Method Detail

getMetaDate

public String getMetaDate()
Gets the value of the metaDate 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

getXlinkTitle

public String getXlinkTitle()
Gets the value of the xlinkTitle property.

Returns:
possible object is String

getXlinkType

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

Returns:
possible object is String

setMetaDate

public void setMetaDate(String value)
Sets the value of the metaDate 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

setXlinkTitle

public void setXlinkTitle(String value)
Sets the value of the xlinkTitle 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.