|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Path
An XML Path(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Path.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
PathFolder |
addNewPathFolder()
Appends and returns a new empty value (as xml) as the last "PathFolder" element |
boolean |
getImport()
Gets the "import" attribute |
PathFolder[] |
getPathFolderArray()
Gets array of all "PathFolder" elements |
PathFolder |
getPathFolderArray(int i)
Gets ith "PathFolder" element |
PathFolder |
insertNewPathFolder(int i)
Inserts and returns a new empty value (as xml) as the ith "PathFolder" element |
boolean |
isSetImport()
True if has "import" attribute |
void |
removePathFolder(int i)
Removes the ith "PathFolder" element |
void |
setImport(boolean ximport)
Sets the "import" attribute |
void |
setPathFolderArray(int i,
PathFolder pathFolder)
Sets ith "PathFolder" element |
void |
setPathFolderArray(PathFolder[] pathFolderArray)
Sets array of all "PathFolder" element |
int |
sizeOfPathFolderArray()
Returns number of "PathFolder" element |
void |
unsetImport()
Unsets the "import" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetImport()
Gets (as xml) the "import" attribute |
void |
xsetImport(org.apache.xmlbeans.XmlBoolean ximport)
Sets (as xml) the "import" attribute |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PathFolder[] getPathFolderArray()
PathFolder getPathFolderArray(int i)
int sizeOfPathFolderArray()
void setPathFolderArray(PathFolder[] pathFolderArray)
void setPathFolderArray(int i,
PathFolder pathFolder)
PathFolder insertNewPathFolder(int i)
PathFolder addNewPathFolder()
void removePathFolder(int i)
boolean getImport()
org.apache.xmlbeans.XmlBoolean xgetImport()
boolean isSetImport()
void setImport(boolean ximport)
void xsetImport(org.apache.xmlbeans.XmlBoolean ximport)
void unsetImport()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||