|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Xcelsius
This interface contains the mime type identifying it as XCelsius generated object. It contains a xlf file. This class represents a XCelsius formatted report.
| Nested Class Summary | |
|---|---|
static class |
Xcelsius.Factory
A class with methods for creating instances of the Xcelsius 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 object. |
EncyclopediaTopics |
addNewEncyclopediaTopics()
Appends and returns a new empty EncyclopediaTopics object. |
FileProperties |
addNewFileProperties()
Appends and returns a new empty FileProperties object. |
PersonalCategories |
addNewPersonalCategories()
Appends and returns a new empty PersonalCategories object. |
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 |
getMimeType()
Returns the MimeType element. |
PersonalCategories |
getPersonalCategories()
Returns the PersonalCategories 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 fixed. |
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 |
setMimeType(java.lang.String mimeType)
Sets the MimeType element. |
void |
setPersonalCategories(PersonalCategories personalCategories)
Sets the PersonalCategories 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 |
xgetMimeType()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetViewerURL()
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()
org.apache.xmlbeans.XmlString xgetMimeType()
boolean isSetMimeType()
true if the MimeType element has been set, otherwise false.void setMimeType(java.lang.String mimeType)
mimeType - The MimeType element.void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
void unsetMimeType()
java.lang.String getViewerURL()
org.apache.xmlbeans.XmlString xgetViewerURL()
boolean isSetViewerURL()
true if the ViewerURL element has been set,otherwise false.void setViewerURL(java.lang.String viewerURL)
viewerURL - The ViewerURL element.void xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
void unsetViewerURL()
FileProperties getFileProperties()
void setFileProperties(FileProperties fileProperties)
fileProperties - The FileProperties element.FileProperties addNewFileProperties()
FileProperties object.
FileProperties object.CorporateCategories getCorporateCategories()
boolean isSetCorporateCategories()
true if the CorporateCategories element has been set,otherwise false.void setCorporateCategories(CorporateCategories corporateCategories)
corporateCategories - The CorporateCategories element.CorporateCategories addNewCorporateCategories()
CorporateCategories object.void unsetCorporateCategories()
PersonalCategories getPersonalCategories()
boolean isSetPersonalCategories()
true if the PersonalCategories element has been set, otherwise false.void setPersonalCategories(PersonalCategories personalCategories)
personalCategories - The PersonalCategories element.PersonalCategories addNewPersonalCategories()
PersonalCategories object.
PersonalCategories object.void unsetPersonalCategories()
EncyclopediaTopics getEncyclopediaTopics()
boolean isSetEncyclopediaTopics()
true if the EncyclopediaTopics element has been set,otherwise false.void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
encyclopediaTopics - The EncyclopediaTopics element.EncyclopediaTopics addNewEncyclopediaTopics()
EncyclopediaTopics object.
EncyclopediaTopics object.void unsetEncyclopediaTopics()
CustomProperties getCustomProperties()
boolean isSetCustomProperties()
true if the CustomProperties element has been set,otherwise false.void setCustomProperties(CustomProperties customProperties)
customProperties - The CustomProperties element.CustomProperties addNewCustomProperties()
CustomProperties object.
CustomProperties object.void unsetCustomProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||