com.ibm.designer.domino.xsp.api.published
Class XmlPublishedObject

java.lang.Object
  extended by com.ibm.designer.domino.scripting.api.published.DesignerPublishedObject
      extended by com.ibm.designer.domino.xsp.api.published.XmlPublishedObject
All Implemented Interfaces:
IScriptData.PublishedObject

public class XmlPublishedObject
extends DesignerPublishedObject

The default concrete implementation for XML (Schema) based data sources.


Field Summary
static java.lang.String DESIGNID_SCHEMA
           
 
Fields inherited from class com.ibm.designer.domino.scripting.api.published.DesignerPublishedObject
PROPERTY_DEFAULTBINDING, PROPERTY_JAVASCRIPT_TYPE, PROPERTY_METHODS, PROPERTY_NODE, PROPERTY_PROJECT, PROPERTY_TAGLOCALNAME, PROPERTY_TAGNAMESPACEURI, PROPERTY_XMLDEFINITION
 
Constructor Summary
XmlPublishedObject(java.lang.String name)
          Constructs a new instance of this class.
 
Method Summary
 XmlDefinition getXmlDefinition()
          returns an XmlDefinition object that is the xml representation of this data source.
 
Methods inherited from class com.ibm.designer.domino.scripting.api.published.DesignerPublishedObject
getName, getNode, getProperty, isAdvanced, setName, setNode, setProject, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESIGNID_SCHEMA

public static final java.lang.String DESIGNID_SCHEMA
See Also:
Constant Field Values
Constructor Detail

XmlPublishedObject

public XmlPublishedObject(java.lang.String name)
Constructs a new instance of this class.

Parameters:
name - the var that is used to reference this data source
Method Detail

getXmlDefinition

public XmlDefinition getXmlDefinition()
Description copied from class: DesignerPublishedObject
returns an XmlDefinition object that is the xml representation of this data source. The XmlDefinition can also be retrieved by calling com.ibm.designer.domino.scripting.api.com.ibm.designer.domino.scripting.api.IScriptData.PublishedObject#getProperty(IScriptData.XML_DOCUMENT)

Overrides:
getXmlDefinition in class DesignerPublishedObject
Returns:
returns an XmlDefinition representing the current data source
See Also:
XmlDefinition