|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Note
An XML Note(@http://enterprise.businessobjects.com/3.0/note). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Note.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
CorporateCategories |
addNewCorporateCategories()
Appends and returns a new empty "CorporateCategories" element |
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element |
PersonalCategories |
addNewPersonalCategories()
Appends and returns a new empty "PersonalCategories" element |
java.lang.String |
getApplicationComponentType()
Gets the "ApplicationComponentType" element |
CorporateCategories |
getCorporateCategories()
Gets the "CorporateCategories" element |
CustomProperties |
getCustomProperties()
Gets the "CustomProperties" element |
int |
getHeading()
Gets the "Heading" element |
int |
getImportance()
Gets the "Importance" element |
int |
getPermissionsType()
Gets the "PermissionsType" element |
PersonalCategories |
getPersonalCategories()
Gets the "PersonalCategories" element |
java.lang.String |
getTargetProgId()
Gets the "TargetProgId" element |
java.lang.String |
getText()
Gets the "Text" element |
java.lang.String |
getTitle()
Gets the "Title" element |
boolean |
isSetApplicationComponentType()
True if has "ApplicationComponentType" element |
boolean |
isSetCorporateCategories()
True if has "CorporateCategories" element |
boolean |
isSetCustomProperties()
True if has "CustomProperties" element |
boolean |
isSetHeading()
True if has "Heading" element |
boolean |
isSetImportance()
True if has "Importance" element |
boolean |
isSetPermissionsType()
True if has "PermissionsType" element |
boolean |
isSetPersonalCategories()
True if has "PersonalCategories" element |
boolean |
isSetTargetProgId()
True if has "TargetProgId" element |
boolean |
isSetText()
True if has "Text" element |
boolean |
isSetTitle()
True if has "Title" element |
void |
setApplicationComponentType(java.lang.String applicationComponentType)
Sets the "ApplicationComponentType" element |
void |
setCorporateCategories(CorporateCategories corporateCategories)
Sets the "CorporateCategories" element |
void |
setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element |
void |
setHeading(int heading)
Sets the "Heading" element |
void |
setImportance(int importance)
Sets the "Importance" element |
void |
setPermissionsType(int permissionsType)
Sets the "PermissionsType" element |
void |
setPersonalCategories(PersonalCategories personalCategories)
Sets the "PersonalCategories" element |
void |
setTargetProgId(java.lang.String targetProgId)
Sets the "TargetProgId" element |
void |
setText(java.lang.String text)
Sets the "Text" element |
void |
setTitle(java.lang.String title)
Sets the "Title" element |
void |
unsetApplicationComponentType()
Unsets the "ApplicationComponentType" element |
void |
unsetCorporateCategories()
Unsets the "CorporateCategories" element |
void |
unsetCustomProperties()
Unsets the "CustomProperties" element |
void |
unsetHeading()
Unsets the "Heading" element |
void |
unsetImportance()
Unsets the "Importance" element |
void |
unsetPermissionsType()
Unsets the "PermissionsType" element |
void |
unsetPersonalCategories()
Unsets the "PersonalCategories" element |
void |
unsetTargetProgId()
Unsets the "TargetProgId" element |
void |
unsetText()
Unsets the "Text" element |
void |
unsetTitle()
Unsets the "Title" element |
org.apache.xmlbeans.XmlString |
xgetApplicationComponentType()
Gets (as xml) the "ApplicationComponentType" element |
org.apache.xmlbeans.XmlInt |
xgetHeading()
Gets (as xml) the "Heading" element |
org.apache.xmlbeans.XmlInt |
xgetImportance()
Gets (as xml) the "Importance" element |
org.apache.xmlbeans.XmlInt |
xgetPermissionsType()
Gets (as xml) the "PermissionsType" element |
org.apache.xmlbeans.XmlString |
xgetTargetProgId()
Gets (as xml) the "TargetProgId" element |
org.apache.xmlbeans.XmlString |
xgetText()
Gets (as xml) the "Text" element |
org.apache.xmlbeans.XmlString |
xgetTitle()
Gets (as xml) the "Title" element |
void |
xsetApplicationComponentType(org.apache.xmlbeans.XmlString applicationComponentType)
Sets (as xml) the "ApplicationComponentType" element |
void |
xsetHeading(org.apache.xmlbeans.XmlInt heading)
Sets (as xml) the "Heading" element |
void |
xsetImportance(org.apache.xmlbeans.XmlInt importance)
Sets (as xml) the "Importance" element |
void |
xsetPermissionsType(org.apache.xmlbeans.XmlInt permissionsType)
Sets (as xml) the "PermissionsType" element |
void |
xsetTargetProgId(org.apache.xmlbeans.XmlString targetProgId)
Sets (as xml) the "TargetProgId" element |
void |
xsetText(org.apache.xmlbeans.XmlString text)
Sets (as xml) the "Text" element |
void |
xsetTitle(org.apache.xmlbeans.XmlString title)
Sets (as xml) the "Title" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getApplicationComponentType()
org.apache.xmlbeans.XmlString xgetApplicationComponentType()
boolean isSetApplicationComponentType()
void setApplicationComponentType(java.lang.String applicationComponentType)
void xsetApplicationComponentType(org.apache.xmlbeans.XmlString applicationComponentType)
void unsetApplicationComponentType()
java.lang.String getTitle()
org.apache.xmlbeans.XmlString xgetTitle()
boolean isSetTitle()
void setTitle(java.lang.String title)
void xsetTitle(org.apache.xmlbeans.XmlString title)
void unsetTitle()
int getImportance()
org.apache.xmlbeans.XmlInt xgetImportance()
boolean isSetImportance()
void setImportance(int importance)
void xsetImportance(org.apache.xmlbeans.XmlInt importance)
void unsetImportance()
java.lang.String getText()
org.apache.xmlbeans.XmlString xgetText()
boolean isSetText()
void setText(java.lang.String text)
void xsetText(org.apache.xmlbeans.XmlString text)
void unsetText()
int getHeading()
org.apache.xmlbeans.XmlInt xgetHeading()
boolean isSetHeading()
void setHeading(int heading)
void xsetHeading(org.apache.xmlbeans.XmlInt heading)
void unsetHeading()
int getPermissionsType()
org.apache.xmlbeans.XmlInt xgetPermissionsType()
boolean isSetPermissionsType()
void setPermissionsType(int permissionsType)
void xsetPermissionsType(org.apache.xmlbeans.XmlInt permissionsType)
void unsetPermissionsType()
java.lang.String getTargetProgId()
org.apache.xmlbeans.XmlString xgetTargetProgId()
boolean isSetTargetProgId()
void setTargetProgId(java.lang.String targetProgId)
void xsetTargetProgId(org.apache.xmlbeans.XmlString targetProgId)
void unsetTargetProgId()
CorporateCategories getCorporateCategories()
boolean isSetCorporateCategories()
void setCorporateCategories(CorporateCategories corporateCategories)
CorporateCategories addNewCorporateCategories()
void unsetCorporateCategories()
PersonalCategories getPersonalCategories()
boolean isSetPersonalCategories()
void setPersonalCategories(PersonalCategories personalCategories)
PersonalCategories addNewPersonalCategories()
void unsetPersonalCategories()
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 | ||||||||