org.decisiondeck.jmcda.persist.xmcda2.generated.impl
Class XDescriptionImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.decisiondeck.jmcda.persist.xmcda2.generated.impl.XDescriptionImpl
All Implemented Interfaces:
Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, SimpleValue, XmlObject, XmlTokenSource, XDescription
Direct Known Subclasses:
XProjectReferenceImpl

public class XDescriptionImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements XDescription

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.decisiondeck.jmcda.persist.xmcda2.generated.XDescription
XDescription.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.decisiondeck.jmcda.persist.xmcda2.generated.XDescription
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
XDescriptionImpl(SchemaType sType)
           
 
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _set, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_newValue, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

XDescriptionImpl

public XDescriptionImpl(SchemaType sType)
Method Detail

getTitle

public String getTitle()
Gets the "title" element

Specified by:
getTitle in interface XDescription

xgetTitle

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

Specified by:
xgetTitle in interface XDescription

isSetTitle

public boolean isSetTitle()
True if has "title" element

Specified by:
isSetTitle in interface XDescription

setTitle

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

Specified by:
setTitle in interface XDescription

xsetTitle

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

Specified by:
xsetTitle in interface XDescription

unsetTitle

public void unsetTitle()
Unsets the "title" element

Specified by:
unsetTitle in interface XDescription

getSubTitle

public String getSubTitle()
Gets the "subTitle" element

Specified by:
getSubTitle in interface XDescription

xgetSubTitle

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

Specified by:
xgetSubTitle in interface XDescription

isSetSubTitle

public boolean isSetSubTitle()
True if has "subTitle" element

Specified by:
isSetSubTitle in interface XDescription

setSubTitle

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

Specified by:
setSubTitle in interface XDescription

xsetSubTitle

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

Specified by:
xsetSubTitle in interface XDescription

unsetSubTitle

public void unsetSubTitle()
Unsets the "subTitle" element

Specified by:
unsetSubTitle in interface XDescription

getSubSubTitle

public String getSubSubTitle()
Gets the "subSubTitle" element

Specified by:
getSubSubTitle in interface XDescription

xgetSubSubTitle

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

Specified by:
xgetSubSubTitle in interface XDescription

isSetSubSubTitle

public boolean isSetSubSubTitle()
True if has "subSubTitle" element

Specified by:
isSetSubSubTitle in interface XDescription

setSubSubTitle

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

Specified by:
setSubSubTitle in interface XDescription

xsetSubSubTitle

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

Specified by:
xsetSubSubTitle in interface XDescription

unsetSubSubTitle

public void unsetSubSubTitle()
Unsets the "subSubTitle" element

Specified by:
unsetSubSubTitle in interface XDescription

getUserList

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

Specified by:
getUserList in interface XDescription

getUserArray

public String[] getUserArray()
Deprecated. 

Gets array of all "user" elements

Specified by:
getUserArray in interface XDescription

getUserArray

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

Specified by:
getUserArray in interface XDescription

xgetUserList

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

Specified by:
xgetUserList in interface XDescription

xgetUserArray

public XmlString[] xgetUserArray()
Deprecated. 

Gets array of all "user" elements

Specified by:
xgetUserArray in interface XDescription

xgetUserArray

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

Specified by:
xgetUserArray in interface XDescription

sizeOfUserArray

public int sizeOfUserArray()
Returns number of "user" element

Specified by:
sizeOfUserArray in interface XDescription

setUserArray

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

Specified by:
setUserArray in interface XDescription

setUserArray

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

Specified by:
setUserArray in interface XDescription

xsetUserArray

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

Specified by:
xsetUserArray in interface XDescription

xsetUserArray

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

Specified by:
xsetUserArray in interface XDescription

insertUser

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

Specified by:
insertUser in interface XDescription

addUser

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

Specified by:
addUser in interface XDescription

insertNewUser

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

Specified by:
insertNewUser in interface XDescription

addNewUser

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

Specified by:
addNewUser in interface XDescription

removeUser

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

Specified by:
removeUser in interface XDescription

getAuthorList

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

Specified by:
getAuthorList in interface XDescription

getAuthorArray

public String[] getAuthorArray()
Deprecated. 

Gets array of all "author" elements

Specified by:
getAuthorArray in interface XDescription

getAuthorArray

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

Specified by:
getAuthorArray in interface XDescription

xgetAuthorList

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

Specified by:
xgetAuthorList in interface XDescription

xgetAuthorArray

public XmlString[] xgetAuthorArray()
Deprecated. 

Gets array of all "author" elements

Specified by:
xgetAuthorArray in interface XDescription

xgetAuthorArray

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

Specified by:
xgetAuthorArray in interface XDescription

sizeOfAuthorArray

public int sizeOfAuthorArray()
Returns number of "author" element

Specified by:
sizeOfAuthorArray in interface XDescription

setAuthorArray

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

Specified by:
setAuthorArray in interface XDescription

setAuthorArray

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

Specified by:
setAuthorArray in interface XDescription

xsetAuthorArray

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

Specified by:
xsetAuthorArray in interface XDescription

xsetAuthorArray

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

Specified by:
xsetAuthorArray in interface XDescription

insertAuthor

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

Specified by:
insertAuthor in interface XDescription

addAuthor

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

Specified by:
addAuthor in interface XDescription

insertNewAuthor

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

Specified by:
insertNewAuthor in interface XDescription

addNewAuthor

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

Specified by:
addNewAuthor in interface XDescription

removeAuthor

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

Specified by:
removeAuthor in interface XDescription

getVersionList

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

Specified by:
getVersionList in interface XDescription

getVersionArray

public String[] getVersionArray()
Deprecated. 

Gets array of all "version" elements

Specified by:
getVersionArray in interface XDescription

getVersionArray

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

Specified by:
getVersionArray in interface XDescription

xgetVersionList

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

Specified by:
xgetVersionList in interface XDescription

xgetVersionArray

public XmlString[] xgetVersionArray()
Deprecated. 

Gets array of all "version" elements

Specified by:
xgetVersionArray in interface XDescription

xgetVersionArray

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

Specified by:
xgetVersionArray in interface XDescription

sizeOfVersionArray

public int sizeOfVersionArray()
Returns number of "version" element

Specified by:
sizeOfVersionArray in interface XDescription

setVersionArray

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

Specified by:
setVersionArray in interface XDescription

setVersionArray

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

Specified by:
setVersionArray in interface XDescription

xsetVersionArray

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

Specified by:
xsetVersionArray in interface XDescription

xsetVersionArray

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

Specified by:
xsetVersionArray in interface XDescription

insertVersion

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

Specified by:
insertVersion in interface XDescription

addVersion

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

Specified by:
addVersion in interface XDescription

insertNewVersion

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

Specified by:
insertNewVersion in interface XDescription

addNewVersion

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

Specified by:
addNewVersion in interface XDescription

removeVersion

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

Specified by:
removeVersion in interface XDescription

getCreationDateList

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

Specified by:
getCreationDateList in interface XDescription

getCreationDateArray

public Calendar[] getCreationDateArray()
Deprecated. 

Gets array of all "creationDate" elements

Specified by:
getCreationDateArray in interface XDescription

getCreationDateArray

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

Specified by:
getCreationDateArray in interface XDescription

xgetCreationDateList

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

Specified by:
xgetCreationDateList in interface XDescription

xgetCreationDateArray

public XmlDateTime[] xgetCreationDateArray()
Deprecated. 

Gets array of all "creationDate" elements

Specified by:
xgetCreationDateArray in interface XDescription

xgetCreationDateArray

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

Specified by:
xgetCreationDateArray in interface XDescription

sizeOfCreationDateArray

public int sizeOfCreationDateArray()
Returns number of "creationDate" element

Specified by:
sizeOfCreationDateArray in interface XDescription

setCreationDateArray

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

Specified by:
setCreationDateArray in interface XDescription

setCreationDateArray

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

Specified by:
setCreationDateArray in interface XDescription

xsetCreationDateArray

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

Specified by:
xsetCreationDateArray in interface XDescription

xsetCreationDateArray

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

Specified by:
xsetCreationDateArray in interface XDescription

insertCreationDate

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

Specified by:
insertCreationDate in interface XDescription

addCreationDate

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

Specified by:
addCreationDate in interface XDescription

insertNewCreationDate

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

Specified by:
insertNewCreationDate in interface XDescription

addNewCreationDate

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

Specified by:
addNewCreationDate in interface XDescription

removeCreationDate

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

Specified by:
removeCreationDate in interface XDescription

getLastModificationDateList

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

Specified by:
getLastModificationDateList in interface XDescription

getLastModificationDateArray

public Calendar[] getLastModificationDateArray()
Deprecated. 

Gets array of all "lastModificationDate" elements

Specified by:
getLastModificationDateArray in interface XDescription

getLastModificationDateArray

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

Specified by:
getLastModificationDateArray in interface XDescription

xgetLastModificationDateList

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

Specified by:
xgetLastModificationDateList in interface XDescription

xgetLastModificationDateArray

public XmlDateTime[] xgetLastModificationDateArray()
Deprecated. 

Gets array of all "lastModificationDate" elements

Specified by:
xgetLastModificationDateArray in interface XDescription

xgetLastModificationDateArray

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

Specified by:
xgetLastModificationDateArray in interface XDescription

sizeOfLastModificationDateArray

public int sizeOfLastModificationDateArray()
Returns number of "lastModificationDate" element

Specified by:
sizeOfLastModificationDateArray in interface XDescription

setLastModificationDateArray

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

Specified by:
setLastModificationDateArray in interface XDescription

setLastModificationDateArray

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

Specified by:
setLastModificationDateArray in interface XDescription

xsetLastModificationDateArray

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

Specified by:
xsetLastModificationDateArray in interface XDescription

xsetLastModificationDateArray

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

Specified by:
xsetLastModificationDateArray in interface XDescription

insertLastModificationDate

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

Specified by:
insertLastModificationDate in interface XDescription

addLastModificationDate

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

Specified by:
addLastModificationDate in interface XDescription

insertNewLastModificationDate

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

Specified by:
insertNewLastModificationDate in interface XDescription

addNewLastModificationDate

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

Specified by:
addNewLastModificationDate in interface XDescription

removeLastModificationDate

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

Specified by:
removeLastModificationDate in interface XDescription

getShortNameList

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

Specified by:
getShortNameList in interface XDescription

getShortNameArray

public String[] getShortNameArray()
Deprecated. 

Gets array of all "shortName" elements

Specified by:
getShortNameArray in interface XDescription

getShortNameArray

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

Specified by:
getShortNameArray in interface XDescription

xgetShortNameList

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

Specified by:
xgetShortNameList in interface XDescription

xgetShortNameArray

public XmlString[] xgetShortNameArray()
Deprecated. 

Gets array of all "shortName" elements

Specified by:
xgetShortNameArray in interface XDescription

xgetShortNameArray

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

Specified by:
xgetShortNameArray in interface XDescription

sizeOfShortNameArray

public int sizeOfShortNameArray()
Returns number of "shortName" element

Specified by:
sizeOfShortNameArray in interface XDescription

setShortNameArray

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

Specified by:
setShortNameArray in interface XDescription

setShortNameArray

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

Specified by:
setShortNameArray in interface XDescription

xsetShortNameArray

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

Specified by:
xsetShortNameArray in interface XDescription

xsetShortNameArray

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

Specified by:
xsetShortNameArray in interface XDescription

insertShortName

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

Specified by:
insertShortName in interface XDescription

addShortName

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

Specified by:
addShortName in interface XDescription

insertNewShortName

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

Specified by:
insertNewShortName in interface XDescription

addNewShortName

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

Specified by:
addNewShortName in interface XDescription

removeShortName

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

Specified by:
removeShortName in interface XDescription

getCommentList

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

Specified by:
getCommentList in interface XDescription

getCommentArray

public String[] getCommentArray()
Deprecated. 

Gets array of all "comment" elements

Specified by:
getCommentArray in interface XDescription

getCommentArray

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

Specified by:
getCommentArray in interface XDescription

xgetCommentList

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

Specified by:
xgetCommentList in interface XDescription

xgetCommentArray

public XmlString[] xgetCommentArray()
Deprecated. 

Gets array of all "comment" elements

Specified by:
xgetCommentArray in interface XDescription

xgetCommentArray

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

Specified by:
xgetCommentArray in interface XDescription

sizeOfCommentArray

public int sizeOfCommentArray()
Returns number of "comment" element

Specified by:
sizeOfCommentArray in interface XDescription

setCommentArray

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

Specified by:
setCommentArray in interface XDescription

setCommentArray

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

Specified by:
setCommentArray in interface XDescription

xsetCommentArray

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

Specified by:
xsetCommentArray in interface XDescription

xsetCommentArray

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

Specified by:
xsetCommentArray in interface XDescription

insertComment

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

Specified by:
insertComment in interface XDescription

addComment

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

Specified by:
addComment in interface XDescription

insertNewComment

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

Specified by:
insertNewComment in interface XDescription

addNewComment

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

Specified by:
addNewComment in interface XDescription

removeComment

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

Specified by:
removeComment in interface XDescription

getAbstractList

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

Specified by:
getAbstractList in interface XDescription

getAbstractArray

public String[] getAbstractArray()
Deprecated. 

Gets array of all "abstract" elements

Specified by:
getAbstractArray in interface XDescription

getAbstractArray

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

Specified by:
getAbstractArray in interface XDescription

xgetAbstractList

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

Specified by:
xgetAbstractList in interface XDescription

xgetAbstractArray

public XmlString[] xgetAbstractArray()
Deprecated. 

Gets array of all "abstract" elements

Specified by:
xgetAbstractArray in interface XDescription

xgetAbstractArray

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

Specified by:
xgetAbstractArray in interface XDescription

sizeOfAbstractArray

public int sizeOfAbstractArray()
Returns number of "abstract" element

Specified by:
sizeOfAbstractArray in interface XDescription

setAbstractArray

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

Specified by:
setAbstractArray in interface XDescription

setAbstractArray

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

Specified by:
setAbstractArray in interface XDescription

xsetAbstractArray

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

Specified by:
xsetAbstractArray in interface XDescription

xsetAbstractArray

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

Specified by:
xsetAbstractArray in interface XDescription

insertAbstract

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

Specified by:
insertAbstract in interface XDescription

addAbstract

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

Specified by:
addAbstract in interface XDescription

insertNewAbstract

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

Specified by:
insertNewAbstract in interface XDescription

addNewAbstract

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

Specified by:
addNewAbstract in interface XDescription

removeAbstract

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

Specified by:
removeAbstract in interface XDescription

getKeywordsList

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

Specified by:
getKeywordsList in interface XDescription

getKeywordsArray

public String[] getKeywordsArray()
Deprecated. 

Gets array of all "keywords" elements

Specified by:
getKeywordsArray in interface XDescription

getKeywordsArray

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

Specified by:
getKeywordsArray in interface XDescription

xgetKeywordsList

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

Specified by:
xgetKeywordsList in interface XDescription

xgetKeywordsArray

public XmlString[] xgetKeywordsArray()
Deprecated. 

Gets array of all "keywords" elements

Specified by:
xgetKeywordsArray in interface XDescription

xgetKeywordsArray

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

Specified by:
xgetKeywordsArray in interface XDescription

sizeOfKeywordsArray

public int sizeOfKeywordsArray()
Returns number of "keywords" element

Specified by:
sizeOfKeywordsArray in interface XDescription

setKeywordsArray

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

Specified by:
setKeywordsArray in interface XDescription

setKeywordsArray

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

Specified by:
setKeywordsArray in interface XDescription

xsetKeywordsArray

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

Specified by:
xsetKeywordsArray in interface XDescription

xsetKeywordsArray

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

Specified by:
xsetKeywordsArray in interface XDescription

insertKeywords

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

Specified by:
insertKeywords in interface XDescription

addKeywords

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

Specified by:
addKeywords in interface XDescription

insertNewKeywords

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

Specified by:
insertNewKeywords in interface XDescription

addNewKeywords

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

Specified by:
addNewKeywords in interface XDescription

removeKeywords

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

Specified by:
removeKeywords in interface XDescription

getBibliographyList

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

Specified by:
getBibliographyList in interface XDescription

getBibliographyArray

public XBibliography[] getBibliographyArray()
Deprecated. 

Gets array of all "bibliography" elements

Specified by:
getBibliographyArray in interface XDescription

getBibliographyArray

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

Specified by:
getBibliographyArray in interface XDescription

sizeOfBibliographyArray

public int sizeOfBibliographyArray()
Returns number of "bibliography" element

Specified by:
sizeOfBibliographyArray in interface XDescription

setBibliographyArray

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

Specified by:
setBibliographyArray in interface XDescription

setBibliographyArray

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

Specified by:
setBibliographyArray in interface XDescription

insertNewBibliography

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

Specified by:
insertNewBibliography in interface XDescription

addNewBibliography

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

Specified by:
addNewBibliography in interface XDescription

removeBibliography

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

Specified by:
removeBibliography in interface XDescription

getStakeholdersList

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

Specified by:
getStakeholdersList in interface XDescription

getStakeholdersArray

public String[] getStakeholdersArray()
Deprecated. 

Gets array of all "stakeholders" elements

Specified by:
getStakeholdersArray in interface XDescription

getStakeholdersArray

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

Specified by:
getStakeholdersArray in interface XDescription

xgetStakeholdersList

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

Specified by:
xgetStakeholdersList in interface XDescription

xgetStakeholdersArray

public XmlString[] xgetStakeholdersArray()
Deprecated. 

Gets array of all "stakeholders" elements

Specified by:
xgetStakeholdersArray in interface XDescription

xgetStakeholdersArray

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

Specified by:
xgetStakeholdersArray in interface XDescription

sizeOfStakeholdersArray

public int sizeOfStakeholdersArray()
Returns number of "stakeholders" element

Specified by:
sizeOfStakeholdersArray in interface XDescription

setStakeholdersArray

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

Specified by:
setStakeholdersArray in interface XDescription

setStakeholdersArray

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

Specified by:
setStakeholdersArray in interface XDescription

xsetStakeholdersArray

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

Specified by:
xsetStakeholdersArray in interface XDescription

xsetStakeholdersArray

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

Specified by:
xsetStakeholdersArray in interface XDescription

insertStakeholders

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

Specified by:
insertStakeholders in interface XDescription

addStakeholders

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

Specified by:
addStakeholders in interface XDescription

insertNewStakeholders

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

Specified by:
insertNewStakeholders in interface XDescription

addNewStakeholders

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

Specified by:
addNewStakeholders in interface XDescription

removeStakeholders

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

Specified by:
removeStakeholders in interface XDescription


Copyright © 2011. All Rights Reserved.