|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getName()
Returns the name of the processing extension.
String specifying the name of the processing extension.org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
Name object has been set.
true if the Name element has been set, otherwise false.void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Deletes or unsets the Name element.
java.lang.String getPath()
Returns the location of the processing extension.
String specifying the location of the processing extension.org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
Path has been set.
true if the Path element has been set, otherwise false.void setPath(java.lang.String path)
Sets the location of the processing extension.
path - A String specifying the location of the processing extension.void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
Deletes or unsets the Path element.
java.lang.String getDescription()
Returns the description of the processing extension.
String containing the description of the processing extension.org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
Description has been set.
true if the Description element has been set, otherwise false.void setDescription(java.lang.String description)
Sets the description of the processing extension.
description - A String containing the description of the processing extension.void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
Deletes or unsets the Description element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||