|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWXMLData
public final class VWXMLData
Use this class to retrieve or set schemas, elements, and XML Strings for the workflow fields that are the XML data fields for Web Services.
Constructor Summary | |
---|---|
VWXMLData()
Public constructor |
|
VWXMLData(java.lang.String theNewXML,
java.lang.String theNewSchemaName,
java.lang.String theNewElementName)
Public constructor. |
Method Summary | |
---|---|
static java.lang.String |
_get_FILE_AUTHOR()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_DATE()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_REVISION()
For FileNet internal use only, do not call. |
java.lang.String |
getElementName()
Gets the element name |
java.lang.String |
getSchemaName()
Gets the schema name |
java.lang.String |
getXML()
Gets the XML string |
void |
setElementName(java.lang.String theNewElementName)
Sets the element name. |
void |
setSchemaName(java.lang.String theNewSchemaName)
Sets the schema name. |
void |
setXML(java.lang.String theNewXML)
Sets the XML string |
java.lang.String |
toString()
Gets a string representation of this object. |
void |
toXML(java.lang.StringBuffer theBuffer)
Appends an XML string that represents this VWXMLData object to the buffer specified by the input parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VWXMLData()
public VWXMLData(java.lang.String theNewXML, java.lang.String theNewSchemaName, java.lang.String theNewElementName) throws VWException
theNewXML
- The new XML string valuetheNewSchemaName
- The new schema nametheNewElementName
- The new element name
VWException
Method Detail |
---|
public static java.lang.String _get_FILE_DATE()
public static java.lang.String _get_FILE_AUTHOR()
public static java.lang.String _get_FILE_REVISION()
public java.lang.String getXML()
public java.lang.String getElementName()
public java.lang.String getSchemaName()
public void setXML(java.lang.String theNewXML) throws VWException
theNewXML
- The new XML string value
VWException
public void setElementName(java.lang.String theNewElementName) throws VWException
theNewElementName
- The new element name
VWException
- thrown if the caller attempts to set the element name on a runtime VWXMLData object.public void setSchemaName(java.lang.String theNewSchemaName) throws VWException
theNewSchemaName
- The new schema name
VWException
- thrown if the caller attempts to set the schema name on a runtime VWXMLData object.public void toXML(java.lang.StringBuffer theBuffer) throws VWException
Cautions: This XML string is non-extensible, and cannot be modified in any way. This general list of properties currently contained in the appended string is subject to change without notice.
theBuffer
- A StringBuffer that the method will append with
XML content.
VWException
public java.lang.String toString()
toString
in class java.lang.Object
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |