|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PathFolder
An XML PathFolder(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
PathFolder.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
int |
getId()
Gets the "Id" element |
java.lang.String |
getName()
Gets the "Name" element |
int |
getObjectType()
Gets the "ObjectType" element |
boolean |
isSetId()
True if has "Id" element |
boolean |
isSetName()
True if has "Name" element |
boolean |
isSetObjectType()
True if has "ObjectType" element |
void |
setId(int id)
Sets the "Id" element |
void |
setName(java.lang.String name)
Sets the "Name" element |
void |
setObjectType(int objectType)
Sets the "ObjectType" element |
void |
unsetId()
Unsets the "Id" element |
void |
unsetName()
Unsets the "Name" element |
void |
unsetObjectType()
Unsets the "ObjectType" element |
org.apache.xmlbeans.XmlInt |
xgetId()
Gets (as xml) the "Id" element |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "Name" element |
org.apache.xmlbeans.XmlInt |
xgetObjectType()
Gets (as xml) the "ObjectType" element |
void |
xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "Id" element |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element |
void |
xsetObjectType(org.apache.xmlbeans.XmlInt objectType)
Sets (as xml) the "ObjectType" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
int getObjectType()
org.apache.xmlbeans.XmlInt xgetObjectType()
boolean isSetObjectType()
void setObjectType(int objectType)
void xsetObjectType(org.apache.xmlbeans.XmlInt objectType)
void unsetObjectType()
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
int getId()
org.apache.xmlbeans.XmlInt xgetId()
boolean isSetId()
void setId(int id)
void xsetId(org.apache.xmlbeans.XmlInt id)
void unsetId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||