All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTSourceType Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  CT_SourceType
 * Namespace: http://schemas.openxmlformats.org/officeDocument/2006/bibliography
 * Java type: org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTSourceType
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.officeDocument.x2006.bibliography;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * An XML CT_SourceType(@http://schemas.openxmlformats.org/officeDocument/2006/bibliography).
 *
 * This is a complex type.
 */
public interface CTSourceType extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctsourcetype8ab7type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets a List of "AbbreviatedCaseNumber" elements
     */
    java.util.List getAbbreviatedCaseNumberList();

    /**
     * Gets array of all "AbbreviatedCaseNumber" elements
     */
    java.lang.String[] getAbbreviatedCaseNumberArray();

    /**
     * Gets ith "AbbreviatedCaseNumber" element
     */
    java.lang.String getAbbreviatedCaseNumberArray(int i);

    /**
     * Gets (as xml) a List of "AbbreviatedCaseNumber" elements
     */
    java.util.List xgetAbbreviatedCaseNumberList();

    /**
     * Gets (as xml) array of all "AbbreviatedCaseNumber" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetAbbreviatedCaseNumberArray();

    /**
     * Gets (as xml) ith "AbbreviatedCaseNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetAbbreviatedCaseNumberArray(int i);

    /**
     * Returns number of "AbbreviatedCaseNumber" element
     */
    int sizeOfAbbreviatedCaseNumberArray();

    /**
     * Sets array of all "AbbreviatedCaseNumber" element
     */
    void setAbbreviatedCaseNumberArray(java.lang.String[] abbreviatedCaseNumberArray);

    /**
     * Sets ith "AbbreviatedCaseNumber" element
     */
    void setAbbreviatedCaseNumberArray(int i, java.lang.String abbreviatedCaseNumber);

    /**
     * Sets (as xml) array of all "AbbreviatedCaseNumber" element
     */
    void xsetAbbreviatedCaseNumberArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] abbreviatedCaseNumberArray);

    /**
     * Sets (as xml) ith "AbbreviatedCaseNumber" element
     */
    void xsetAbbreviatedCaseNumberArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString abbreviatedCaseNumber);

    /**
     * Inserts the value as the ith "AbbreviatedCaseNumber" element
     */
    void insertAbbreviatedCaseNumber(int i, java.lang.String abbreviatedCaseNumber);

    /**
     * Appends the value as the last "AbbreviatedCaseNumber" element
     */
    void addAbbreviatedCaseNumber(java.lang.String abbreviatedCaseNumber);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "AbbreviatedCaseNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewAbbreviatedCaseNumber(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "AbbreviatedCaseNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewAbbreviatedCaseNumber();

    /**
     * Removes the ith "AbbreviatedCaseNumber" element
     */
    void removeAbbreviatedCaseNumber(int i);

    /**
     * Gets a List of "AlbumTitle" elements
     */
    java.util.List getAlbumTitleList();

    /**
     * Gets array of all "AlbumTitle" elements
     */
    java.lang.String[] getAlbumTitleArray();

    /**
     * Gets ith "AlbumTitle" element
     */
    java.lang.String getAlbumTitleArray(int i);

    /**
     * Gets (as xml) a List of "AlbumTitle" elements
     */
    java.util.List xgetAlbumTitleList();

    /**
     * Gets (as xml) array of all "AlbumTitle" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetAlbumTitleArray();

    /**
     * Gets (as xml) ith "AlbumTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetAlbumTitleArray(int i);

    /**
     * Returns number of "AlbumTitle" element
     */
    int sizeOfAlbumTitleArray();

    /**
     * Sets array of all "AlbumTitle" element
     */
    void setAlbumTitleArray(java.lang.String[] albumTitleArray);

    /**
     * Sets ith "AlbumTitle" element
     */
    void setAlbumTitleArray(int i, java.lang.String albumTitle);

    /**
     * Sets (as xml) array of all "AlbumTitle" element
     */
    void xsetAlbumTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] albumTitleArray);

    /**
     * Sets (as xml) ith "AlbumTitle" element
     */
    void xsetAlbumTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString albumTitle);

    /**
     * Inserts the value as the ith "AlbumTitle" element
     */
    void insertAlbumTitle(int i, java.lang.String albumTitle);

    /**
     * Appends the value as the last "AlbumTitle" element
     */
    void addAlbumTitle(java.lang.String albumTitle);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "AlbumTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewAlbumTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "AlbumTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewAlbumTitle();

    /**
     * Removes the ith "AlbumTitle" element
     */
    void removeAlbumTitle(int i);

    /**
     * Gets a List of "Author" elements
     */
    java.util.List getAuthorList();

    /**
     * Gets array of all "Author" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTAuthorType[] getAuthorArray();

    /**
     * Gets ith "Author" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTAuthorType getAuthorArray(int i);

    /**
     * Returns number of "Author" element
     */
    int sizeOfAuthorArray();

    /**
     * Sets array of all "Author" element
     */
    void setAuthorArray(org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTAuthorType[] authorArray);

    /**
     * Sets ith "Author" element
     */
    void setAuthorArray(int i, org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTAuthorType author);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Author" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTAuthorType insertNewAuthor(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Author" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.CTAuthorType addNewAuthor();

    /**
     * Removes the ith "Author" element
     */
    void removeAuthor(int i);

    /**
     * Gets a List of "BookTitle" elements
     */
    java.util.List getBookTitleList();

    /**
     * Gets array of all "BookTitle" elements
     */
    java.lang.String[] getBookTitleArray();

    /**
     * Gets ith "BookTitle" element
     */
    java.lang.String getBookTitleArray(int i);

    /**
     * Gets (as xml) a List of "BookTitle" elements
     */
    java.util.List xgetBookTitleList();

    /**
     * Gets (as xml) array of all "BookTitle" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetBookTitleArray();

    /**
     * Gets (as xml) ith "BookTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetBookTitleArray(int i);

    /**
     * Returns number of "BookTitle" element
     */
    int sizeOfBookTitleArray();

    /**
     * Sets array of all "BookTitle" element
     */
    void setBookTitleArray(java.lang.String[] bookTitleArray);

    /**
     * Sets ith "BookTitle" element
     */
    void setBookTitleArray(int i, java.lang.String bookTitle);

    /**
     * Sets (as xml) array of all "BookTitle" element
     */
    void xsetBookTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] bookTitleArray);

    /**
     * Sets (as xml) ith "BookTitle" element
     */
    void xsetBookTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString bookTitle);

    /**
     * Inserts the value as the ith "BookTitle" element
     */
    void insertBookTitle(int i, java.lang.String bookTitle);

    /**
     * Appends the value as the last "BookTitle" element
     */
    void addBookTitle(java.lang.String bookTitle);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "BookTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewBookTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "BookTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewBookTitle();

    /**
     * Removes the ith "BookTitle" element
     */
    void removeBookTitle(int i);

    /**
     * Gets a List of "Broadcaster" elements
     */
    java.util.List getBroadcasterList();

    /**
     * Gets array of all "Broadcaster" elements
     */
    java.lang.String[] getBroadcasterArray();

    /**
     * Gets ith "Broadcaster" element
     */
    java.lang.String getBroadcasterArray(int i);

    /**
     * Gets (as xml) a List of "Broadcaster" elements
     */
    java.util.List xgetBroadcasterList();

    /**
     * Gets (as xml) array of all "Broadcaster" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetBroadcasterArray();

    /**
     * Gets (as xml) ith "Broadcaster" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetBroadcasterArray(int i);

    /**
     * Returns number of "Broadcaster" element
     */
    int sizeOfBroadcasterArray();

    /**
     * Sets array of all "Broadcaster" element
     */
    void setBroadcasterArray(java.lang.String[] broadcasterArray);

    /**
     * Sets ith "Broadcaster" element
     */
    void setBroadcasterArray(int i, java.lang.String broadcaster);

    /**
     * Sets (as xml) array of all "Broadcaster" element
     */
    void xsetBroadcasterArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] broadcasterArray);

    /**
     * Sets (as xml) ith "Broadcaster" element
     */
    void xsetBroadcasterArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString broadcaster);

    /**
     * Inserts the value as the ith "Broadcaster" element
     */
    void insertBroadcaster(int i, java.lang.String broadcaster);

    /**
     * Appends the value as the last "Broadcaster" element
     */
    void addBroadcaster(java.lang.String broadcaster);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Broadcaster" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewBroadcaster(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Broadcaster" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewBroadcaster();

    /**
     * Removes the ith "Broadcaster" element
     */
    void removeBroadcaster(int i);

    /**
     * Gets a List of "BroadcastTitle" elements
     */
    java.util.List getBroadcastTitleList();

    /**
     * Gets array of all "BroadcastTitle" elements
     */
    java.lang.String[] getBroadcastTitleArray();

    /**
     * Gets ith "BroadcastTitle" element
     */
    java.lang.String getBroadcastTitleArray(int i);

    /**
     * Gets (as xml) a List of "BroadcastTitle" elements
     */
    java.util.List xgetBroadcastTitleList();

    /**
     * Gets (as xml) array of all "BroadcastTitle" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetBroadcastTitleArray();

    /**
     * Gets (as xml) ith "BroadcastTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetBroadcastTitleArray(int i);

    /**
     * Returns number of "BroadcastTitle" element
     */
    int sizeOfBroadcastTitleArray();

    /**
     * Sets array of all "BroadcastTitle" element
     */
    void setBroadcastTitleArray(java.lang.String[] broadcastTitleArray);

    /**
     * Sets ith "BroadcastTitle" element
     */
    void setBroadcastTitleArray(int i, java.lang.String broadcastTitle);

    /**
     * Sets (as xml) array of all "BroadcastTitle" element
     */
    void xsetBroadcastTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] broadcastTitleArray);

    /**
     * Sets (as xml) ith "BroadcastTitle" element
     */
    void xsetBroadcastTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString broadcastTitle);

    /**
     * Inserts the value as the ith "BroadcastTitle" element
     */
    void insertBroadcastTitle(int i, java.lang.String broadcastTitle);

    /**
     * Appends the value as the last "BroadcastTitle" element
     */
    void addBroadcastTitle(java.lang.String broadcastTitle);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "BroadcastTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewBroadcastTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "BroadcastTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewBroadcastTitle();

    /**
     * Removes the ith "BroadcastTitle" element
     */
    void removeBroadcastTitle(int i);

    /**
     * Gets a List of "CaseNumber" elements
     */
    java.util.List getCaseNumberList();

    /**
     * Gets array of all "CaseNumber" elements
     */
    java.lang.String[] getCaseNumberArray();

    /**
     * Gets ith "CaseNumber" element
     */
    java.lang.String getCaseNumberArray(int i);

    /**
     * Gets (as xml) a List of "CaseNumber" elements
     */
    java.util.List xgetCaseNumberList();

    /**
     * Gets (as xml) array of all "CaseNumber" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetCaseNumberArray();

    /**
     * Gets (as xml) ith "CaseNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCaseNumberArray(int i);

    /**
     * Returns number of "CaseNumber" element
     */
    int sizeOfCaseNumberArray();

    /**
     * Sets array of all "CaseNumber" element
     */
    void setCaseNumberArray(java.lang.String[] caseNumberArray);

    /**
     * Sets ith "CaseNumber" element
     */
    void setCaseNumberArray(int i, java.lang.String caseNumber);

    /**
     * Sets (as xml) array of all "CaseNumber" element
     */
    void xsetCaseNumberArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] caseNumberArray);

    /**
     * Sets (as xml) ith "CaseNumber" element
     */
    void xsetCaseNumberArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString caseNumber);

    /**
     * Inserts the value as the ith "CaseNumber" element
     */
    void insertCaseNumber(int i, java.lang.String caseNumber);

    /**
     * Appends the value as the last "CaseNumber" element
     */
    void addCaseNumber(java.lang.String caseNumber);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "CaseNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewCaseNumber(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "CaseNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewCaseNumber();

    /**
     * Removes the ith "CaseNumber" element
     */
    void removeCaseNumber(int i);

    /**
     * Gets a List of "ChapterNumber" elements
     */
    java.util.List getChapterNumberList();

    /**
     * Gets array of all "ChapterNumber" elements
     */
    java.lang.String[] getChapterNumberArray();

    /**
     * Gets ith "ChapterNumber" element
     */
    java.lang.String getChapterNumberArray(int i);

    /**
     * Gets (as xml) a List of "ChapterNumber" elements
     */
    java.util.List xgetChapterNumberList();

    /**
     * Gets (as xml) array of all "ChapterNumber" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetChapterNumberArray();

    /**
     * Gets (as xml) ith "ChapterNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetChapterNumberArray(int i);

    /**
     * Returns number of "ChapterNumber" element
     */
    int sizeOfChapterNumberArray();

    /**
     * Sets array of all "ChapterNumber" element
     */
    void setChapterNumberArray(java.lang.String[] chapterNumberArray);

    /**
     * Sets ith "ChapterNumber" element
     */
    void setChapterNumberArray(int i, java.lang.String chapterNumber);

    /**
     * Sets (as xml) array of all "ChapterNumber" element
     */
    void xsetChapterNumberArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] chapterNumberArray);

    /**
     * Sets (as xml) ith "ChapterNumber" element
     */
    void xsetChapterNumberArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString chapterNumber);

    /**
     * Inserts the value as the ith "ChapterNumber" element
     */
    void insertChapterNumber(int i, java.lang.String chapterNumber);

    /**
     * Appends the value as the last "ChapterNumber" element
     */
    void addChapterNumber(java.lang.String chapterNumber);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "ChapterNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewChapterNumber(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "ChapterNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewChapterNumber();

    /**
     * Removes the ith "ChapterNumber" element
     */
    void removeChapterNumber(int i);

    /**
     * Gets a List of "City" elements
     */
    java.util.List getCityList();

    /**
     * Gets array of all "City" elements
     */
    java.lang.String[] getCityArray();

    /**
     * Gets ith "City" element
     */
    java.lang.String getCityArray(int i);

    /**
     * Gets (as xml) a List of "City" elements
     */
    java.util.List xgetCityList();

    /**
     * Gets (as xml) array of all "City" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetCityArray();

    /**
     * Gets (as xml) ith "City" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCityArray(int i);

    /**
     * Returns number of "City" element
     */
    int sizeOfCityArray();

    /**
     * Sets array of all "City" element
     */
    void setCityArray(java.lang.String[] cityArray);

    /**
     * Sets ith "City" element
     */
    void setCityArray(int i, java.lang.String city);

    /**
     * Sets (as xml) array of all "City" element
     */
    void xsetCityArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] cityArray);

    /**
     * Sets (as xml) ith "City" element
     */
    void xsetCityArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString city);

    /**
     * Inserts the value as the ith "City" element
     */
    void insertCity(int i, java.lang.String city);

    /**
     * Appends the value as the last "City" element
     */
    void addCity(java.lang.String city);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "City" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewCity(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "City" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewCity();

    /**
     * Removes the ith "City" element
     */
    void removeCity(int i);

    /**
     * Gets a List of "Comments" elements
     */
    java.util.List getCommentsList();

    /**
     * Gets array of all "Comments" elements
     */
    java.lang.String[] getCommentsArray();

    /**
     * Gets ith "Comments" element
     */
    java.lang.String getCommentsArray(int i);

    /**
     * Gets (as xml) a List of "Comments" elements
     */
    java.util.List xgetCommentsList();

    /**
     * Gets (as xml) array of all "Comments" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetCommentsArray();

    /**
     * Gets (as xml) ith "Comments" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCommentsArray(int i);

    /**
     * Returns number of "Comments" element
     */
    int sizeOfCommentsArray();

    /**
     * Sets array of all "Comments" element
     */
    void setCommentsArray(java.lang.String[] commentsArray);

    /**
     * Sets ith "Comments" element
     */
    void setCommentsArray(int i, java.lang.String comments);

    /**
     * Sets (as xml) array of all "Comments" element
     */
    void xsetCommentsArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] commentsArray);

    /**
     * Sets (as xml) ith "Comments" element
     */
    void xsetCommentsArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString comments);

    /**
     * Inserts the value as the ith "Comments" element
     */
    void insertComments(int i, java.lang.String comments);

    /**
     * Appends the value as the last "Comments" element
     */
    void addComments(java.lang.String comments);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Comments" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewComments(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Comments" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewComments();

    /**
     * Removes the ith "Comments" element
     */
    void removeComments(int i);

    /**
     * Gets a List of "ConferenceName" elements
     */
    java.util.List getConferenceNameList();

    /**
     * Gets array of all "ConferenceName" elements
     */
    java.lang.String[] getConferenceNameArray();

    /**
     * Gets ith "ConferenceName" element
     */
    java.lang.String getConferenceNameArray(int i);

    /**
     * Gets (as xml) a List of "ConferenceName" elements
     */
    java.util.List xgetConferenceNameList();

    /**
     * Gets (as xml) array of all "ConferenceName" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetConferenceNameArray();

    /**
     * Gets (as xml) ith "ConferenceName" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetConferenceNameArray(int i);

    /**
     * Returns number of "ConferenceName" element
     */
    int sizeOfConferenceNameArray();

    /**
     * Sets array of all "ConferenceName" element
     */
    void setConferenceNameArray(java.lang.String[] conferenceNameArray);

    /**
     * Sets ith "ConferenceName" element
     */
    void setConferenceNameArray(int i, java.lang.String conferenceName);

    /**
     * Sets (as xml) array of all "ConferenceName" element
     */
    void xsetConferenceNameArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] conferenceNameArray);

    /**
     * Sets (as xml) ith "ConferenceName" element
     */
    void xsetConferenceNameArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString conferenceName);

    /**
     * Inserts the value as the ith "ConferenceName" element
     */
    void insertConferenceName(int i, java.lang.String conferenceName);

    /**
     * Appends the value as the last "ConferenceName" element
     */
    void addConferenceName(java.lang.String conferenceName);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "ConferenceName" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewConferenceName(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "ConferenceName" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewConferenceName();

    /**
     * Removes the ith "ConferenceName" element
     */
    void removeConferenceName(int i);

    /**
     * Gets a List of "CountryRegion" elements
     */
    java.util.List getCountryRegionList();

    /**
     * Gets array of all "CountryRegion" elements
     */
    java.lang.String[] getCountryRegionArray();

    /**
     * Gets ith "CountryRegion" element
     */
    java.lang.String getCountryRegionArray(int i);

    /**
     * Gets (as xml) a List of "CountryRegion" elements
     */
    java.util.List xgetCountryRegionList();

    /**
     * Gets (as xml) array of all "CountryRegion" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetCountryRegionArray();

    /**
     * Gets (as xml) ith "CountryRegion" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCountryRegionArray(int i);

    /**
     * Returns number of "CountryRegion" element
     */
    int sizeOfCountryRegionArray();

    /**
     * Sets array of all "CountryRegion" element
     */
    void setCountryRegionArray(java.lang.String[] countryRegionArray);

    /**
     * Sets ith "CountryRegion" element
     */
    void setCountryRegionArray(int i, java.lang.String countryRegion);

    /**
     * Sets (as xml) array of all "CountryRegion" element
     */
    void xsetCountryRegionArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] countryRegionArray);

    /**
     * Sets (as xml) ith "CountryRegion" element
     */
    void xsetCountryRegionArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString countryRegion);

    /**
     * Inserts the value as the ith "CountryRegion" element
     */
    void insertCountryRegion(int i, java.lang.String countryRegion);

    /**
     * Appends the value as the last "CountryRegion" element
     */
    void addCountryRegion(java.lang.String countryRegion);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "CountryRegion" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewCountryRegion(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "CountryRegion" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewCountryRegion();

    /**
     * Removes the ith "CountryRegion" element
     */
    void removeCountryRegion(int i);

    /**
     * Gets a List of "Court" elements
     */
    java.util.List getCourtList();

    /**
     * Gets array of all "Court" elements
     */
    java.lang.String[] getCourtArray();

    /**
     * Gets ith "Court" element
     */
    java.lang.String getCourtArray(int i);

    /**
     * Gets (as xml) a List of "Court" elements
     */
    java.util.List xgetCourtList();

    /**
     * Gets (as xml) array of all "Court" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetCourtArray();

    /**
     * Gets (as xml) ith "Court" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCourtArray(int i);

    /**
     * Returns number of "Court" element
     */
    int sizeOfCourtArray();

    /**
     * Sets array of all "Court" element
     */
    void setCourtArray(java.lang.String[] courtArray);

    /**
     * Sets ith "Court" element
     */
    void setCourtArray(int i, java.lang.String court);

    /**
     * Sets (as xml) array of all "Court" element
     */
    void xsetCourtArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] courtArray);

    /**
     * Sets (as xml) ith "Court" element
     */
    void xsetCourtArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString court);

    /**
     * Inserts the value as the ith "Court" element
     */
    void insertCourt(int i, java.lang.String court);

    /**
     * Appends the value as the last "Court" element
     */
    void addCourt(java.lang.String court);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Court" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewCourt(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Court" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewCourt();

    /**
     * Removes the ith "Court" element
     */
    void removeCourt(int i);

    /**
     * Gets a List of "Day" elements
     */
    java.util.List getDayList();

    /**
     * Gets array of all "Day" elements
     */
    java.lang.String[] getDayArray();

    /**
     * Gets ith "Day" element
     */
    java.lang.String getDayArray(int i);

    /**
     * Gets (as xml) a List of "Day" elements
     */
    java.util.List xgetDayList();

    /**
     * Gets (as xml) array of all "Day" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetDayArray();

    /**
     * Gets (as xml) ith "Day" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetDayArray(int i);

    /**
     * Returns number of "Day" element
     */
    int sizeOfDayArray();

    /**
     * Sets array of all "Day" element
     */
    void setDayArray(java.lang.String[] dayArray);

    /**
     * Sets ith "Day" element
     */
    void setDayArray(int i, java.lang.String day);

    /**
     * Sets (as xml) array of all "Day" element
     */
    void xsetDayArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] dayArray);

    /**
     * Sets (as xml) ith "Day" element
     */
    void xsetDayArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString day);

    /**
     * Inserts the value as the ith "Day" element
     */
    void insertDay(int i, java.lang.String day);

    /**
     * Appends the value as the last "Day" element
     */
    void addDay(java.lang.String day);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Day" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewDay(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Day" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewDay();

    /**
     * Removes the ith "Day" element
     */
    void removeDay(int i);

    /**
     * Gets a List of "DayAccessed" elements
     */
    java.util.List getDayAccessedList();

    /**
     * Gets array of all "DayAccessed" elements
     */
    java.lang.String[] getDayAccessedArray();

    /**
     * Gets ith "DayAccessed" element
     */
    java.lang.String getDayAccessedArray(int i);

    /**
     * Gets (as xml) a List of "DayAccessed" elements
     */
    java.util.List xgetDayAccessedList();

    /**
     * Gets (as xml) array of all "DayAccessed" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetDayAccessedArray();

    /**
     * Gets (as xml) ith "DayAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetDayAccessedArray(int i);

    /**
     * Returns number of "DayAccessed" element
     */
    int sizeOfDayAccessedArray();

    /**
     * Sets array of all "DayAccessed" element
     */
    void setDayAccessedArray(java.lang.String[] dayAccessedArray);

    /**
     * Sets ith "DayAccessed" element
     */
    void setDayAccessedArray(int i, java.lang.String dayAccessed);

    /**
     * Sets (as xml) array of all "DayAccessed" element
     */
    void xsetDayAccessedArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] dayAccessedArray);

    /**
     * Sets (as xml) ith "DayAccessed" element
     */
    void xsetDayAccessedArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString dayAccessed);

    /**
     * Inserts the value as the ith "DayAccessed" element
     */
    void insertDayAccessed(int i, java.lang.String dayAccessed);

    /**
     * Appends the value as the last "DayAccessed" element
     */
    void addDayAccessed(java.lang.String dayAccessed);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "DayAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewDayAccessed(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "DayAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewDayAccessed();

    /**
     * Removes the ith "DayAccessed" element
     */
    void removeDayAccessed(int i);

    /**
     * Gets a List of "Department" elements
     */
    java.util.List getDepartmentList();

    /**
     * Gets array of all "Department" elements
     */
    java.lang.String[] getDepartmentArray();

    /**
     * Gets ith "Department" element
     */
    java.lang.String getDepartmentArray(int i);

    /**
     * Gets (as xml) a List of "Department" elements
     */
    java.util.List xgetDepartmentList();

    /**
     * Gets (as xml) array of all "Department" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetDepartmentArray();

    /**
     * Gets (as xml) ith "Department" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetDepartmentArray(int i);

    /**
     * Returns number of "Department" element
     */
    int sizeOfDepartmentArray();

    /**
     * Sets array of all "Department" element
     */
    void setDepartmentArray(java.lang.String[] departmentArray);

    /**
     * Sets ith "Department" element
     */
    void setDepartmentArray(int i, java.lang.String department);

    /**
     * Sets (as xml) array of all "Department" element
     */
    void xsetDepartmentArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] departmentArray);

    /**
     * Sets (as xml) ith "Department" element
     */
    void xsetDepartmentArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString department);

    /**
     * Inserts the value as the ith "Department" element
     */
    void insertDepartment(int i, java.lang.String department);

    /**
     * Appends the value as the last "Department" element
     */
    void addDepartment(java.lang.String department);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Department" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewDepartment(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Department" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewDepartment();

    /**
     * Removes the ith "Department" element
     */
    void removeDepartment(int i);

    /**
     * Gets a List of "Distributor" elements
     */
    java.util.List getDistributorList();

    /**
     * Gets array of all "Distributor" elements
     */
    java.lang.String[] getDistributorArray();

    /**
     * Gets ith "Distributor" element
     */
    java.lang.String getDistributorArray(int i);

    /**
     * Gets (as xml) a List of "Distributor" elements
     */
    java.util.List xgetDistributorList();

    /**
     * Gets (as xml) array of all "Distributor" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetDistributorArray();

    /**
     * Gets (as xml) ith "Distributor" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetDistributorArray(int i);

    /**
     * Returns number of "Distributor" element
     */
    int sizeOfDistributorArray();

    /**
     * Sets array of all "Distributor" element
     */
    void setDistributorArray(java.lang.String[] distributorArray);

    /**
     * Sets ith "Distributor" element
     */
    void setDistributorArray(int i, java.lang.String distributor);

    /**
     * Sets (as xml) array of all "Distributor" element
     */
    void xsetDistributorArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] distributorArray);

    /**
     * Sets (as xml) ith "Distributor" element
     */
    void xsetDistributorArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString distributor);

    /**
     * Inserts the value as the ith "Distributor" element
     */
    void insertDistributor(int i, java.lang.String distributor);

    /**
     * Appends the value as the last "Distributor" element
     */
    void addDistributor(java.lang.String distributor);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Distributor" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewDistributor(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Distributor" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewDistributor();

    /**
     * Removes the ith "Distributor" element
     */
    void removeDistributor(int i);

    /**
     * Gets a List of "Edition" elements
     */
    java.util.List getEditionList();

    /**
     * Gets array of all "Edition" elements
     */
    java.lang.String[] getEditionArray();

    /**
     * Gets ith "Edition" element
     */
    java.lang.String getEditionArray(int i);

    /**
     * Gets (as xml) a List of "Edition" elements
     */
    java.util.List xgetEditionList();

    /**
     * Gets (as xml) array of all "Edition" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetEditionArray();

    /**
     * Gets (as xml) ith "Edition" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetEditionArray(int i);

    /**
     * Returns number of "Edition" element
     */
    int sizeOfEditionArray();

    /**
     * Sets array of all "Edition" element
     */
    void setEditionArray(java.lang.String[] editionArray);

    /**
     * Sets ith "Edition" element
     */
    void setEditionArray(int i, java.lang.String edition);

    /**
     * Sets (as xml) array of all "Edition" element
     */
    void xsetEditionArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] editionArray);

    /**
     * Sets (as xml) ith "Edition" element
     */
    void xsetEditionArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString edition);

    /**
     * Inserts the value as the ith "Edition" element
     */
    void insertEdition(int i, java.lang.String edition);

    /**
     * Appends the value as the last "Edition" element
     */
    void addEdition(java.lang.String edition);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Edition" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewEdition(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Edition" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewEdition();

    /**
     * Removes the ith "Edition" element
     */
    void removeEdition(int i);

    /**
     * Gets a List of "Guid" elements
     */
    java.util.List getGuidList();

    /**
     * Gets array of all "Guid" elements
     */
    java.lang.String[] getGuidArray();

    /**
     * Gets ith "Guid" element
     */
    java.lang.String getGuidArray(int i);

    /**
     * Gets (as xml) a List of "Guid" elements
     */
    java.util.List xgetGuidList();

    /**
     * Gets (as xml) array of all "Guid" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetGuidArray();

    /**
     * Gets (as xml) ith "Guid" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetGuidArray(int i);

    /**
     * Returns number of "Guid" element
     */
    int sizeOfGuidArray();

    /**
     * Sets array of all "Guid" element
     */
    void setGuidArray(java.lang.String[] guidArray);

    /**
     * Sets ith "Guid" element
     */
    void setGuidArray(int i, java.lang.String guid);

    /**
     * Sets (as xml) array of all "Guid" element
     */
    void xsetGuidArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] guidArray);

    /**
     * Sets (as xml) ith "Guid" element
     */
    void xsetGuidArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString guid);

    /**
     * Inserts the value as the ith "Guid" element
     */
    void insertGuid(int i, java.lang.String guid);

    /**
     * Appends the value as the last "Guid" element
     */
    void addGuid(java.lang.String guid);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Guid" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewGuid(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Guid" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewGuid();

    /**
     * Removes the ith "Guid" element
     */
    void removeGuid(int i);

    /**
     * Gets a List of "Institution" elements
     */
    java.util.List getInstitutionList();

    /**
     * Gets array of all "Institution" elements
     */
    java.lang.String[] getInstitutionArray();

    /**
     * Gets ith "Institution" element
     */
    java.lang.String getInstitutionArray(int i);

    /**
     * Gets (as xml) a List of "Institution" elements
     */
    java.util.List xgetInstitutionList();

    /**
     * Gets (as xml) array of all "Institution" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetInstitutionArray();

    /**
     * Gets (as xml) ith "Institution" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetInstitutionArray(int i);

    /**
     * Returns number of "Institution" element
     */
    int sizeOfInstitutionArray();

    /**
     * Sets array of all "Institution" element
     */
    void setInstitutionArray(java.lang.String[] institutionArray);

    /**
     * Sets ith "Institution" element
     */
    void setInstitutionArray(int i, java.lang.String institution);

    /**
     * Sets (as xml) array of all "Institution" element
     */
    void xsetInstitutionArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] institutionArray);

    /**
     * Sets (as xml) ith "Institution" element
     */
    void xsetInstitutionArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString institution);

    /**
     * Inserts the value as the ith "Institution" element
     */
    void insertInstitution(int i, java.lang.String institution);

    /**
     * Appends the value as the last "Institution" element
     */
    void addInstitution(java.lang.String institution);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Institution" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewInstitution(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Institution" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewInstitution();

    /**
     * Removes the ith "Institution" element
     */
    void removeInstitution(int i);

    /**
     * Gets a List of "InternetSiteTitle" elements
     */
    java.util.List getInternetSiteTitleList();

    /**
     * Gets array of all "InternetSiteTitle" elements
     */
    java.lang.String[] getInternetSiteTitleArray();

    /**
     * Gets ith "InternetSiteTitle" element
     */
    java.lang.String getInternetSiteTitleArray(int i);

    /**
     * Gets (as xml) a List of "InternetSiteTitle" elements
     */
    java.util.List xgetInternetSiteTitleList();

    /**
     * Gets (as xml) array of all "InternetSiteTitle" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetInternetSiteTitleArray();

    /**
     * Gets (as xml) ith "InternetSiteTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetInternetSiteTitleArray(int i);

    /**
     * Returns number of "InternetSiteTitle" element
     */
    int sizeOfInternetSiteTitleArray();

    /**
     * Sets array of all "InternetSiteTitle" element
     */
    void setInternetSiteTitleArray(java.lang.String[] internetSiteTitleArray);

    /**
     * Sets ith "InternetSiteTitle" element
     */
    void setInternetSiteTitleArray(int i, java.lang.String internetSiteTitle);

    /**
     * Sets (as xml) array of all "InternetSiteTitle" element
     */
    void xsetInternetSiteTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] internetSiteTitleArray);

    /**
     * Sets (as xml) ith "InternetSiteTitle" element
     */
    void xsetInternetSiteTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString internetSiteTitle);

    /**
     * Inserts the value as the ith "InternetSiteTitle" element
     */
    void insertInternetSiteTitle(int i, java.lang.String internetSiteTitle);

    /**
     * Appends the value as the last "InternetSiteTitle" element
     */
    void addInternetSiteTitle(java.lang.String internetSiteTitle);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "InternetSiteTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewInternetSiteTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "InternetSiteTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewInternetSiteTitle();

    /**
     * Removes the ith "InternetSiteTitle" element
     */
    void removeInternetSiteTitle(int i);

    /**
     * Gets a List of "Issue" elements
     */
    java.util.List getIssueList();

    /**
     * Gets array of all "Issue" elements
     */
    java.lang.String[] getIssueArray();

    /**
     * Gets ith "Issue" element
     */
    java.lang.String getIssueArray(int i);

    /**
     * Gets (as xml) a List of "Issue" elements
     */
    java.util.List xgetIssueList();

    /**
     * Gets (as xml) array of all "Issue" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetIssueArray();

    /**
     * Gets (as xml) ith "Issue" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetIssueArray(int i);

    /**
     * Returns number of "Issue" element
     */
    int sizeOfIssueArray();

    /**
     * Sets array of all "Issue" element
     */
    void setIssueArray(java.lang.String[] issueArray);

    /**
     * Sets ith "Issue" element
     */
    void setIssueArray(int i, java.lang.String issue);

    /**
     * Sets (as xml) array of all "Issue" element
     */
    void xsetIssueArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] issueArray);

    /**
     * Sets (as xml) ith "Issue" element
     */
    void xsetIssueArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString issue);

    /**
     * Inserts the value as the ith "Issue" element
     */
    void insertIssue(int i, java.lang.String issue);

    /**
     * Appends the value as the last "Issue" element
     */
    void addIssue(java.lang.String issue);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Issue" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewIssue(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Issue" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewIssue();

    /**
     * Removes the ith "Issue" element
     */
    void removeIssue(int i);

    /**
     * Gets a List of "JournalName" elements
     */
    java.util.List getJournalNameList();

    /**
     * Gets array of all "JournalName" elements
     */
    java.lang.String[] getJournalNameArray();

    /**
     * Gets ith "JournalName" element
     */
    java.lang.String getJournalNameArray(int i);

    /**
     * Gets (as xml) a List of "JournalName" elements
     */
    java.util.List xgetJournalNameList();

    /**
     * Gets (as xml) array of all "JournalName" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetJournalNameArray();

    /**
     * Gets (as xml) ith "JournalName" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetJournalNameArray(int i);

    /**
     * Returns number of "JournalName" element
     */
    int sizeOfJournalNameArray();

    /**
     * Sets array of all "JournalName" element
     */
    void setJournalNameArray(java.lang.String[] journalNameArray);

    /**
     * Sets ith "JournalName" element
     */
    void setJournalNameArray(int i, java.lang.String journalName);

    /**
     * Sets (as xml) array of all "JournalName" element
     */
    void xsetJournalNameArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] journalNameArray);

    /**
     * Sets (as xml) ith "JournalName" element
     */
    void xsetJournalNameArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString journalName);

    /**
     * Inserts the value as the ith "JournalName" element
     */
    void insertJournalName(int i, java.lang.String journalName);

    /**
     * Appends the value as the last "JournalName" element
     */
    void addJournalName(java.lang.String journalName);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "JournalName" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewJournalName(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "JournalName" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewJournalName();

    /**
     * Removes the ith "JournalName" element
     */
    void removeJournalName(int i);

    /**
     * Gets a List of "LCID" elements
     */
    java.util.List getLCIDList();

    /**
     * Gets array of all "LCID" elements
     */
    java.lang.String[] getLCIDArray();

    /**
     * Gets ith "LCID" element
     */
    java.lang.String getLCIDArray(int i);

    /**
     * Gets (as xml) a List of "LCID" elements
     */
    java.util.List xgetLCIDList();

    /**
     * Gets (as xml) array of all "LCID" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang[] xgetLCIDArray();

    /**
     * Gets (as xml) ith "LCID" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang xgetLCIDArray(int i);

    /**
     * Returns number of "LCID" element
     */
    int sizeOfLCIDArray();

    /**
     * Sets array of all "LCID" element
     */
    void setLCIDArray(java.lang.String[] lcidArray);

    /**
     * Sets ith "LCID" element
     */
    void setLCIDArray(int i, java.lang.String lcid);

    /**
     * Sets (as xml) array of all "LCID" element
     */
    void xsetLCIDArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang[] lcidArray);

    /**
     * Sets (as xml) ith "LCID" element
     */
    void xsetLCIDArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang lcid);

    /**
     * Inserts the value as the ith "LCID" element
     */
    void insertLCID(int i, java.lang.String lcid);

    /**
     * Appends the value as the last "LCID" element
     */
    void addLCID(java.lang.String lcid);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "LCID" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang insertNewLCID(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "LCID" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang addNewLCID();

    /**
     * Removes the ith "LCID" element
     */
    void removeLCID(int i);

    /**
     * Gets a List of "Medium" elements
     */
    java.util.List getMediumList();

    /**
     * Gets array of all "Medium" elements
     */
    java.lang.String[] getMediumArray();

    /**
     * Gets ith "Medium" element
     */
    java.lang.String getMediumArray(int i);

    /**
     * Gets (as xml) a List of "Medium" elements
     */
    java.util.List xgetMediumList();

    /**
     * Gets (as xml) array of all "Medium" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetMediumArray();

    /**
     * Gets (as xml) ith "Medium" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetMediumArray(int i);

    /**
     * Returns number of "Medium" element
     */
    int sizeOfMediumArray();

    /**
     * Sets array of all "Medium" element
     */
    void setMediumArray(java.lang.String[] mediumArray);

    /**
     * Sets ith "Medium" element
     */
    void setMediumArray(int i, java.lang.String medium);

    /**
     * Sets (as xml) array of all "Medium" element
     */
    void xsetMediumArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] mediumArray);

    /**
     * Sets (as xml) ith "Medium" element
     */
    void xsetMediumArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString medium);

    /**
     * Inserts the value as the ith "Medium" element
     */
    void insertMedium(int i, java.lang.String medium);

    /**
     * Appends the value as the last "Medium" element
     */
    void addMedium(java.lang.String medium);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Medium" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewMedium(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Medium" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewMedium();

    /**
     * Removes the ith "Medium" element
     */
    void removeMedium(int i);

    /**
     * Gets a List of "Month" elements
     */
    java.util.List getMonthList();

    /**
     * Gets array of all "Month" elements
     */
    java.lang.String[] getMonthArray();

    /**
     * Gets ith "Month" element
     */
    java.lang.String getMonthArray(int i);

    /**
     * Gets (as xml) a List of "Month" elements
     */
    java.util.List xgetMonthList();

    /**
     * Gets (as xml) array of all "Month" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetMonthArray();

    /**
     * Gets (as xml) ith "Month" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetMonthArray(int i);

    /**
     * Returns number of "Month" element
     */
    int sizeOfMonthArray();

    /**
     * Sets array of all "Month" element
     */
    void setMonthArray(java.lang.String[] monthArray);

    /**
     * Sets ith "Month" element
     */
    void setMonthArray(int i, java.lang.String month);

    /**
     * Sets (as xml) array of all "Month" element
     */
    void xsetMonthArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] monthArray);

    /**
     * Sets (as xml) ith "Month" element
     */
    void xsetMonthArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString month);

    /**
     * Inserts the value as the ith "Month" element
     */
    void insertMonth(int i, java.lang.String month);

    /**
     * Appends the value as the last "Month" element
     */
    void addMonth(java.lang.String month);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Month" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewMonth(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Month" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewMonth();

    /**
     * Removes the ith "Month" element
     */
    void removeMonth(int i);

    /**
     * Gets a List of "MonthAccessed" elements
     */
    java.util.List getMonthAccessedList();

    /**
     * Gets array of all "MonthAccessed" elements
     */
    java.lang.String[] getMonthAccessedArray();

    /**
     * Gets ith "MonthAccessed" element
     */
    java.lang.String getMonthAccessedArray(int i);

    /**
     * Gets (as xml) a List of "MonthAccessed" elements
     */
    java.util.List xgetMonthAccessedList();

    /**
     * Gets (as xml) array of all "MonthAccessed" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetMonthAccessedArray();

    /**
     * Gets (as xml) ith "MonthAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetMonthAccessedArray(int i);

    /**
     * Returns number of "MonthAccessed" element
     */
    int sizeOfMonthAccessedArray();

    /**
     * Sets array of all "MonthAccessed" element
     */
    void setMonthAccessedArray(java.lang.String[] monthAccessedArray);

    /**
     * Sets ith "MonthAccessed" element
     */
    void setMonthAccessedArray(int i, java.lang.String monthAccessed);

    /**
     * Sets (as xml) array of all "MonthAccessed" element
     */
    void xsetMonthAccessedArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] monthAccessedArray);

    /**
     * Sets (as xml) ith "MonthAccessed" element
     */
    void xsetMonthAccessedArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString monthAccessed);

    /**
     * Inserts the value as the ith "MonthAccessed" element
     */
    void insertMonthAccessed(int i, java.lang.String monthAccessed);

    /**
     * Appends the value as the last "MonthAccessed" element
     */
    void addMonthAccessed(java.lang.String monthAccessed);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "MonthAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewMonthAccessed(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "MonthAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewMonthAccessed();

    /**
     * Removes the ith "MonthAccessed" element
     */
    void removeMonthAccessed(int i);

    /**
     * Gets a List of "NumberVolumes" elements
     */
    java.util.List getNumberVolumesList();

    /**
     * Gets array of all "NumberVolumes" elements
     */
    java.lang.String[] getNumberVolumesArray();

    /**
     * Gets ith "NumberVolumes" element
     */
    java.lang.String getNumberVolumesArray(int i);

    /**
     * Gets (as xml) a List of "NumberVolumes" elements
     */
    java.util.List xgetNumberVolumesList();

    /**
     * Gets (as xml) array of all "NumberVolumes" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetNumberVolumesArray();

    /**
     * Gets (as xml) ith "NumberVolumes" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetNumberVolumesArray(int i);

    /**
     * Returns number of "NumberVolumes" element
     */
    int sizeOfNumberVolumesArray();

    /**
     * Sets array of all "NumberVolumes" element
     */
    void setNumberVolumesArray(java.lang.String[] numberVolumesArray);

    /**
     * Sets ith "NumberVolumes" element
     */
    void setNumberVolumesArray(int i, java.lang.String numberVolumes);

    /**
     * Sets (as xml) array of all "NumberVolumes" element
     */
    void xsetNumberVolumesArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] numberVolumesArray);

    /**
     * Sets (as xml) ith "NumberVolumes" element
     */
    void xsetNumberVolumesArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString numberVolumes);

    /**
     * Inserts the value as the ith "NumberVolumes" element
     */
    void insertNumberVolumes(int i, java.lang.String numberVolumes);

    /**
     * Appends the value as the last "NumberVolumes" element
     */
    void addNumberVolumes(java.lang.String numberVolumes);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "NumberVolumes" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewNumberVolumes(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "NumberVolumes" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewNumberVolumes();

    /**
     * Removes the ith "NumberVolumes" element
     */
    void removeNumberVolumes(int i);

    /**
     * Gets a List of "Pages" elements
     */
    java.util.List getPagesList();

    /**
     * Gets array of all "Pages" elements
     */
    java.lang.String[] getPagesArray();

    /**
     * Gets ith "Pages" element
     */
    java.lang.String getPagesArray(int i);

    /**
     * Gets (as xml) a List of "Pages" elements
     */
    java.util.List xgetPagesList();

    /**
     * Gets (as xml) array of all "Pages" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetPagesArray();

    /**
     * Gets (as xml) ith "Pages" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetPagesArray(int i);

    /**
     * Returns number of "Pages" element
     */
    int sizeOfPagesArray();

    /**
     * Sets array of all "Pages" element
     */
    void setPagesArray(java.lang.String[] pagesArray);

    /**
     * Sets ith "Pages" element
     */
    void setPagesArray(int i, java.lang.String pages);

    /**
     * Sets (as xml) array of all "Pages" element
     */
    void xsetPagesArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] pagesArray);

    /**
     * Sets (as xml) ith "Pages" element
     */
    void xsetPagesArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString pages);

    /**
     * Inserts the value as the ith "Pages" element
     */
    void insertPages(int i, java.lang.String pages);

    /**
     * Appends the value as the last "Pages" element
     */
    void addPages(java.lang.String pages);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Pages" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewPages(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Pages" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewPages();

    /**
     * Removes the ith "Pages" element
     */
    void removePages(int i);

    /**
     * Gets a List of "PatentNumber" elements
     */
    java.util.List getPatentNumberList();

    /**
     * Gets array of all "PatentNumber" elements
     */
    java.lang.String[] getPatentNumberArray();

    /**
     * Gets ith "PatentNumber" element
     */
    java.lang.String getPatentNumberArray(int i);

    /**
     * Gets (as xml) a List of "PatentNumber" elements
     */
    java.util.List xgetPatentNumberList();

    /**
     * Gets (as xml) array of all "PatentNumber" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetPatentNumberArray();

    /**
     * Gets (as xml) ith "PatentNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetPatentNumberArray(int i);

    /**
     * Returns number of "PatentNumber" element
     */
    int sizeOfPatentNumberArray();

    /**
     * Sets array of all "PatentNumber" element
     */
    void setPatentNumberArray(java.lang.String[] patentNumberArray);

    /**
     * Sets ith "PatentNumber" element
     */
    void setPatentNumberArray(int i, java.lang.String patentNumber);

    /**
     * Sets (as xml) array of all "PatentNumber" element
     */
    void xsetPatentNumberArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] patentNumberArray);

    /**
     * Sets (as xml) ith "PatentNumber" element
     */
    void xsetPatentNumberArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString patentNumber);

    /**
     * Inserts the value as the ith "PatentNumber" element
     */
    void insertPatentNumber(int i, java.lang.String patentNumber);

    /**
     * Appends the value as the last "PatentNumber" element
     */
    void addPatentNumber(java.lang.String patentNumber);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "PatentNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewPatentNumber(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "PatentNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewPatentNumber();

    /**
     * Removes the ith "PatentNumber" element
     */
    void removePatentNumber(int i);

    /**
     * Gets a List of "PeriodicalTitle" elements
     */
    java.util.List getPeriodicalTitleList();

    /**
     * Gets array of all "PeriodicalTitle" elements
     */
    java.lang.String[] getPeriodicalTitleArray();

    /**
     * Gets ith "PeriodicalTitle" element
     */
    java.lang.String getPeriodicalTitleArray(int i);

    /**
     * Gets (as xml) a List of "PeriodicalTitle" elements
     */
    java.util.List xgetPeriodicalTitleList();

    /**
     * Gets (as xml) array of all "PeriodicalTitle" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetPeriodicalTitleArray();

    /**
     * Gets (as xml) ith "PeriodicalTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetPeriodicalTitleArray(int i);

    /**
     * Returns number of "PeriodicalTitle" element
     */
    int sizeOfPeriodicalTitleArray();

    /**
     * Sets array of all "PeriodicalTitle" element
     */
    void setPeriodicalTitleArray(java.lang.String[] periodicalTitleArray);

    /**
     * Sets ith "PeriodicalTitle" element
     */
    void setPeriodicalTitleArray(int i, java.lang.String periodicalTitle);

    /**
     * Sets (as xml) array of all "PeriodicalTitle" element
     */
    void xsetPeriodicalTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] periodicalTitleArray);

    /**
     * Sets (as xml) ith "PeriodicalTitle" element
     */
    void xsetPeriodicalTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString periodicalTitle);

    /**
     * Inserts the value as the ith "PeriodicalTitle" element
     */
    void insertPeriodicalTitle(int i, java.lang.String periodicalTitle);

    /**
     * Appends the value as the last "PeriodicalTitle" element
     */
    void addPeriodicalTitle(java.lang.String periodicalTitle);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "PeriodicalTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewPeriodicalTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "PeriodicalTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewPeriodicalTitle();

    /**
     * Removes the ith "PeriodicalTitle" element
     */
    void removePeriodicalTitle(int i);

    /**
     * Gets a List of "ProductionCompany" elements
     */
    java.util.List getProductionCompanyList();

    /**
     * Gets array of all "ProductionCompany" elements
     */
    java.lang.String[] getProductionCompanyArray();

    /**
     * Gets ith "ProductionCompany" element
     */
    java.lang.String getProductionCompanyArray(int i);

    /**
     * Gets (as xml) a List of "ProductionCompany" elements
     */
    java.util.List xgetProductionCompanyList();

    /**
     * Gets (as xml) array of all "ProductionCompany" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetProductionCompanyArray();

    /**
     * Gets (as xml) ith "ProductionCompany" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetProductionCompanyArray(int i);

    /**
     * Returns number of "ProductionCompany" element
     */
    int sizeOfProductionCompanyArray();

    /**
     * Sets array of all "ProductionCompany" element
     */
    void setProductionCompanyArray(java.lang.String[] productionCompanyArray);

    /**
     * Sets ith "ProductionCompany" element
     */
    void setProductionCompanyArray(int i, java.lang.String productionCompany);

    /**
     * Sets (as xml) array of all "ProductionCompany" element
     */
    void xsetProductionCompanyArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] productionCompanyArray);

    /**
     * Sets (as xml) ith "ProductionCompany" element
     */
    void xsetProductionCompanyArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString productionCompany);

    /**
     * Inserts the value as the ith "ProductionCompany" element
     */
    void insertProductionCompany(int i, java.lang.String productionCompany);

    /**
     * Appends the value as the last "ProductionCompany" element
     */
    void addProductionCompany(java.lang.String productionCompany);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "ProductionCompany" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewProductionCompany(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "ProductionCompany" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewProductionCompany();

    /**
     * Removes the ith "ProductionCompany" element
     */
    void removeProductionCompany(int i);

    /**
     * Gets a List of "PublicationTitle" elements
     */
    java.util.List getPublicationTitleList();

    /**
     * Gets array of all "PublicationTitle" elements
     */
    java.lang.String[] getPublicationTitleArray();

    /**
     * Gets ith "PublicationTitle" element
     */
    java.lang.String getPublicationTitleArray(int i);

    /**
     * Gets (as xml) a List of "PublicationTitle" elements
     */
    java.util.List xgetPublicationTitleList();

    /**
     * Gets (as xml) array of all "PublicationTitle" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetPublicationTitleArray();

    /**
     * Gets (as xml) ith "PublicationTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetPublicationTitleArray(int i);

    /**
     * Returns number of "PublicationTitle" element
     */
    int sizeOfPublicationTitleArray();

    /**
     * Sets array of all "PublicationTitle" element
     */
    void setPublicationTitleArray(java.lang.String[] publicationTitleArray);

    /**
     * Sets ith "PublicationTitle" element
     */
    void setPublicationTitleArray(int i, java.lang.String publicationTitle);

    /**
     * Sets (as xml) array of all "PublicationTitle" element
     */
    void xsetPublicationTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] publicationTitleArray);

    /**
     * Sets (as xml) ith "PublicationTitle" element
     */
    void xsetPublicationTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString publicationTitle);

    /**
     * Inserts the value as the ith "PublicationTitle" element
     */
    void insertPublicationTitle(int i, java.lang.String publicationTitle);

    /**
     * Appends the value as the last "PublicationTitle" element
     */
    void addPublicationTitle(java.lang.String publicationTitle);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "PublicationTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewPublicationTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "PublicationTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewPublicationTitle();

    /**
     * Removes the ith "PublicationTitle" element
     */
    void removePublicationTitle(int i);

    /**
     * Gets a List of "Publisher" elements
     */
    java.util.List getPublisherList();

    /**
     * Gets array of all "Publisher" elements
     */
    java.lang.String[] getPublisherArray();

    /**
     * Gets ith "Publisher" element
     */
    java.lang.String getPublisherArray(int i);

    /**
     * Gets (as xml) a List of "Publisher" elements
     */
    java.util.List xgetPublisherList();

    /**
     * Gets (as xml) array of all "Publisher" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetPublisherArray();

    /**
     * Gets (as xml) ith "Publisher" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetPublisherArray(int i);

    /**
     * Returns number of "Publisher" element
     */
    int sizeOfPublisherArray();

    /**
     * Sets array of all "Publisher" element
     */
    void setPublisherArray(java.lang.String[] publisherArray);

    /**
     * Sets ith "Publisher" element
     */
    void setPublisherArray(int i, java.lang.String publisher);

    /**
     * Sets (as xml) array of all "Publisher" element
     */
    void xsetPublisherArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] publisherArray);

    /**
     * Sets (as xml) ith "Publisher" element
     */
    void xsetPublisherArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString publisher);

    /**
     * Inserts the value as the ith "Publisher" element
     */
    void insertPublisher(int i, java.lang.String publisher);

    /**
     * Appends the value as the last "Publisher" element
     */
    void addPublisher(java.lang.String publisher);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Publisher" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewPublisher(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Publisher" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewPublisher();

    /**
     * Removes the ith "Publisher" element
     */
    void removePublisher(int i);

    /**
     * Gets a List of "RecordingNumber" elements
     */
    java.util.List getRecordingNumberList();

    /**
     * Gets array of all "RecordingNumber" elements
     */
    java.lang.String[] getRecordingNumberArray();

    /**
     * Gets ith "RecordingNumber" element
     */
    java.lang.String getRecordingNumberArray(int i);

    /**
     * Gets (as xml) a List of "RecordingNumber" elements
     */
    java.util.List xgetRecordingNumberList();

    /**
     * Gets (as xml) array of all "RecordingNumber" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetRecordingNumberArray();

    /**
     * Gets (as xml) ith "RecordingNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetRecordingNumberArray(int i);

    /**
     * Returns number of "RecordingNumber" element
     */
    int sizeOfRecordingNumberArray();

    /**
     * Sets array of all "RecordingNumber" element
     */
    void setRecordingNumberArray(java.lang.String[] recordingNumberArray);

    /**
     * Sets ith "RecordingNumber" element
     */
    void setRecordingNumberArray(int i, java.lang.String recordingNumber);

    /**
     * Sets (as xml) array of all "RecordingNumber" element
     */
    void xsetRecordingNumberArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] recordingNumberArray);

    /**
     * Sets (as xml) ith "RecordingNumber" element
     */
    void xsetRecordingNumberArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString recordingNumber);

    /**
     * Inserts the value as the ith "RecordingNumber" element
     */
    void insertRecordingNumber(int i, java.lang.String recordingNumber);

    /**
     * Appends the value as the last "RecordingNumber" element
     */
    void addRecordingNumber(java.lang.String recordingNumber);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "RecordingNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewRecordingNumber(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "RecordingNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewRecordingNumber();

    /**
     * Removes the ith "RecordingNumber" element
     */
    void removeRecordingNumber(int i);

    /**
     * Gets a List of "RefOrder" elements
     */
    java.util.List getRefOrderList();

    /**
     * Gets array of all "RefOrder" elements
     */
    java.lang.String[] getRefOrderArray();

    /**
     * Gets ith "RefOrder" element
     */
    java.lang.String getRefOrderArray(int i);

    /**
     * Gets (as xml) a List of "RefOrder" elements
     */
    java.util.List xgetRefOrderList();

    /**
     * Gets (as xml) array of all "RefOrder" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetRefOrderArray();

    /**
     * Gets (as xml) ith "RefOrder" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetRefOrderArray(int i);

    /**
     * Returns number of "RefOrder" element
     */
    int sizeOfRefOrderArray();

    /**
     * Sets array of all "RefOrder" element
     */
    void setRefOrderArray(java.lang.String[] refOrderArray);

    /**
     * Sets ith "RefOrder" element
     */
    void setRefOrderArray(int i, java.lang.String refOrder);

    /**
     * Sets (as xml) array of all "RefOrder" element
     */
    void xsetRefOrderArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] refOrderArray);

    /**
     * Sets (as xml) ith "RefOrder" element
     */
    void xsetRefOrderArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString refOrder);

    /**
     * Inserts the value as the ith "RefOrder" element
     */
    void insertRefOrder(int i, java.lang.String refOrder);

    /**
     * Appends the value as the last "RefOrder" element
     */
    void addRefOrder(java.lang.String refOrder);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "RefOrder" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewRefOrder(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "RefOrder" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewRefOrder();

    /**
     * Removes the ith "RefOrder" element
     */
    void removeRefOrder(int i);

    /**
     * Gets a List of "Reporter" elements
     */
    java.util.List getReporterList();

    /**
     * Gets array of all "Reporter" elements
     */
    java.lang.String[] getReporterArray();

    /**
     * Gets ith "Reporter" element
     */
    java.lang.String getReporterArray(int i);

    /**
     * Gets (as xml) a List of "Reporter" elements
     */
    java.util.List xgetReporterList();

    /**
     * Gets (as xml) array of all "Reporter" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetReporterArray();

    /**
     * Gets (as xml) ith "Reporter" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetReporterArray(int i);

    /**
     * Returns number of "Reporter" element
     */
    int sizeOfReporterArray();

    /**
     * Sets array of all "Reporter" element
     */
    void setReporterArray(java.lang.String[] reporterArray);

    /**
     * Sets ith "Reporter" element
     */
    void setReporterArray(int i, java.lang.String reporter);

    /**
     * Sets (as xml) array of all "Reporter" element
     */
    void xsetReporterArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] reporterArray);

    /**
     * Sets (as xml) ith "Reporter" element
     */
    void xsetReporterArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString reporter);

    /**
     * Inserts the value as the ith "Reporter" element
     */
    void insertReporter(int i, java.lang.String reporter);

    /**
     * Appends the value as the last "Reporter" element
     */
    void addReporter(java.lang.String reporter);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Reporter" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewReporter(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Reporter" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewReporter();

    /**
     * Removes the ith "Reporter" element
     */
    void removeReporter(int i);

    /**
     * Gets a List of "SourceType" elements
     */
    java.util.List getSourceTypeList();

    /**
     * Gets array of all "SourceType" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType.Enum[] getSourceTypeArray();

    /**
     * Gets ith "SourceType" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType.Enum getSourceTypeArray(int i);

    /**
     * Gets (as xml) a List of "SourceType" elements
     */
    java.util.List xgetSourceTypeList();

    /**
     * Gets (as xml) array of all "SourceType" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType[] xgetSourceTypeArray();

    /**
     * Gets (as xml) ith "SourceType" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType xgetSourceTypeArray(int i);

    /**
     * Returns number of "SourceType" element
     */
    int sizeOfSourceTypeArray();

    /**
     * Sets array of all "SourceType" element
     */
    void setSourceTypeArray(org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType.Enum[] sourceTypeArray);

    /**
     * Sets ith "SourceType" element
     */
    void setSourceTypeArray(int i, org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType.Enum sourceType);

    /**
     * Sets (as xml) array of all "SourceType" element
     */
    void xsetSourceTypeArray(org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType[] sourceTypeArray);

    /**
     * Sets (as xml) ith "SourceType" element
     */
    void xsetSourceTypeArray(int i, org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType sourceType);

    /**
     * Inserts the value as the ith "SourceType" element
     */
    void insertSourceType(int i, org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType.Enum sourceType);

    /**
     * Appends the value as the last "SourceType" element
     */
    void addSourceType(org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType.Enum sourceType);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "SourceType" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType insertNewSourceType(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "SourceType" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.bibliography.STSourceType addNewSourceType();

    /**
     * Removes the ith "SourceType" element
     */
    void removeSourceType(int i);

    /**
     * Gets a List of "ShortTitle" elements
     */
    java.util.List getShortTitleList();

    /**
     * Gets array of all "ShortTitle" elements
     */
    java.lang.String[] getShortTitleArray();

    /**
     * Gets ith "ShortTitle" element
     */
    java.lang.String getShortTitleArray(int i);

    /**
     * Gets (as xml) a List of "ShortTitle" elements
     */
    java.util.List xgetShortTitleList();

    /**
     * Gets (as xml) array of all "ShortTitle" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetShortTitleArray();

    /**
     * Gets (as xml) ith "ShortTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetShortTitleArray(int i);

    /**
     * Returns number of "ShortTitle" element
     */
    int sizeOfShortTitleArray();

    /**
     * Sets array of all "ShortTitle" element
     */
    void setShortTitleArray(java.lang.String[] shortTitleArray);

    /**
     * Sets ith "ShortTitle" element
     */
    void setShortTitleArray(int i, java.lang.String shortTitle);

    /**
     * Sets (as xml) array of all "ShortTitle" element
     */
    void xsetShortTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] shortTitleArray);

    /**
     * Sets (as xml) ith "ShortTitle" element
     */
    void xsetShortTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString shortTitle);

    /**
     * Inserts the value as the ith "ShortTitle" element
     */
    void insertShortTitle(int i, java.lang.String shortTitle);

    /**
     * Appends the value as the last "ShortTitle" element
     */
    void addShortTitle(java.lang.String shortTitle);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "ShortTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewShortTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "ShortTitle" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewShortTitle();

    /**
     * Removes the ith "ShortTitle" element
     */
    void removeShortTitle(int i);

    /**
     * Gets a List of "StandardNumber" elements
     */
    java.util.List getStandardNumberList();

    /**
     * Gets array of all "StandardNumber" elements
     */
    java.lang.String[] getStandardNumberArray();

    /**
     * Gets ith "StandardNumber" element
     */
    java.lang.String getStandardNumberArray(int i);

    /**
     * Gets (as xml) a List of "StandardNumber" elements
     */
    java.util.List xgetStandardNumberList();

    /**
     * Gets (as xml) array of all "StandardNumber" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetStandardNumberArray();

    /**
     * Gets (as xml) ith "StandardNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetStandardNumberArray(int i);

    /**
     * Returns number of "StandardNumber" element
     */
    int sizeOfStandardNumberArray();

    /**
     * Sets array of all "StandardNumber" element
     */
    void setStandardNumberArray(java.lang.String[] standardNumberArray);

    /**
     * Sets ith "StandardNumber" element
     */
    void setStandardNumberArray(int i, java.lang.String standardNumber);

    /**
     * Sets (as xml) array of all "StandardNumber" element
     */
    void xsetStandardNumberArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] standardNumberArray);

    /**
     * Sets (as xml) ith "StandardNumber" element
     */
    void xsetStandardNumberArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString standardNumber);

    /**
     * Inserts the value as the ith "StandardNumber" element
     */
    void insertStandardNumber(int i, java.lang.String standardNumber);

    /**
     * Appends the value as the last "StandardNumber" element
     */
    void addStandardNumber(java.lang.String standardNumber);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "StandardNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewStandardNumber(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "StandardNumber" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewStandardNumber();

    /**
     * Removes the ith "StandardNumber" element
     */
    void removeStandardNumber(int i);

    /**
     * Gets a List of "StateProvince" elements
     */
    java.util.List getStateProvinceList();

    /**
     * Gets array of all "StateProvince" elements
     */
    java.lang.String[] getStateProvinceArray();

    /**
     * Gets ith "StateProvince" element
     */
    java.lang.String getStateProvinceArray(int i);

    /**
     * Gets (as xml) a List of "StateProvince" elements
     */
    java.util.List xgetStateProvinceList();

    /**
     * Gets (as xml) array of all "StateProvince" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetStateProvinceArray();

    /**
     * Gets (as xml) ith "StateProvince" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetStateProvinceArray(int i);

    /**
     * Returns number of "StateProvince" element
     */
    int sizeOfStateProvinceArray();

    /**
     * Sets array of all "StateProvince" element
     */
    void setStateProvinceArray(java.lang.String[] stateProvinceArray);

    /**
     * Sets ith "StateProvince" element
     */
    void setStateProvinceArray(int i, java.lang.String stateProvince);

    /**
     * Sets (as xml) array of all "StateProvince" element
     */
    void xsetStateProvinceArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] stateProvinceArray);

    /**
     * Sets (as xml) ith "StateProvince" element
     */
    void xsetStateProvinceArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString stateProvince);

    /**
     * Inserts the value as the ith "StateProvince" element
     */
    void insertStateProvince(int i, java.lang.String stateProvince);

    /**
     * Appends the value as the last "StateProvince" element
     */
    void addStateProvince(java.lang.String stateProvince);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "StateProvince" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewStateProvince(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "StateProvince" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewStateProvince();

    /**
     * Removes the ith "StateProvince" element
     */
    void removeStateProvince(int i);

    /**
     * Gets a List of "Station" elements
     */
    java.util.List getStationList();

    /**
     * Gets array of all "Station" elements
     */
    java.lang.String[] getStationArray();

    /**
     * Gets ith "Station" element
     */
    java.lang.String getStationArray(int i);

    /**
     * Gets (as xml) a List of "Station" elements
     */
    java.util.List xgetStationList();

    /**
     * Gets (as xml) array of all "Station" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetStationArray();

    /**
     * Gets (as xml) ith "Station" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetStationArray(int i);

    /**
     * Returns number of "Station" element
     */
    int sizeOfStationArray();

    /**
     * Sets array of all "Station" element
     */
    void setStationArray(java.lang.String[] stationArray);

    /**
     * Sets ith "Station" element
     */
    void setStationArray(int i, java.lang.String station);

    /**
     * Sets (as xml) array of all "Station" element
     */
    void xsetStationArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] stationArray);

    /**
     * Sets (as xml) ith "Station" element
     */
    void xsetStationArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString station);

    /**
     * Inserts the value as the ith "Station" element
     */
    void insertStation(int i, java.lang.String station);

    /**
     * Appends the value as the last "Station" element
     */
    void addStation(java.lang.String station);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Station" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewStation(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Station" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewStation();

    /**
     * Removes the ith "Station" element
     */
    void removeStation(int i);

    /**
     * Gets a List of "Tag" elements
     */
    java.util.List getTagList();

    /**
     * Gets array of all "Tag" elements
     */
    java.lang.String[] getTagArray();

    /**
     * Gets ith "Tag" element
     */
    java.lang.String getTagArray(int i);

    /**
     * Gets (as xml) a List of "Tag" elements
     */
    java.util.List xgetTagList();

    /**
     * Gets (as xml) array of all "Tag" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetTagArray();

    /**
     * Gets (as xml) ith "Tag" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetTagArray(int i);

    /**
     * Returns number of "Tag" element
     */
    int sizeOfTagArray();

    /**
     * Sets array of all "Tag" element
     */
    void setTagArray(java.lang.String[] tagArray);

    /**
     * Sets ith "Tag" element
     */
    void setTagArray(int i, java.lang.String tag);

    /**
     * Sets (as xml) array of all "Tag" element
     */
    void xsetTagArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] tagArray);

    /**
     * Sets (as xml) ith "Tag" element
     */
    void xsetTagArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString tag);

    /**
     * Inserts the value as the ith "Tag" element
     */
    void insertTag(int i, java.lang.String tag);

    /**
     * Appends the value as the last "Tag" element
     */
    void addTag(java.lang.String tag);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Tag" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewTag(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Tag" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewTag();

    /**
     * Removes the ith "Tag" element
     */
    void removeTag(int i);

    /**
     * Gets a List of "Theater" elements
     */
    java.util.List getTheaterList();

    /**
     * Gets array of all "Theater" elements
     */
    java.lang.String[] getTheaterArray();

    /**
     * Gets ith "Theater" element
     */
    java.lang.String getTheaterArray(int i);

    /**
     * Gets (as xml) a List of "Theater" elements
     */
    java.util.List xgetTheaterList();

    /**
     * Gets (as xml) array of all "Theater" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetTheaterArray();

    /**
     * Gets (as xml) ith "Theater" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetTheaterArray(int i);

    /**
     * Returns number of "Theater" element
     */
    int sizeOfTheaterArray();

    /**
     * Sets array of all "Theater" element
     */
    void setTheaterArray(java.lang.String[] theaterArray);

    /**
     * Sets ith "Theater" element
     */
    void setTheaterArray(int i, java.lang.String theater);

    /**
     * Sets (as xml) array of all "Theater" element
     */
    void xsetTheaterArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] theaterArray);

    /**
     * Sets (as xml) ith "Theater" element
     */
    void xsetTheaterArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString theater);

    /**
     * Inserts the value as the ith "Theater" element
     */
    void insertTheater(int i, java.lang.String theater);

    /**
     * Appends the value as the last "Theater" element
     */
    void addTheater(java.lang.String theater);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Theater" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewTheater(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Theater" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewTheater();

    /**
     * Removes the ith "Theater" element
     */
    void removeTheater(int i);

    /**
     * Gets a List of "ThesisType" elements
     */
    java.util.List getThesisTypeList();

    /**
     * Gets array of all "ThesisType" elements
     */
    java.lang.String[] getThesisTypeArray();

    /**
     * Gets ith "ThesisType" element
     */
    java.lang.String getThesisTypeArray(int i);

    /**
     * Gets (as xml) a List of "ThesisType" elements
     */
    java.util.List xgetThesisTypeList();

    /**
     * Gets (as xml) array of all "ThesisType" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetThesisTypeArray();

    /**
     * Gets (as xml) ith "ThesisType" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetThesisTypeArray(int i);

    /**
     * Returns number of "ThesisType" element
     */
    int sizeOfThesisTypeArray();

    /**
     * Sets array of all "ThesisType" element
     */
    void setThesisTypeArray(java.lang.String[] thesisTypeArray);

    /**
     * Sets ith "ThesisType" element
     */
    void setThesisTypeArray(int i, java.lang.String thesisType);

    /**
     * Sets (as xml) array of all "ThesisType" element
     */
    void xsetThesisTypeArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] thesisTypeArray);

    /**
     * Sets (as xml) ith "ThesisType" element
     */
    void xsetThesisTypeArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString thesisType);

    /**
     * Inserts the value as the ith "ThesisType" element
     */
    void insertThesisType(int i, java.lang.String thesisType);

    /**
     * Appends the value as the last "ThesisType" element
     */
    void addThesisType(java.lang.String thesisType);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "ThesisType" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewThesisType(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "ThesisType" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewThesisType();

    /**
     * Removes the ith "ThesisType" element
     */
    void removeThesisType(int i);

    /**
     * Gets a List of "Title" elements
     */
    java.util.List getTitleList();

    /**
     * Gets array of all "Title" elements
     */
    java.lang.String[] getTitleArray();

    /**
     * Gets ith "Title" element
     */
    java.lang.String getTitleArray(int i);

    /**
     * Gets (as xml) a List of "Title" elements
     */
    java.util.List xgetTitleList();

    /**
     * Gets (as xml) array of all "Title" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetTitleArray();

    /**
     * Gets (as xml) ith "Title" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetTitleArray(int i);

    /**
     * Returns number of "Title" element
     */
    int sizeOfTitleArray();

    /**
     * Sets array of all "Title" element
     */
    void setTitleArray(java.lang.String[] titleArray);

    /**
     * Sets ith "Title" element
     */
    void setTitleArray(int i, java.lang.String title);

    /**
     * Sets (as xml) array of all "Title" element
     */
    void xsetTitleArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] titleArray);

    /**
     * Sets (as xml) ith "Title" element
     */
    void xsetTitleArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString title);

    /**
     * Inserts the value as the ith "Title" element
     */
    void insertTitle(int i, java.lang.String title);

    /**
     * Appends the value as the last "Title" element
     */
    void addTitle(java.lang.String title);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Title" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Title" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewTitle();

    /**
     * Removes the ith "Title" element
     */
    void removeTitle(int i);

    /**
     * Gets a List of "Type" elements
     */
    java.util.List getTypeList();

    /**
     * Gets array of all "Type" elements
     */
    java.lang.String[] getTypeArray();

    /**
     * Gets ith "Type" element
     */
    java.lang.String getTypeArray(int i);

    /**
     * Gets (as xml) a List of "Type" elements
     */
    java.util.List xgetTypeList();

    /**
     * Gets (as xml) array of all "Type" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetTypeArray();

    /**
     * Gets (as xml) ith "Type" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetTypeArray(int i);

    /**
     * Returns number of "Type" element
     */
    int sizeOfTypeArray();

    /**
     * Sets array of all "Type" element
     */
    void setTypeArray(java.lang.String[] typeArray);

    /**
     * Sets ith "Type" element
     */
    void setTypeArray(int i, java.lang.String type);

    /**
     * Sets (as xml) array of all "Type" element
     */
    void xsetTypeArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] typeArray);

    /**
     * Sets (as xml) ith "Type" element
     */
    void xsetTypeArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString type);

    /**
     * Inserts the value as the ith "Type" element
     */
    void insertType(int i, java.lang.String type);

    /**
     * Appends the value as the last "Type" element
     */
    void addType(java.lang.String type);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Type" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewType(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Type" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewType();

    /**
     * Removes the ith "Type" element
     */
    void removeType(int i);

    /**
     * Gets a List of "URL" elements
     */
    java.util.List getURLList();

    /**
     * Gets array of all "URL" elements
     */
    java.lang.String[] getURLArray();

    /**
     * Gets ith "URL" element
     */
    java.lang.String getURLArray(int i);

    /**
     * Gets (as xml) a List of "URL" elements
     */
    java.util.List xgetURLList();

    /**
     * Gets (as xml) array of all "URL" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetURLArray();

    /**
     * Gets (as xml) ith "URL" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetURLArray(int i);

    /**
     * Returns number of "URL" element
     */
    int sizeOfURLArray();

    /**
     * Sets array of all "URL" element
     */
    void setURLArray(java.lang.String[] urlArray);

    /**
     * Sets ith "URL" element
     */
    void setURLArray(int i, java.lang.String url);

    /**
     * Sets (as xml) array of all "URL" element
     */
    void xsetURLArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] urlArray);

    /**
     * Sets (as xml) ith "URL" element
     */
    void xsetURLArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString url);

    /**
     * Inserts the value as the ith "URL" element
     */
    void insertURL(int i, java.lang.String url);

    /**
     * Appends the value as the last "URL" element
     */
    void addURL(java.lang.String url);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "URL" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewURL(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "URL" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewURL();

    /**
     * Removes the ith "URL" element
     */
    void removeURL(int i);

    /**
     * Gets a List of "Version" elements
     */
    java.util.List getVersionList();

    /**
     * Gets array of all "Version" elements
     */
    java.lang.String[] getVersionArray();

    /**
     * Gets ith "Version" element
     */
    java.lang.String getVersionArray(int i);

    /**
     * Gets (as xml) a List of "Version" elements
     */
    java.util.List xgetVersionList();

    /**
     * Gets (as xml) array of all "Version" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetVersionArray();

    /**
     * Gets (as xml) ith "Version" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetVersionArray(int i);

    /**
     * Returns number of "Version" element
     */
    int sizeOfVersionArray();

    /**
     * Sets array of all "Version" element
     */
    void setVersionArray(java.lang.String[] versionArray);

    /**
     * Sets ith "Version" element
     */
    void setVersionArray(int i, java.lang.String version);

    /**
     * Sets (as xml) array of all "Version" element
     */
    void xsetVersionArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] versionArray);

    /**
     * Sets (as xml) ith "Version" element
     */
    void xsetVersionArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString version);

    /**
     * Inserts the value as the ith "Version" element
     */
    void insertVersion(int i, java.lang.String version);

    /**
     * Appends the value as the last "Version" element
     */
    void addVersion(java.lang.String version);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Version" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewVersion(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Version" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewVersion();

    /**
     * Removes the ith "Version" element
     */
    void removeVersion(int i);

    /**
     * Gets a List of "Volume" elements
     */
    java.util.List getVolumeList();

    /**
     * Gets array of all "Volume" elements
     */
    java.lang.String[] getVolumeArray();

    /**
     * Gets ith "Volume" element
     */
    java.lang.String getVolumeArray(int i);

    /**
     * Gets (as xml) a List of "Volume" elements
     */
    java.util.List xgetVolumeList();

    /**
     * Gets (as xml) array of all "Volume" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetVolumeArray();

    /**
     * Gets (as xml) ith "Volume" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetVolumeArray(int i);

    /**
     * Returns number of "Volume" element
     */
    int sizeOfVolumeArray();

    /**
     * Sets array of all "Volume" element
     */
    void setVolumeArray(java.lang.String[] volumeArray);

    /**
     * Sets ith "Volume" element
     */
    void setVolumeArray(int i, java.lang.String volume);

    /**
     * Sets (as xml) array of all "Volume" element
     */
    void xsetVolumeArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] volumeArray);

    /**
     * Sets (as xml) ith "Volume" element
     */
    void xsetVolumeArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString volume);

    /**
     * Inserts the value as the ith "Volume" element
     */
    void insertVolume(int i, java.lang.String volume);

    /**
     * Appends the value as the last "Volume" element
     */
    void addVolume(java.lang.String volume);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Volume" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewVolume(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Volume" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewVolume();

    /**
     * Removes the ith "Volume" element
     */
    void removeVolume(int i);

    /**
     * Gets a List of "Year" elements
     */
    java.util.List getYearList();

    /**
     * Gets array of all "Year" elements
     */
    java.lang.String[] getYearArray();

    /**
     * Gets ith "Year" element
     */
    java.lang.String getYearArray(int i);

    /**
     * Gets (as xml) a List of "Year" elements
     */
    java.util.List xgetYearList();

    /**
     * Gets (as xml) array of all "Year" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetYearArray();

    /**
     * Gets (as xml) ith "Year" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetYearArray(int i);

    /**
     * Returns number of "Year" element
     */
    int sizeOfYearArray();

    /**
     * Sets array of all "Year" element
     */
    void setYearArray(java.lang.String[] yearArray);

    /**
     * Sets ith "Year" element
     */
    void setYearArray(int i, java.lang.String year);

    /**
     * Sets (as xml) array of all "Year" element
     */
    void xsetYearArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] yearArray);

    /**
     * Sets (as xml) ith "Year" element
     */
    void xsetYearArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString year);

    /**
     * Inserts the value as the ith "Year" element
     */
    void insertYear(int i, java.lang.String year);

    /**
     * Appends the value as the last "Year" element
     */
    void addYear(java.lang.String year);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Year" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewYear(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Year" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewYear();

    /**
     * Removes the ith "Year" element
     */
    void removeYear(int i);

    /**
     * Gets a List of "YearAccessed" elements
     */
    java.util.List getYearAccessedList();

    /**
     * Gets array of all "YearAccessed" elements
     */
    java.lang.String[] getYearAccessedArray();

    /**
     * Gets ith "YearAccessed" element
     */
    java.lang.String getYearAccessedArray(int i);

    /**
     * Gets (as xml) a List of "YearAccessed" elements
     */
    java.util.List xgetYearAccessedList();

    /**
     * Gets (as xml) array of all "YearAccessed" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] xgetYearAccessedArray();

    /**
     * Gets (as xml) ith "YearAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetYearAccessedArray(int i);

    /**
     * Returns number of "YearAccessed" element
     */
    int sizeOfYearAccessedArray();

    /**
     * Sets array of all "YearAccessed" element
     */
    void setYearAccessedArray(java.lang.String[] yearAccessedArray);

    /**
     * Sets ith "YearAccessed" element
     */
    void setYearAccessedArray(int i, java.lang.String yearAccessed);

    /**
     * Sets (as xml) array of all "YearAccessed" element
     */
    void xsetYearAccessedArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString[] yearAccessedArray);

    /**
     * Sets (as xml) ith "YearAccessed" element
     */
    void xsetYearAccessedArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString yearAccessed);

    /**
     * Inserts the value as the ith "YearAccessed" element
     */
    void insertYearAccessed(int i, java.lang.String yearAccessed);

    /**
     * Appends the value as the last "YearAccessed" element
     */
    void addYearAccessed(java.lang.String yearAccessed);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "YearAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString insertNewYearAccessed(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "YearAccessed" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString addNewYearAccessed();

    /**
     * Removes the ith "YearAccessed" element
     */
    void removeYearAccessed(int i);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy