|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExcludedPublications
The collection of excluded publication IDs for this user.
| Nested Class Summary | |
|---|---|
static class |
ExcludedPublications.Factory
A class with methods for creating instances of the ExcludedPublications type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
void |
addExcludedPublication(java.lang.String excludedPublication)
Appends a publication ID as the last element of the array. |
org.apache.xmlbeans.XmlString |
addNewExcludedPublication()
Internal Use Only. |
java.lang.String[] |
getExcludedPublicationArray()
Returns the array of publication IDs. |
java.lang.String |
getExcludedPublicationArray(int i)
Returns the publication ID at the specified index position. |
void |
insertExcludedPublication(int i,
java.lang.String excludedPublication)
Inserts a publication ID at a specified index. |
org.apache.xmlbeans.XmlString |
insertNewExcludedPublication(int i)
Internal Use Only. |
void |
removeExcludedPublication(int i)
Removes the ith publication ID. |
void |
setExcludedPublicationArray(int i,
java.lang.String excludedPublication)
Sets the publication ID at the specified index position. |
void |
setExcludedPublicationArray(java.lang.String[] excludedPublicationArray)
Sets the array of publication IDs. |
int |
sizeOfExcludedPublicationArray()
Returns the number of publication IDs in the array. |
org.apache.xmlbeans.XmlString[] |
xgetExcludedPublicationArray()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetExcludedPublicationArray(int i)
Internal Use Only. |
void |
xsetExcludedPublicationArray(int i,
org.apache.xmlbeans.XmlString excludedPublication)
Internal Use Only. |
void |
xsetExcludedPublicationArray(org.apache.xmlbeans.XmlString[] excludedPublicationArray)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getExcludedPublicationArray()
Returns the array of publication IDs.
java.lang.String getExcludedPublicationArray(int i)
Returns the publication ID at the specified index position.
i - The index position.
String.org.apache.xmlbeans.XmlString[] xgetExcludedPublicationArray()
org.apache.xmlbeans.XmlString xgetExcludedPublicationArray(int i)
int sizeOfExcludedPublicationArray()
void setExcludedPublicationArray(java.lang.String[] excludedPublicationArray)
Sets the array of publication IDs.
excludedPublicationArray - The array of publication IDs.
void setExcludedPublicationArray(int i,
java.lang.String excludedPublication)
Sets the publication ID at the specified index position.
i - The index position.excludedPublication - The publication ID as a String.void xsetExcludedPublicationArray(org.apache.xmlbeans.XmlString[] excludedPublicationArray)
void xsetExcludedPublicationArray(int i,
org.apache.xmlbeans.XmlString excludedPublication)
void insertExcludedPublication(int i,
java.lang.String excludedPublication)
i - The index position to insert the object.excludedPublication - The publication ID to be inserted.void addExcludedPublication(java.lang.String excludedPublication)
excludedPublication - The publication ID to be added.org.apache.xmlbeans.XmlString insertNewExcludedPublication(int i)
org.apache.xmlbeans.XmlString addNewExcludedPublication()
void removeExcludedPublication(int i)
i - The index position for the object to be removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||