|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Publications
The collection of publication IDs that use this document.
| Nested Class Summary | |
|---|---|
static class |
Publications.Factory
A class with methods for creating instances of the Publications type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
org.apache.xmlbeans.XmlString |
addNewPublication()
Internal Use Only. |
void |
addPublication(java.lang.String publication)
Adds a new publication ID to last element of the array. |
java.lang.String[] |
getPublicationArray()
Returns the array of publication IDs. |
java.lang.String |
getPublicationArray(int i)
Returns the publication ID at the specified index position. |
org.apache.xmlbeans.XmlString |
insertNewPublication(int i)
Internal Use Only. |
void |
insertPublication(int i,
java.lang.String publication)
Inserts a new empty Publication ID at a specified index. |
void |
removePublication(int i)
Removes the Publication ID at the specified index position. |
void |
setPublicationArray(int i,
java.lang.String publication)
Sets the publication ID at the specified index position. |
void |
setPublicationArray(java.lang.String[] publicationArray)
Sets the array of publication IDs. |
int |
sizeOfPublicationArray()
Returns the size of the PublicationArray. |
org.apache.xmlbeans.XmlString[] |
xgetPublicationArray()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetPublicationArray(int i)
Internal Use Only. |
void |
xsetPublicationArray(int i,
org.apache.xmlbeans.XmlString publication)
Internal Use Only. |
void |
xsetPublicationArray(org.apache.xmlbeans.XmlString[] publicationArray)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getPublicationArray()
Returns the array of publication IDs.
java.lang.String getPublicationArray(int i)
Returns the publication ID at the specified index position.
i - The index position.
org.apache.xmlbeans.XmlString[] xgetPublicationArray()
org.apache.xmlbeans.XmlString xgetPublicationArray(int i)
int sizeOfPublicationArray()
void setPublicationArray(java.lang.String[] publicationArray)
Sets the array of publication IDs.
publicationArray - The array of publication IDs.
void setPublicationArray(int i,
java.lang.String publication)
Sets the publication ID at the specified index position.
i - The index position.publication - The publication ID.void xsetPublicationArray(org.apache.xmlbeans.XmlString[] publicationArray)
void xsetPublicationArray(int i,
org.apache.xmlbeans.XmlString publication)
void insertPublication(int i,
java.lang.String publication)
i - The index position to insert the object.publication - The new Publication ID.void addPublication(java.lang.String publication)
publication - A new publication ID.org.apache.xmlbeans.XmlString insertNewPublication(int i)
org.apache.xmlbeans.XmlString addNewPublication()
void removePublication(int i)
i - The index position to remove the Publication ID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||