com.ail.core.document.generatedocument
Class StyleDocumentArgImp

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.command.CommandArgImp
          extended by com.ail.core.document.generatedocument.StyleDocumentArgImp
All Implemented Interfaces:
CommandArg, StyleDocumentArg, java.io.Serializable, java.lang.Cloneable

public class StyleDocumentArgImp
extends CommandArgImp
implements StyleDocumentArg

Version:
$Revision$
Author:
$Author$
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
StyleDocumentArgImp()
           
 
Method Summary
 XMLString getMergedDataArg()
          Getter for the mergedDataArg property.
 XMLString getStyledDocumentRet()
          Getter for the styledDocumentRet property.
 void setMergedDataArg(XMLString mergedData)
          Setter for the mergedDataArg property.
 void setStyledDocumentRet(XMLString styledDocumentRet)
          Setter for the styledDocumentRet property.
 
Methods inherited from class com.ail.core.command.CommandArgImp
getCallersCore, setCallersCore
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Constructor Detail

StyleDocumentArgImp

public StyleDocumentArgImp()
Method Detail

getMergedDataArg

public XMLString getMergedDataArg()
Description copied from interface: StyleDocumentArg
Getter for the mergedDataArg property. This property contains the data which is to be styled.

Specified by:
getMergedDataArg in interface StyleDocumentArg
Returns:
Value of mergedDataArg, or null if it is unset

getStyledDocumentRet

public XMLString getStyledDocumentRet()
Description copied from interface: StyleDocumentArg
Getter for the styledDocumentRet property. This contains the result of the style process.

Specified by:
getStyledDocumentRet in interface StyleDocumentArg
Returns:
Value of styledDocumentRet, or null if it is unset

setMergedDataArg

public void setMergedDataArg(XMLString mergedData)
Description copied from interface: StyleDocumentArg
Setter for the mergedDataArg property.

Specified by:
setMergedDataArg in interface StyleDocumentArg
Parameters:
mergedData - new value for property.
See Also:
StyleDocumentArg.getStyledDocumentRet()

setStyledDocumentRet

public void setStyledDocumentRet(XMLString styledDocumentRet)
Description copied from interface: StyleDocumentArg
Setter for the styledDocumentRet property.

Specified by:
setStyledDocumentRet in interface StyleDocumentArg
See Also:
StyleDocumentArg.getStyledDocumentRet()