|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GenericEntities
An XML GenericEntities(@http://enterprise.businessobjects.com/3.0/encyclopedia.topic). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
GenericEntities.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
void |
addGenericEntity(java.lang.String genericEntity)
Appends the value as the last "GenericEntity" element |
org.apache.xmlbeans.XmlString |
addNewGenericEntity()
Appends and returns a new empty value (as xml) as the last "GenericEntity" element |
java.lang.String[] |
getGenericEntityArray()
Gets array of all "GenericEntity" elements |
java.lang.String |
getGenericEntityArray(int i)
Gets ith "GenericEntity" element |
void |
insertGenericEntity(int i,
java.lang.String genericEntity)
Inserts the value as the ith "GenericEntity" element |
org.apache.xmlbeans.XmlString |
insertNewGenericEntity(int i)
Inserts and returns a new empty value (as xml) as the ith "GenericEntity" element |
void |
removeGenericEntity(int i)
Removes the ith "GenericEntity" element |
void |
setGenericEntityArray(int i,
java.lang.String genericEntity)
Sets ith "GenericEntity" element |
void |
setGenericEntityArray(java.lang.String[] genericEntityArray)
Sets array of all "GenericEntity" element |
int |
sizeOfGenericEntityArray()
Returns number of "GenericEntity" element |
org.apache.xmlbeans.XmlString[] |
xgetGenericEntityArray()
Gets (as xml) array of all "GenericEntity" elements |
org.apache.xmlbeans.XmlString |
xgetGenericEntityArray(int i)
Gets (as xml) ith "GenericEntity" element |
void |
xsetGenericEntityArray(int i,
org.apache.xmlbeans.XmlString genericEntity)
Sets (as xml) ith "GenericEntity" element |
void |
xsetGenericEntityArray(org.apache.xmlbeans.XmlString[] genericEntityArray)
Sets (as xml) array of all "GenericEntity" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getGenericEntityArray()
java.lang.String getGenericEntityArray(int i)
org.apache.xmlbeans.XmlString[] xgetGenericEntityArray()
org.apache.xmlbeans.XmlString xgetGenericEntityArray(int i)
int sizeOfGenericEntityArray()
void setGenericEntityArray(java.lang.String[] genericEntityArray)
void setGenericEntityArray(int i,
java.lang.String genericEntity)
void xsetGenericEntityArray(org.apache.xmlbeans.XmlString[] genericEntityArray)
void xsetGenericEntityArray(int i,
org.apache.xmlbeans.XmlString genericEntity)
void insertGenericEntity(int i,
java.lang.String genericEntity)
void addGenericEntity(java.lang.String genericEntity)
org.apache.xmlbeans.XmlString insertNewGenericEntity(int i)
org.apache.xmlbeans.XmlString addNewGenericEntity()
void removeGenericEntity(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||