com.businessobjects.dsws.biplatform
Interface SearchPattern


public interface SearchPattern

An XML SearchPattern(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class SearchPattern.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getCUID()
          Gets the "CUID" element
 int getID()
          Gets the "ID" element
 java.lang.String getName()
          Gets the "Name" element
 java.lang.String getObjectKind()
          Gets the "ObjectKind" element
 java.lang.String getOwner()
          Gets the "Owner" element
 java.lang.String getParentCUID()
          Gets the "ParentCUID" element
 int getParentID()
          Gets the "ParentID" element
 void setCUID(java.lang.String cuid)
          Sets the "CUID" element
 void setID(int id)
          Sets the "ID" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void setObjectKind(java.lang.String objectKind)
          Sets the "ObjectKind" element
 void setOwner(java.lang.String owner)
          Sets the "Owner" element
 void setParentCUID(java.lang.String parentCUID)
          Sets the "ParentCUID" element
 void setParentID(int parentID)
          Sets the "ParentID" element
 org.apache.xmlbeans.XmlString xgetCUID()
          Gets (as xml) the "CUID" 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.XmlString xgetObjectKind()
          Gets (as xml) the "ObjectKind" element
 org.apache.xmlbeans.XmlString xgetOwner()
          Gets (as xml) the "Owner" element
 org.apache.xmlbeans.XmlString xgetParentCUID()
          Gets (as xml) the "ParentCUID" element
 org.apache.xmlbeans.XmlInt xgetParentID()
          Gets (as xml) the "ParentID" element
 void xsetCUID(org.apache.xmlbeans.XmlString cuid)
          Sets (as xml) the "CUID" 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 xsetObjectKind(org.apache.xmlbeans.XmlString objectKind)
          Sets (as xml) the "ObjectKind" element
 void xsetOwner(org.apache.xmlbeans.XmlString owner)
          Sets (as xml) the "Owner" element
 void xsetParentCUID(org.apache.xmlbeans.XmlString parentCUID)
          Sets (as xml) the "ParentCUID" element
 void xsetParentID(org.apache.xmlbeans.XmlInt parentID)
          Sets (as xml) the "ParentID" element
 

Field Detail

type

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

getName

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


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "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


getOwner

java.lang.String getOwner()
Gets the "Owner" element


xgetOwner

org.apache.xmlbeans.XmlString xgetOwner()
Gets (as xml) the "Owner" element


setOwner

void setOwner(java.lang.String owner)
Sets the "Owner" element


xsetOwner

void xsetOwner(org.apache.xmlbeans.XmlString owner)
Sets (as xml) the "Owner" element


getObjectKind

java.lang.String getObjectKind()
Gets the "ObjectKind" element


xgetObjectKind

org.apache.xmlbeans.XmlString xgetObjectKind()
Gets (as xml) the "ObjectKind" element


setObjectKind

void setObjectKind(java.lang.String objectKind)
Sets the "ObjectKind" element


xsetObjectKind

void xsetObjectKind(org.apache.xmlbeans.XmlString objectKind)
Sets (as xml) the "ObjectKind" element


getParentID

int getParentID()
Gets the "ParentID" element


xgetParentID

org.apache.xmlbeans.XmlInt xgetParentID()
Gets (as xml) the "ParentID" element


setParentID

void setParentID(int parentID)
Sets the "ParentID" element


xsetParentID

void xsetParentID(org.apache.xmlbeans.XmlInt parentID)
Sets (as xml) the "ParentID" element


getID

int getID()
Gets the "ID" element


xgetID

org.apache.xmlbeans.XmlInt xgetID()
Gets (as xml) the "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


getParentCUID

java.lang.String getParentCUID()
Gets the "ParentCUID" element


xgetParentCUID

org.apache.xmlbeans.XmlString xgetParentCUID()
Gets (as xml) the "ParentCUID" element


setParentCUID

void setParentCUID(java.lang.String parentCUID)
Sets the "ParentCUID" element


xsetParentCUID

void xsetParentCUID(org.apache.xmlbeans.XmlString parentCUID)
Sets (as xml) the "ParentCUID" element


getCUID

java.lang.String getCUID()
Gets the "CUID" element


xgetCUID

org.apache.xmlbeans.XmlString xgetCUID()
Gets (as xml) the "CUID" element


setCUID

void setCUID(java.lang.String cuid)
Sets the "CUID" element


xsetCUID

void xsetCUID(org.apache.xmlbeans.XmlString cuid)
Sets (as xml) the "CUID" element