|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CMC
An XML CMC(@http://enterprise.businessobjects.com/3.0/cmc). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
CMC.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element |
java.lang.String |
getAccessUrl()
Gets the "AccessUrl" element |
java.lang.String |
getCreatableObjects()
Gets the "CreatableObjects" element |
CustomProperties |
getCustomProperties()
Gets the "CustomProperties" element |
boolean |
getCustomUi()
Gets the "CustomUi" element |
java.lang.String |
getDotnetWcaContextPath()
Gets the "DotnetWcaContextPath" element |
java.lang.String |
getJavaWcaContextPath()
Gets the "JavaWcaContextPath" element |
java.lang.String |
getPath()
Gets the "Path" element |
int |
getSearchThreshold()
Gets the "SearchThreshold" element |
boolean |
isSetAccessUrl()
True if has "AccessUrl" element |
boolean |
isSetCreatableObjects()
True if has "CreatableObjects" element |
boolean |
isSetCustomProperties()
True if has "CustomProperties" element |
boolean |
isSetCustomUi()
True if has "CustomUi" element |
boolean |
isSetDotnetWcaContextPath()
True if has "DotnetWcaContextPath" element |
boolean |
isSetJavaWcaContextPath()
True if has "JavaWcaContextPath" element |
boolean |
isSetPath()
True if has "Path" element |
boolean |
isSetSearchThreshold()
True if has "SearchThreshold" element |
void |
setAccessUrl(java.lang.String accessUrl)
Sets the "AccessUrl" element |
void |
setCreatableObjects(java.lang.String creatableObjects)
Sets the "CreatableObjects" element |
void |
setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element |
void |
setCustomUi(boolean customUi)
Sets the "CustomUi" element |
void |
setDotnetWcaContextPath(java.lang.String dotnetWcaContextPath)
Sets the "DotnetWcaContextPath" element |
void |
setJavaWcaContextPath(java.lang.String javaWcaContextPath)
Sets the "JavaWcaContextPath" element |
void |
setPath(java.lang.String path)
Sets the "Path" element |
void |
setSearchThreshold(int searchThreshold)
Sets the "SearchThreshold" element |
void |
unsetAccessUrl()
Unsets the "AccessUrl" element |
void |
unsetCreatableObjects()
Unsets the "CreatableObjects" element |
void |
unsetCustomProperties()
Unsets the "CustomProperties" element |
void |
unsetCustomUi()
Unsets the "CustomUi" element |
void |
unsetDotnetWcaContextPath()
Unsets the "DotnetWcaContextPath" element |
void |
unsetJavaWcaContextPath()
Unsets the "JavaWcaContextPath" element |
void |
unsetPath()
Unsets the "Path" element |
void |
unsetSearchThreshold()
Unsets the "SearchThreshold" element |
org.apache.xmlbeans.XmlString |
xgetAccessUrl()
Gets (as xml) the "AccessUrl" element |
org.apache.xmlbeans.XmlString |
xgetCreatableObjects()
Gets (as xml) the "CreatableObjects" element |
org.apache.xmlbeans.XmlBoolean |
xgetCustomUi()
Gets (as xml) the "CustomUi" element |
org.apache.xmlbeans.XmlString |
xgetDotnetWcaContextPath()
Gets (as xml) the "DotnetWcaContextPath" element |
org.apache.xmlbeans.XmlString |
xgetJavaWcaContextPath()
Gets (as xml) the "JavaWcaContextPath" element |
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "Path" element |
org.apache.xmlbeans.XmlInt |
xgetSearchThreshold()
Gets (as xml) the "SearchThreshold" element |
void |
xsetAccessUrl(org.apache.xmlbeans.XmlString accessUrl)
Sets (as xml) the "AccessUrl" element |
void |
xsetCreatableObjects(org.apache.xmlbeans.XmlString creatableObjects)
Sets (as xml) the "CreatableObjects" element |
void |
xsetCustomUi(org.apache.xmlbeans.XmlBoolean customUi)
Sets (as xml) the "CustomUi" element |
void |
xsetDotnetWcaContextPath(org.apache.xmlbeans.XmlString dotnetWcaContextPath)
Sets (as xml) the "DotnetWcaContextPath" element |
void |
xsetJavaWcaContextPath(org.apache.xmlbeans.XmlString javaWcaContextPath)
Sets (as xml) the "JavaWcaContextPath" element |
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "Path" element |
void |
xsetSearchThreshold(org.apache.xmlbeans.XmlInt searchThreshold)
Sets (as xml) the "SearchThreshold" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getDotnetWcaContextPath()
org.apache.xmlbeans.XmlString xgetDotnetWcaContextPath()
boolean isSetDotnetWcaContextPath()
void setDotnetWcaContextPath(java.lang.String dotnetWcaContextPath)
void xsetDotnetWcaContextPath(org.apache.xmlbeans.XmlString dotnetWcaContextPath)
void unsetDotnetWcaContextPath()
boolean getCustomUi()
org.apache.xmlbeans.XmlBoolean xgetCustomUi()
boolean isSetCustomUi()
void setCustomUi(boolean customUi)
void xsetCustomUi(org.apache.xmlbeans.XmlBoolean customUi)
void unsetCustomUi()
int getSearchThreshold()
org.apache.xmlbeans.XmlInt xgetSearchThreshold()
boolean isSetSearchThreshold()
void setSearchThreshold(int searchThreshold)
void xsetSearchThreshold(org.apache.xmlbeans.XmlInt searchThreshold)
void unsetSearchThreshold()
java.lang.String getAccessUrl()
org.apache.xmlbeans.XmlString xgetAccessUrl()
boolean isSetAccessUrl()
void setAccessUrl(java.lang.String accessUrl)
void xsetAccessUrl(org.apache.xmlbeans.XmlString accessUrl)
void unsetAccessUrl()
java.lang.String getJavaWcaContextPath()
org.apache.xmlbeans.XmlString xgetJavaWcaContextPath()
boolean isSetJavaWcaContextPath()
void setJavaWcaContextPath(java.lang.String javaWcaContextPath)
void xsetJavaWcaContextPath(org.apache.xmlbeans.XmlString javaWcaContextPath)
void unsetJavaWcaContextPath()
java.lang.String getCreatableObjects()
org.apache.xmlbeans.XmlString xgetCreatableObjects()
boolean isSetCreatableObjects()
void setCreatableObjects(java.lang.String creatableObjects)
void xsetCreatableObjects(org.apache.xmlbeans.XmlString creatableObjects)
void unsetCreatableObjects()
java.lang.String getPath()
org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
void setPath(java.lang.String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
CustomProperties getCustomProperties()
boolean isSetCustomProperties()
void setCustomProperties(CustomProperties customProperties)
CustomProperties addNewCustomProperties()
void unsetCustomProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||