|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Flash
This class represents the Flash plugin for Crystal Xcelsius.
| Nested Class Summary | |
|---|---|
static class |
Flash.Factory
A class with methods for creating instances of the Flash type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
CorporateCategories |
addNewCorporateCategories()
Appends and returns a new empty CorporateCategories element. |
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty CustomProperties element. |
EncyclopediaTopics |
addNewEncyclopediaTopics()
Appends and returns a new empty EncyclopediaTopics element. |
FileProperties |
addNewFileProperties()
Appends and returns a new empty FileProperties element. |
PersonalCategories |
addNewPersonalCategories()
Appends and returns a new empty PersonalCategories element. |
Reports |
addNewReports()
Appends and returns a new empty Reports element. |
CorporateCategories |
getCorporateCategories()
Returns the CorporateCategories element. |
CustomProperties |
getCustomProperties()
Returns the CustomProperties element. |
EncyclopediaTopics |
getEncyclopediaTopics()
Returns the EncyclopediaTopics element. |
FileProperties |
getFileProperties()
Returns the FileProperties element. |
java.lang.String |
getFlashVarsString()
Returns the FlashVarsString element. |
java.lang.String |
getMimeType()
Returns the MimeType element. |
PersonalCategories |
getPersonalCategories()
Returns the PersonalCategories element. |
Reports |
getReports()
Returns the Reports element. |
java.lang.String |
getViewerURL()
Returns the ViewerURL element. |
boolean |
isSetCorporateCategories()
Checks if the CorporateCategories element has been set. |
boolean |
isSetCustomProperties()
Checks if the CustomProperties element has been set. |
boolean |
isSetEncyclopediaTopics()
Checks if the EncyclopediaTopics element has been set. |
boolean |
isSetMimeType()
Checks if the MimeType element has been set. |
boolean |
isSetPersonalCategories()
Checks if the PersonalCategories element has been set. |
boolean |
isSetViewerURL()
Checks if the ViewerURL element has been set. |
void |
setCorporateCategories(CorporateCategories corporateCategories)
Sets the CorporateCategories element. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the CustomProperties element. |
void |
setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
Sets the EncyclopediaTopics element. |
void |
setFileProperties(FileProperties fileProperties)
Sets the FileProperties element. |
void |
setFlashVarsString(java.lang.String flashVarsString)
Sets the FlashVarsString element. |
void |
setMimeType(java.lang.String mimeType)
Sets the MimeType element. |
void |
setPersonalCategories(PersonalCategories personalCategories)
Sets the PersonalCategories element. |
void |
setReports(Reports reports)
Sets the Reports element. |
void |
setViewerURL(java.lang.String viewerURL)
Sets the ViewerURL element. |
void |
unsetCorporateCategories()
Deletes or unsets the CorporateCategories element. |
void |
unsetCustomProperties()
Deletes or unsets the CustomProperties element. |
void |
unsetEncyclopediaTopics()
Deletes or unsets the EncyclopediaTopics element. |
void |
unsetMimeType()
Deletes or unsets the MimeType element. |
void |
unsetPersonalCategories()
Deletes or unsets the PersonalCategories element. |
void |
unsetViewerURL()
Deletes or unsets the ViewerURL element. |
org.apache.xmlbeans.XmlString |
xgetFlashVarsString()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetMimeType()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetViewerURL()
Internal Use Only. |
void |
xsetFlashVarsString(org.apache.xmlbeans.XmlString flashVarsString)
Internal Use Only. |
void |
xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
Internal Use Only. |
void |
xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getMimeType()
MimeType element.
MimeType element.org.apache.xmlbeans.XmlString xgetMimeType()
boolean isSetMimeType()
MimeType element has been set.
true if the MimeType element has been set, otherwise false.void setMimeType(java.lang.String mimeType)
MimeType element.
mimeType - void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
void unsetMimeType()
MimeType element.
java.lang.String getViewerURL()
ViewerURL element.
String that contains the ViewerURL element.org.apache.xmlbeans.XmlString xgetViewerURL()
boolean isSetViewerURL()
ViewerURL element has been set.
true if the ViewerURL element has been set, otherwise false.void setViewerURL(java.lang.String viewerURL)
ViewerURL element.
viewerURL - void xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
void unsetViewerURL()
ViewerURL element.
java.lang.String getFlashVarsString()
FlashVarsString element.
String that contains the FlahsVarsString element.org.apache.xmlbeans.XmlString xgetFlashVarsString()
void setFlashVarsString(java.lang.String flashVarsString)
FlashVarsString element.
flashVarsString - void xsetFlashVarsString(org.apache.xmlbeans.XmlString flashVarsString)
Reports getReports()
Reports element.
Reports element.void setReports(Reports reports)
Reports element.
reports - Reports addNewReports()
Reports element.
Reports element.FileProperties getFileProperties()
FileProperties element.
FileProperties element.void setFileProperties(FileProperties fileProperties)
FileProperties element.
fileProperties - The new FileProperties element.FileProperties addNewFileProperties()
FileProperties element.
FileProperties element.CorporateCategories getCorporateCategories()
CorporateCategories element.
CorporateCategories element.boolean isSetCorporateCategories()
CorporateCategories element has been set.
true if the CorporateCategories element has been set, otherwise false.void setCorporateCategories(CorporateCategories corporateCategories)
CorporateCategories element.
corporateCategories - The new CorporateCategories element.CorporateCategories addNewCorporateCategories()
CorporateCategories element.
CorporateCategories element.void unsetCorporateCategories()
CorporateCategories element.
PersonalCategories getPersonalCategories()
PersonalCategories element.
PersonalCategories element.boolean isSetPersonalCategories()
PersonalCategories element has been set.
true if the PersonalCategories element has been set, otherwise false.void setPersonalCategories(PersonalCategories personalCategories)
PersonalCategories element.
personalCategories - PersonalCategories addNewPersonalCategories()
PersonalCategories element.
PersonalCategories element.void unsetPersonalCategories()
PersonalCategories element.
EncyclopediaTopics getEncyclopediaTopics()
EncyclopediaTopics element.
EncyclopediaTopics element.boolean isSetEncyclopediaTopics()
EncyclopediaTopics element has been set.
true if the EncyclopediaTopics element has been set, otherwise false.void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
EncyclopediaTopics element.
encyclopediaTopics - EncyclopediaTopics addNewEncyclopediaTopics()
EncyclopediaTopics element.
EncyclopediaTopics element.void unsetEncyclopediaTopics()
EncyclopediaTopics element.
CustomProperties getCustomProperties()
CustomProperties element.
CustomProperties element.boolean isSetCustomProperties()
CustomProperties element has been set.
true if the CustomProperties element has been set, otherwise false.void setCustomProperties(CustomProperties customProperties)
CustomProperties element.
customProperties - CustomProperties addNewCustomProperties()
CustomProperties element.
CustomProperties element.void unsetCustomProperties()
CustomProperties element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||