org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XDescription

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Subinterfaces:
XProjectReference
All Known Implementing Classes:
XDescriptionImpl, XProjectReferenceImpl

public interface XDescription
extends XmlObject

An XML description(@http://www.decision-deck.org/2009/XMCDA-2.1.0). This is a complex type.


Nested Class Summary
static class XDescription.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 void addAbstract(String xabstract)
          Appends the value as the last "abstract" element
 void addAuthor(String author)
          Appends the value as the last "author" element
 void addComment(String comment)
          Appends the value as the last "comment" element
 void addCreationDate(Calendar creationDate)
          Appends the value as the last "creationDate" element
 void addKeywords(String keywords)
          Appends the value as the last "keywords" element
 void addLastModificationDate(Calendar lastModificationDate)
          Appends the value as the last "lastModificationDate" element
 XmlString addNewAbstract()
          Appends and returns a new empty value (as xml) as the last "abstract" element
 XmlString addNewAuthor()
          Appends and returns a new empty value (as xml) as the last "author" element
 XBibliography addNewBibliography()
          Appends and returns a new empty value (as xml) as the last "bibliography" element
 XmlString addNewComment()
          Appends and returns a new empty value (as xml) as the last "comment" element
 XmlDateTime addNewCreationDate()
          Appends and returns a new empty value (as xml) as the last "creationDate" element
 XmlString addNewKeywords()
          Appends and returns a new empty value (as xml) as the last "keywords" element
 XmlDateTime addNewLastModificationDate()
          Appends and returns a new empty value (as xml) as the last "lastModificationDate" element
 XmlString addNewShortName()
          Appends and returns a new empty value (as xml) as the last "shortName" element
 XmlString addNewStakeholders()
          Appends and returns a new empty value (as xml) as the last "stakeholders" element
 XmlString addNewUser()
          Appends and returns a new empty value (as xml) as the last "user" element
 XmlString addNewVersion()
          Appends and returns a new empty value (as xml) as the last "version" element
 void addShortName(String shortName)
          Appends the value as the last "shortName" element
 void addStakeholders(String stakeholders)
          Appends the value as the last "stakeholders" element
 void addUser(String user)
          Appends the value as the last "user" element
 void addVersion(String version)
          Appends the value as the last "version" element
 String[] getAbstractArray()
          Deprecated.  
 String getAbstractArray(int i)
          Gets ith "abstract" element
 List<String> getAbstractList()
          Gets a List of "abstract" elements
 String[] getAuthorArray()
          Deprecated.  
 String getAuthorArray(int i)
          Gets ith "author" element
 List<String> getAuthorList()
          Gets a List of "author" elements
 XBibliography[] getBibliographyArray()
          Deprecated.  
 XBibliography getBibliographyArray(int i)
          Gets ith "bibliography" element
 List<XBibliography> getBibliographyList()
          Gets a List of "bibliography" elements
 String[] getCommentArray()
          Deprecated.  
 String getCommentArray(int i)
          Gets ith "comment" element
 List<String> getCommentList()
          Gets a List of "comment" elements
 Calendar[] getCreationDateArray()
          Deprecated.  
 Calendar getCreationDateArray(int i)
          Gets ith "creationDate" element
 List<Calendar> getCreationDateList()
          Gets a List of "creationDate" elements
 String[] getKeywordsArray()
          Deprecated.  
 String getKeywordsArray(int i)
          Gets ith "keywords" element
 List<String> getKeywordsList()
          Gets a List of "keywords" elements
 Calendar[] getLastModificationDateArray()
          Deprecated.  
 Calendar getLastModificationDateArray(int i)
          Gets ith "lastModificationDate" element
 List<Calendar> getLastModificationDateList()
          Gets a List of "lastModificationDate" elements
 String[] getShortNameArray()
          Deprecated.  
 String getShortNameArray(int i)
          Gets ith "shortName" element
 List<String> getShortNameList()
          Gets a List of "shortName" elements
 String[] getStakeholdersArray()
          Deprecated.  
 String getStakeholdersArray(int i)
          Gets ith "stakeholders" element
 List<String> getStakeholdersList()
          Gets a List of "stakeholders" elements
 String getSubSubTitle()
          Gets the "subSubTitle" element
 String getSubTitle()
          Gets the "subTitle" element
 String getTitle()
          Gets the "title" element
 String[] getUserArray()
          Deprecated.  
 String getUserArray(int i)
          Gets ith "user" element
 List<String> getUserList()
          Gets a List of "user" elements
 String[] getVersionArray()
          Deprecated.  
 String getVersionArray(int i)
          Gets ith "version" element
 List<String> getVersionList()
          Gets a List of "version" elements
 void insertAbstract(int i, String xabstract)
          Inserts the value as the ith "abstract" element
 void insertAuthor(int i, String author)
          Inserts the value as the ith "author" element
 void insertComment(int i, String comment)
          Inserts the value as the ith "comment" element
 void insertCreationDate(int i, Calendar creationDate)
          Inserts the value as the ith "creationDate" element
 void insertKeywords(int i, String keywords)
          Inserts the value as the ith "keywords" element
 void insertLastModificationDate(int i, Calendar lastModificationDate)
          Inserts the value as the ith "lastModificationDate" element
 XmlString insertNewAbstract(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract" element
 XmlString insertNewAuthor(int i)
          Inserts and returns a new empty value (as xml) as the ith "author" element
 XBibliography insertNewBibliography(int i)
          Inserts and returns a new empty value (as xml) as the ith "bibliography" element
 XmlString insertNewComment(int i)
          Inserts and returns a new empty value (as xml) as the ith "comment" element
 XmlDateTime insertNewCreationDate(int i)
          Inserts and returns a new empty value (as xml) as the ith "creationDate" element
 XmlString insertNewKeywords(int i)
          Inserts and returns a new empty value (as xml) as the ith "keywords" element
 XmlDateTime insertNewLastModificationDate(int i)
          Inserts and returns a new empty value (as xml) as the ith "lastModificationDate" element
 XmlString insertNewShortName(int i)
          Inserts and returns a new empty value (as xml) as the ith "shortName" element
 XmlString insertNewStakeholders(int i)
          Inserts and returns a new empty value (as xml) as the ith "stakeholders" element
 XmlString insertNewUser(int i)
          Inserts and returns a new empty value (as xml) as the ith "user" element
 XmlString insertNewVersion(int i)
          Inserts and returns a new empty value (as xml) as the ith "version" element
 void insertShortName(int i, String shortName)
          Inserts the value as the ith "shortName" element
 void insertStakeholders(int i, String stakeholders)
          Inserts the value as the ith "stakeholders" element
 void insertUser(int i, String user)
          Inserts the value as the ith "user" element
 void insertVersion(int i, String version)
          Inserts the value as the ith "version" element
 boolean isSetSubSubTitle()
          True if has "subSubTitle" element
 boolean isSetSubTitle()
          True if has "subTitle" element
 boolean isSetTitle()
          True if has "title" element
 void removeAbstract(int i)
          Removes the ith "abstract" element
 void removeAuthor(int i)
          Removes the ith "author" element
 void removeBibliography(int i)
          Removes the ith "bibliography" element
 void removeComment(int i)
          Removes the ith "comment" element
 void removeCreationDate(int i)
          Removes the ith "creationDate" element
 void removeKeywords(int i)
          Removes the ith "keywords" element
 void removeLastModificationDate(int i)
          Removes the ith "lastModificationDate" element
 void removeShortName(int i)
          Removes the ith "shortName" element
 void removeStakeholders(int i)
          Removes the ith "stakeholders" element
 void removeUser(int i)
          Removes the ith "user" element
 void removeVersion(int i)
          Removes the ith "version" element
 void setAbstractArray(int i, String xabstract)
          Sets ith "abstract" element
 void setAbstractArray(String[] xabstractArray)
          Sets array of all "abstract" element
 void setAuthorArray(int i, String author)
          Sets ith "author" element
 void setAuthorArray(String[] authorArray)
          Sets array of all "author" element
 void setBibliographyArray(int i, XBibliography bibliography)
          Sets ith "bibliography" element
 void setBibliographyArray(XBibliography[] bibliographyArray)
          Sets array of all "bibliography" element
 void setCommentArray(int i, String comment)
          Sets ith "comment" element
 void setCommentArray(String[] commentArray)
          Sets array of all "comment" element
 void setCreationDateArray(Calendar[] creationDateArray)
          Sets array of all "creationDate" element
 void setCreationDateArray(int i, Calendar creationDate)
          Sets ith "creationDate" element
 void setKeywordsArray(int i, String keywords)
          Sets ith "keywords" element
 void setKeywordsArray(String[] keywordsArray)
          Sets array of all "keywords" element
 void setLastModificationDateArray(Calendar[] lastModificationDateArray)
          Sets array of all "lastModificationDate" element
 void setLastModificationDateArray(int i, Calendar lastModificationDate)
          Sets ith "lastModificationDate" element
 void setShortNameArray(int i, String shortName)
          Sets ith "shortName" element
 void setShortNameArray(String[] shortNameArray)
          Sets array of all "shortName" element
 void setStakeholdersArray(int i, String stakeholders)
          Sets ith "stakeholders" element
 void setStakeholdersArray(String[] stakeholdersArray)
          Sets array of all "stakeholders" element
 void setSubSubTitle(String subSubTitle)
          Sets the "subSubTitle" element
 void setSubTitle(String subTitle)
          Sets the "subTitle" element
 void setTitle(String title)
          Sets the "title" element
 void setUserArray(int i, String user)
          Sets ith "user" element
 void setUserArray(String[] userArray)
          Sets array of all "user" element
 void setVersionArray(int i, String version)
          Sets ith "version" element
 void setVersionArray(String[] versionArray)
          Sets array of all "version" element
 int sizeOfAbstractArray()
          Returns number of "abstract" element
 int sizeOfAuthorArray()
          Returns number of "author" element
 int sizeOfBibliographyArray()
          Returns number of "bibliography" element
 int sizeOfCommentArray()
          Returns number of "comment" element
 int sizeOfCreationDateArray()
          Returns number of "creationDate" element
 int sizeOfKeywordsArray()
          Returns number of "keywords" element
 int sizeOfLastModificationDateArray()
          Returns number of "lastModificationDate" element
 int sizeOfShortNameArray()
          Returns number of "shortName" element
 int sizeOfStakeholdersArray()
          Returns number of "stakeholders" element
 int sizeOfUserArray()
          Returns number of "user" element
 int sizeOfVersionArray()
          Returns number of "version" element
 void unsetSubSubTitle()
          Unsets the "subSubTitle" element
 void unsetSubTitle()
          Unsets the "subTitle" element
 void unsetTitle()
          Unsets the "title" element
 XmlString[] xgetAbstractArray()
          Deprecated.  
 XmlString xgetAbstractArray(int i)
          Gets (as xml) ith "abstract" element
 List<XmlString> xgetAbstractList()
          Gets (as xml) a List of "abstract" elements
 XmlString[] xgetAuthorArray()
          Deprecated.  
 XmlString xgetAuthorArray(int i)
          Gets (as xml) ith "author" element
 List<XmlString> xgetAuthorList()
          Gets (as xml) a List of "author" elements
 XmlString[] xgetCommentArray()
          Deprecated.  
 XmlString xgetCommentArray(int i)
          Gets (as xml) ith "comment" element
 List<XmlString> xgetCommentList()
          Gets (as xml) a List of "comment" elements
 XmlDateTime[] xgetCreationDateArray()
          Deprecated.  
 XmlDateTime xgetCreationDateArray(int i)
          Gets (as xml) ith "creationDate" element
 List<XmlDateTime> xgetCreationDateList()
          Gets (as xml) a List of "creationDate" elements
 XmlString[] xgetKeywordsArray()
          Deprecated.  
 XmlString xgetKeywordsArray(int i)
          Gets (as xml) ith "keywords" element
 List<XmlString> xgetKeywordsList()
          Gets (as xml) a List of "keywords" elements
 XmlDateTime[] xgetLastModificationDateArray()
          Deprecated.  
 XmlDateTime xgetLastModificationDateArray(int i)
          Gets (as xml) ith "lastModificationDate" element
 List<XmlDateTime> xgetLastModificationDateList()
          Gets (as xml) a List of "lastModificationDate" elements
 XmlString[] xgetShortNameArray()
          Deprecated.  
 XmlString xgetShortNameArray(int i)
          Gets (as xml) ith "shortName" element
 List<XmlString> xgetShortNameList()
          Gets (as xml) a List of "shortName" elements
 XmlString[] xgetStakeholdersArray()
          Deprecated.  
 XmlString xgetStakeholdersArray(int i)
          Gets (as xml) ith "stakeholders" element
 List<XmlString> xgetStakeholdersList()
          Gets (as xml) a List of "stakeholders" elements
 XmlString xgetSubSubTitle()
          Gets (as xml) the "subSubTitle" element
 XmlString xgetSubTitle()
          Gets (as xml) the "subTitle" element
 XmlString xgetTitle()
          Gets (as xml) the "title" element
 XmlString[] xgetUserArray()
          Deprecated.  
 XmlString xgetUserArray(int i)
          Gets (as xml) ith "user" element
 List<XmlString> xgetUserList()
          Gets (as xml) a List of "user" elements
 XmlString[] xgetVersionArray()
          Deprecated.  
 XmlString xgetVersionArray(int i)
          Gets (as xml) ith "version" element
 List<XmlString> xgetVersionList()
          Gets (as xml) a List of "version" elements
 void xsetAbstractArray(int i, XmlString xabstract)
          Sets (as xml) ith "abstract" element
 void xsetAbstractArray(XmlString[] xabstractArray)
          Sets (as xml) array of all "abstract" element
 void xsetAuthorArray(int i, XmlString author)
          Sets (as xml) ith "author" element
 void xsetAuthorArray(XmlString[] authorArray)
          Sets (as xml) array of all "author" element
 void xsetCommentArray(int i, XmlString comment)
          Sets (as xml) ith "comment" element
 void xsetCommentArray(XmlString[] commentArray)
          Sets (as xml) array of all "comment" element
 void xsetCreationDateArray(int i, XmlDateTime creationDate)
          Sets (as xml) ith "creationDate" element
 void xsetCreationDateArray(XmlDateTime[] creationDateArray)
          Sets (as xml) array of all "creationDate" element
 void xsetKeywordsArray(int i, XmlString keywords)
          Sets (as xml) ith "keywords" element
 void xsetKeywordsArray(XmlString[] keywordsArray)
          Sets (as xml) array of all "keywords" element
 void xsetLastModificationDateArray(int i, XmlDateTime lastModificationDate)
          Sets (as xml) ith "lastModificationDate" element
 void xsetLastModificationDateArray(XmlDateTime[] lastModificationDateArray)
          Sets (as xml) array of all "lastModificationDate" element
 void xsetShortNameArray(int i, XmlString shortName)
          Sets (as xml) ith "shortName" element
 void xsetShortNameArray(XmlString[] shortNameArray)
          Sets (as xml) array of all "shortName" element
 void xsetStakeholdersArray(int i, XmlString stakeholders)
          Sets (as xml) ith "stakeholders" element
 void xsetStakeholdersArray(XmlString[] stakeholdersArray)
          Sets (as xml) array of all "stakeholders" element
 void xsetSubSubTitle(XmlString subSubTitle)
          Sets (as xml) the "subSubTitle" element
 void xsetSubTitle(XmlString subTitle)
          Sets (as xml) the "subTitle" element
 void xsetTitle(XmlString title)
          Sets (as xml) the "title" element
 void xsetUserArray(int i, XmlString user)
          Sets (as xml) ith "user" element
 void xsetUserArray(XmlString[] userArray)
          Sets (as xml) array of all "user" element
 void xsetVersionArray(int i, XmlString version)
          Sets (as xml) ith "version" element
 void xsetVersionArray(XmlString[] versionArray)
          Sets (as xml) array of all "version" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final SchemaType type
Method Detail

getTitle

String getTitle()
Gets the "title" element


xgetTitle

XmlString xgetTitle()
Gets (as xml) the "title" element


isSetTitle

boolean isSetTitle()
True if has "title" element


setTitle

void setTitle(String title)
Sets the "title" element


xsetTitle

void xsetTitle(XmlString title)
Sets (as xml) the "title" element


unsetTitle

void unsetTitle()
Unsets the "title" element


getSubTitle

String getSubTitle()
Gets the "subTitle" element


xgetSubTitle

XmlString xgetSubTitle()
Gets (as xml) the "subTitle" element


isSetSubTitle

boolean isSetSubTitle()
True if has "subTitle" element


setSubTitle

void setSubTitle(String subTitle)
Sets the "subTitle" element


xsetSubTitle

void xsetSubTitle(XmlString subTitle)
Sets (as xml) the "subTitle" element


unsetSubTitle

void unsetSubTitle()
Unsets the "subTitle" element


getSubSubTitle

String getSubSubTitle()
Gets the "subSubTitle" element


xgetSubSubTitle

XmlString xgetSubSubTitle()
Gets (as xml) the "subSubTitle" element


isSetSubSubTitle

boolean isSetSubSubTitle()
True if has "subSubTitle" element


setSubSubTitle

void setSubSubTitle(String subSubTitle)
Sets the "subSubTitle" element


xsetSubSubTitle

void xsetSubSubTitle(XmlString subSubTitle)
Sets (as xml) the "subSubTitle" element


unsetSubSubTitle

void unsetSubSubTitle()
Unsets the "subSubTitle" element


getUserList

List<String> getUserList()
Gets a List of "user" elements


getUserArray

String[] getUserArray()
Deprecated. 

Gets array of all "user" elements


getUserArray

String getUserArray(int i)
Gets ith "user" element


xgetUserList

List<XmlString> xgetUserList()
Gets (as xml) a List of "user" elements


xgetUserArray

XmlString[] xgetUserArray()
Deprecated. 

Gets (as xml) array of all "user" elements


xgetUserArray

XmlString xgetUserArray(int i)
Gets (as xml) ith "user" element


sizeOfUserArray

int sizeOfUserArray()
Returns number of "user" element


setUserArray

void setUserArray(String[] userArray)
Sets array of all "user" element


setUserArray

void setUserArray(int i,
                  String user)
Sets ith "user" element


xsetUserArray

void xsetUserArray(XmlString[] userArray)
Sets (as xml) array of all "user" element


xsetUserArray

void xsetUserArray(int i,
                   XmlString user)
Sets (as xml) ith "user" element


insertUser

void insertUser(int i,
                String user)
Inserts the value as the ith "user" element


addUser

void addUser(String user)
Appends the value as the last "user" element


insertNewUser

XmlString insertNewUser(int i)
Inserts and returns a new empty value (as xml) as the ith "user" element


addNewUser

XmlString addNewUser()
Appends and returns a new empty value (as xml) as the last "user" element


removeUser

void removeUser(int i)
Removes the ith "user" element


getAuthorList

List<String> getAuthorList()
Gets a List of "author" elements


getAuthorArray

String[] getAuthorArray()
Deprecated. 

Gets array of all "author" elements


getAuthorArray

String getAuthorArray(int i)
Gets ith "author" element


xgetAuthorList

List<XmlString> xgetAuthorList()
Gets (as xml) a List of "author" elements


xgetAuthorArray

XmlString[] xgetAuthorArray()
Deprecated. 

Gets (as xml) array of all "author" elements


xgetAuthorArray

XmlString xgetAuthorArray(int i)
Gets (as xml) ith "author" element


sizeOfAuthorArray

int sizeOfAuthorArray()
Returns number of "author" element


setAuthorArray

void setAuthorArray(String[] authorArray)
Sets array of all "author" element


setAuthorArray

void setAuthorArray(int i,
                    String author)
Sets ith "author" element


xsetAuthorArray

void xsetAuthorArray(XmlString[] authorArray)
Sets (as xml) array of all "author" element


xsetAuthorArray

void xsetAuthorArray(int i,
                     XmlString author)
Sets (as xml) ith "author" element


insertAuthor

void insertAuthor(int i,
                  String author)
Inserts the value as the ith "author" element


addAuthor

void addAuthor(String author)
Appends the value as the last "author" element


insertNewAuthor

XmlString insertNewAuthor(int i)
Inserts and returns a new empty value (as xml) as the ith "author" element


addNewAuthor

XmlString addNewAuthor()
Appends and returns a new empty value (as xml) as the last "author" element


removeAuthor

void removeAuthor(int i)
Removes the ith "author" element


getVersionList

List<String> getVersionList()
Gets a List of "version" elements


getVersionArray

String[] getVersionArray()
Deprecated. 

Gets array of all "version" elements


getVersionArray

String getVersionArray(int i)
Gets ith "version" element


xgetVersionList

List<XmlString> xgetVersionList()
Gets (as xml) a List of "version" elements


xgetVersionArray

XmlString[] xgetVersionArray()
Deprecated. 

Gets (as xml) array of all "version" elements


xgetVersionArray

XmlString xgetVersionArray(int i)
Gets (as xml) ith "version" element


sizeOfVersionArray

int sizeOfVersionArray()
Returns number of "version" element


setVersionArray

void setVersionArray(String[] versionArray)
Sets array of all "version" element


setVersionArray

void setVersionArray(int i,
                     String version)
Sets ith "version" element


xsetVersionArray

void xsetVersionArray(XmlString[] versionArray)
Sets (as xml) array of all "version" element


xsetVersionArray

void xsetVersionArray(int i,
                      XmlString version)
Sets (as xml) ith "version" element


insertVersion

void insertVersion(int i,
                   String version)
Inserts the value as the ith "version" element


addVersion

void addVersion(String version)
Appends the value as the last "version" element


insertNewVersion

XmlString insertNewVersion(int i)
Inserts and returns a new empty value (as xml) as the ith "version" element


addNewVersion

XmlString addNewVersion()
Appends and returns a new empty value (as xml) as the last "version" element


removeVersion

void removeVersion(int i)
Removes the ith "version" element


getCreationDateList

List<Calendar> getCreationDateList()
Gets a List of "creationDate" elements


getCreationDateArray

Calendar[] getCreationDateArray()
Deprecated. 

Gets array of all "creationDate" elements


getCreationDateArray

Calendar getCreationDateArray(int i)
Gets ith "creationDate" element


xgetCreationDateList

List<XmlDateTime> xgetCreationDateList()
Gets (as xml) a List of "creationDate" elements


xgetCreationDateArray

XmlDateTime[] xgetCreationDateArray()
Deprecated. 

Gets (as xml) array of all "creationDate" elements


xgetCreationDateArray

XmlDateTime xgetCreationDateArray(int i)
Gets (as xml) ith "creationDate" element


sizeOfCreationDateArray

int sizeOfCreationDateArray()
Returns number of "creationDate" element


setCreationDateArray

void setCreationDateArray(Calendar[] creationDateArray)
Sets array of all "creationDate" element


setCreationDateArray

void setCreationDateArray(int i,
                          Calendar creationDate)
Sets ith "creationDate" element


xsetCreationDateArray

void xsetCreationDateArray(XmlDateTime[] creationDateArray)
Sets (as xml) array of all "creationDate" element


xsetCreationDateArray

void xsetCreationDateArray(int i,
                           XmlDateTime creationDate)
Sets (as xml) ith "creationDate" element


insertCreationDate

void insertCreationDate(int i,
                        Calendar creationDate)
Inserts the value as the ith "creationDate" element


addCreationDate

void addCreationDate(Calendar creationDate)
Appends the value as the last "creationDate" element


insertNewCreationDate

XmlDateTime insertNewCreationDate(int i)
Inserts and returns a new empty value (as xml) as the ith "creationDate" element


addNewCreationDate

XmlDateTime addNewCreationDate()
Appends and returns a new empty value (as xml) as the last "creationDate" element


removeCreationDate

void removeCreationDate(int i)
Removes the ith "creationDate" element


getLastModificationDateList

List<Calendar> getLastModificationDateList()
Gets a List of "lastModificationDate" elements


getLastModificationDateArray

Calendar[] getLastModificationDateArray()
Deprecated. 

Gets array of all "lastModificationDate" elements


getLastModificationDateArray

Calendar getLastModificationDateArray(int i)
Gets ith "lastModificationDate" element


xgetLastModificationDateList

List<XmlDateTime> xgetLastModificationDateList()
Gets (as xml) a List of "lastModificationDate" elements


xgetLastModificationDateArray

XmlDateTime[] xgetLastModificationDateArray()
Deprecated. 

Gets (as xml) array of all "lastModificationDate" elements


xgetLastModificationDateArray

XmlDateTime xgetLastModificationDateArray(int i)
Gets (as xml) ith "lastModificationDate" element


sizeOfLastModificationDateArray

int sizeOfLastModificationDateArray()
Returns number of "lastModificationDate" element


setLastModificationDateArray

void setLastModificationDateArray(Calendar[] lastModificationDateArray)
Sets array of all "lastModificationDate" element


setLastModificationDateArray

void setLastModificationDateArray(int i,
                                  Calendar lastModificationDate)
Sets ith "lastModificationDate" element


xsetLastModificationDateArray

void xsetLastModificationDateArray(XmlDateTime[] lastModificationDateArray)
Sets (as xml) array of all "lastModificationDate" element


xsetLastModificationDateArray

void xsetLastModificationDateArray(int i,
                                   XmlDateTime lastModificationDate)
Sets (as xml) ith "lastModificationDate" element


insertLastModificationDate

void insertLastModificationDate(int i,
                                Calendar lastModificationDate)
Inserts the value as the ith "lastModificationDate" element


addLastModificationDate

void addLastModificationDate(Calendar lastModificationDate)
Appends the value as the last "lastModificationDate" element


insertNewLastModificationDate

XmlDateTime insertNewLastModificationDate(int i)
Inserts and returns a new empty value (as xml) as the ith "lastModificationDate" element


addNewLastModificationDate

XmlDateTime addNewLastModificationDate()
Appends and returns a new empty value (as xml) as the last "lastModificationDate" element


removeLastModificationDate

void removeLastModificationDate(int i)
Removes the ith "lastModificationDate" element


getShortNameList

List<String> getShortNameList()
Gets a List of "shortName" elements


getShortNameArray

String[] getShortNameArray()
Deprecated. 

Gets array of all "shortName" elements


getShortNameArray

String getShortNameArray(int i)
Gets ith "shortName" element


xgetShortNameList

List<XmlString> xgetShortNameList()
Gets (as xml) a List of "shortName" elements


xgetShortNameArray

XmlString[] xgetShortNameArray()
Deprecated. 

Gets (as xml) array of all "shortName" elements


xgetShortNameArray

XmlString xgetShortNameArray(int i)
Gets (as xml) ith "shortName" element


sizeOfShortNameArray

int sizeOfShortNameArray()
Returns number of "shortName" element


setShortNameArray

void setShortNameArray(String[] shortNameArray)
Sets array of all "shortName" element


setShortNameArray

void setShortNameArray(int i,
                       String shortName)
Sets ith "shortName" element


xsetShortNameArray

void xsetShortNameArray(XmlString[] shortNameArray)
Sets (as xml) array of all "shortName" element


xsetShortNameArray

void xsetShortNameArray(int i,
                        XmlString shortName)
Sets (as xml) ith "shortName" element


insertShortName

void insertShortName(int i,
                     String shortName)
Inserts the value as the ith "shortName" element


addShortName

void addShortName(String shortName)
Appends the value as the last "shortName" element


insertNewShortName

XmlString insertNewShortName(int i)
Inserts and returns a new empty value (as xml) as the ith "shortName" element


addNewShortName

XmlString addNewShortName()
Appends and returns a new empty value (as xml) as the last "shortName" element


removeShortName

void removeShortName(int i)
Removes the ith "shortName" element


getCommentList

List<String> getCommentList()
Gets a List of "comment" elements


getCommentArray

String[] getCommentArray()
Deprecated. 

Gets array of all "comment" elements


getCommentArray

String getCommentArray(int i)
Gets ith "comment" element


xgetCommentList

List<XmlString> xgetCommentList()
Gets (as xml) a List of "comment" elements


xgetCommentArray

XmlString[] xgetCommentArray()
Deprecated. 

Gets (as xml) array of all "comment" elements


xgetCommentArray

XmlString xgetCommentArray(int i)
Gets (as xml) ith "comment" element


sizeOfCommentArray

int sizeOfCommentArray()
Returns number of "comment" element


setCommentArray

void setCommentArray(String[] commentArray)
Sets array of all "comment" element


setCommentArray

void setCommentArray(int i,
                     String comment)
Sets ith "comment" element


xsetCommentArray

void xsetCommentArray(XmlString[] commentArray)
Sets (as xml) array of all "comment" element


xsetCommentArray

void xsetCommentArray(int i,
                      XmlString comment)
Sets (as xml) ith "comment" element


insertComment

void insertComment(int i,
                   String comment)
Inserts the value as the ith "comment" element


addComment

void addComment(String comment)
Appends the value as the last "comment" element


insertNewComment

XmlString insertNewComment(int i)
Inserts and returns a new empty value (as xml) as the ith "comment" element


addNewComment

XmlString addNewComment()
Appends and returns a new empty value (as xml) as the last "comment" element


removeComment

void removeComment(int i)
Removes the ith "comment" element


getAbstractList

List<String> getAbstractList()
Gets a List of "abstract" elements


getAbstractArray

String[] getAbstractArray()
Deprecated. 

Gets array of all "abstract" elements


getAbstractArray

String getAbstractArray(int i)
Gets ith "abstract" element


xgetAbstractList

List<XmlString> xgetAbstractList()
Gets (as xml) a List of "abstract" elements


xgetAbstractArray

XmlString[] xgetAbstractArray()
Deprecated. 

Gets (as xml) array of all "abstract" elements


xgetAbstractArray

XmlString xgetAbstractArray(int i)
Gets (as xml) ith "abstract" element


sizeOfAbstractArray

int sizeOfAbstractArray()
Returns number of "abstract" element


setAbstractArray

void setAbstractArray(String[] xabstractArray)
Sets array of all "abstract" element


setAbstractArray

void setAbstractArray(int i,
                      String xabstract)
Sets ith "abstract" element


xsetAbstractArray

void xsetAbstractArray(XmlString[] xabstractArray)
Sets (as xml) array of all "abstract" element


xsetAbstractArray

void xsetAbstractArray(int i,
                       XmlString xabstract)
Sets (as xml) ith "abstract" element


insertAbstract

void insertAbstract(int i,
                    String xabstract)
Inserts the value as the ith "abstract" element


addAbstract

void addAbstract(String xabstract)
Appends the value as the last "abstract" element


insertNewAbstract

XmlString insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "abstract" element


addNewAbstract

XmlString addNewAbstract()
Appends and returns a new empty value (as xml) as the last "abstract" element


removeAbstract

void removeAbstract(int i)
Removes the ith "abstract" element


getKeywordsList

List<String> getKeywordsList()
Gets a List of "keywords" elements


getKeywordsArray

String[] getKeywordsArray()
Deprecated. 

Gets array of all "keywords" elements


getKeywordsArray

String getKeywordsArray(int i)
Gets ith "keywords" element


xgetKeywordsList

List<XmlString> xgetKeywordsList()
Gets (as xml) a List of "keywords" elements


xgetKeywordsArray

XmlString[] xgetKeywordsArray()
Deprecated. 

Gets (as xml) array of all "keywords" elements


xgetKeywordsArray

XmlString xgetKeywordsArray(int i)
Gets (as xml) ith "keywords" element


sizeOfKeywordsArray

int sizeOfKeywordsArray()
Returns number of "keywords" element


setKeywordsArray

void setKeywordsArray(String[] keywordsArray)
Sets array of all "keywords" element


setKeywordsArray

void setKeywordsArray(int i,
                      String keywords)
Sets ith "keywords" element


xsetKeywordsArray

void xsetKeywordsArray(XmlString[] keywordsArray)
Sets (as xml) array of all "keywords" element


xsetKeywordsArray

void xsetKeywordsArray(int i,
                       XmlString keywords)
Sets (as xml) ith "keywords" element


insertKeywords

void insertKeywords(int i,
                    String keywords)
Inserts the value as the ith "keywords" element


addKeywords

void addKeywords(String keywords)
Appends the value as the last "keywords" element


insertNewKeywords

XmlString insertNewKeywords(int i)
Inserts and returns a new empty value (as xml) as the ith "keywords" element


addNewKeywords

XmlString addNewKeywords()
Appends and returns a new empty value (as xml) as the last "keywords" element


removeKeywords

void removeKeywords(int i)
Removes the ith "keywords" element


getBibliographyList

List<XBibliography> getBibliographyList()
Gets a List of "bibliography" elements


getBibliographyArray

XBibliography[] getBibliographyArray()
Deprecated. 

Gets array of all "bibliography" elements


getBibliographyArray

XBibliography getBibliographyArray(int i)
Gets ith "bibliography" element


sizeOfBibliographyArray

int sizeOfBibliographyArray()
Returns number of "bibliography" element


setBibliographyArray

void setBibliographyArray(XBibliography[] bibliographyArray)
Sets array of all "bibliography" element


setBibliographyArray

void setBibliographyArray(int i,
                          XBibliography bibliography)
Sets ith "bibliography" element


insertNewBibliography

XBibliography insertNewBibliography(int i)
Inserts and returns a new empty value (as xml) as the ith "bibliography" element


addNewBibliography

XBibliography addNewBibliography()
Appends and returns a new empty value (as xml) as the last "bibliography" element


removeBibliography

void removeBibliography(int i)
Removes the ith "bibliography" element


getStakeholdersList

List<String> getStakeholdersList()
Gets a List of "stakeholders" elements


getStakeholdersArray

String[] getStakeholdersArray()
Deprecated. 

Gets array of all "stakeholders" elements


getStakeholdersArray

String getStakeholdersArray(int i)
Gets ith "stakeholders" element


xgetStakeholdersList

List<XmlString> xgetStakeholdersList()
Gets (as xml) a List of "stakeholders" elements


xgetStakeholdersArray

XmlString[] xgetStakeholdersArray()
Deprecated. 

Gets (as xml) array of all "stakeholders" elements


xgetStakeholdersArray

XmlString xgetStakeholdersArray(int i)
Gets (as xml) ith "stakeholders" element


sizeOfStakeholdersArray

int sizeOfStakeholdersArray()
Returns number of "stakeholders" element


setStakeholdersArray

void setStakeholdersArray(String[] stakeholdersArray)
Sets array of all "stakeholders" element


setStakeholdersArray

void setStakeholdersArray(int i,
                          String stakeholders)
Sets ith "stakeholders" element


xsetStakeholdersArray

void xsetStakeholdersArray(XmlString[] stakeholdersArray)
Sets (as xml) array of all "stakeholders" element


xsetStakeholdersArray

void xsetStakeholdersArray(int i,
                           XmlString stakeholders)
Sets (as xml) ith "stakeholders" element


insertStakeholders

void insertStakeholders(int i,
                        String stakeholders)
Inserts the value as the ith "stakeholders" element


addStakeholders

void addStakeholders(String stakeholders)
Appends the value as the last "stakeholders" element


insertNewStakeholders

XmlString insertNewStakeholders(int i)
Inserts and returns a new empty value (as xml) as the ith "stakeholders" element


addNewStakeholders

XmlString addNewStakeholders()
Appends and returns a new empty value (as xml) as the last "stakeholders" element


removeStakeholders

void removeStakeholders(int i)
Removes the ith "stakeholders" element



Copyright © 2011. All Rights Reserved.