com.businessobjects.enterprise.infoobject
Interface PathFolder


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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getObjectType

int getObjectType()
Gets the "ObjectType" element


xgetObjectType

org.apache.xmlbeans.XmlInt xgetObjectType()
Gets (as xml) the "ObjectType" element


isSetObjectType

boolean isSetObjectType()
True if has "ObjectType" element


setObjectType

void setObjectType(int objectType)
Sets the "ObjectType" element


xsetObjectType

void xsetObjectType(org.apache.xmlbeans.XmlInt objectType)
Sets (as xml) the "ObjectType" element


unsetObjectType

void unsetObjectType()
Unsets the "ObjectType" element


getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


isSetName

boolean isSetName()
True if has "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


unsetName

void unsetName()
Unsets the "Name" element


getId

int getId()
Gets the "Id" element


xgetId

org.apache.xmlbeans.XmlInt xgetId()
Gets (as xml) the "Id" element


isSetId

boolean isSetId()
True if has "Id" element


setId

void setId(int id)
Sets the "Id" element


xsetId

void xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "Id" element


unsetId

void unsetId()
Unsets the "Id" element