com.businessobjects.enterprise.crystalreport
Interface ProcessingExtension


public interface ProcessingExtension

Contains information about a processing extension.


Nested Class Summary
static class ProcessingExtension.Factory
          A class with methods for creating instances of the ProcessingExtension type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the processing extension.
 java.lang.String getName()
          Returns the name of the processing extension.
 java.lang.String getPath()
          Returns the location of the processing extension.
 boolean isSetDescription()
          Checks if the Description has been set.
 boolean isSetName()
          Checks if the Name object has been set.
 boolean isSetPath()
          Checks if the Path has been set.
 void setDescription(java.lang.String description)
          Sets the description of the processing extension.
 void setName(java.lang.String name)
          Internal Use Only.
 void setPath(java.lang.String path)
          Sets the location of the processing extension.
 void unsetDescription()
          Deletes or unsets the Description element.
 void unsetName()
          Deletes or unsets the Name element.
 void unsetPath()
          Deletes or unsets the Path element.
 org.apache.xmlbeans.XmlString xgetDescription()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetName()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetPath()
          Internal Use Only.
 void xsetDescription(org.apache.xmlbeans.XmlString description)
          Internal Use Only.
 void xsetName(org.apache.xmlbeans.XmlString name)
          Internal Use Only.
 void xsetPath(org.apache.xmlbeans.XmlString path)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getName

java.lang.String getName()

Returns the name of the processing extension.

Returns:
A String specifying the name of the processing extension.

xgetName

org.apache.xmlbeans.XmlString xgetName()
Internal Use Only.


isSetName

boolean isSetName()
Checks if the Name object has been set.

Returns:
true if the Name element has been set, otherwise false.

setName

void setName(java.lang.String name)
Internal Use Only.


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only.


unsetName

void unsetName()

Deletes or unsets the Name element.


getPath

java.lang.String getPath()

Returns the location of the processing extension.

Returns:
A String specifying the location of the processing extension.

xgetPath

org.apache.xmlbeans.XmlString xgetPath()
Internal Use Only.


isSetPath

boolean isSetPath()
Checks if the Path has been set.

Returns:
true if the Path element has been set, otherwise false.

setPath

void setPath(java.lang.String path)

Sets the location of the processing extension.

Parameters:
path - A String specifying the location of the processing extension.

xsetPath

void xsetPath(org.apache.xmlbeans.XmlString path)
Internal Use Only.


unsetPath

void unsetPath()

Deletes or unsets the Path element.


getDescription

java.lang.String getDescription()

Returns the description of the processing extension.

Returns:
A String containing the description of the processing extension.

xgetDescription

org.apache.xmlbeans.XmlString xgetDescription()
Internal Use Only.


isSetDescription

boolean isSetDescription()
Checks if the Description has been set.

Returns:
true if the Description element has been set, otherwise false.

setDescription

void setDescription(java.lang.String description)

Sets the description of the processing extension.

Parameters:
description - A String containing the description of the processing extension.

xsetDescription

void xsetDescription(org.apache.xmlbeans.XmlString description)
Internal Use Only.


unsetDescription

void unsetDescription()

Deletes or unsets the Description element.