|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeValues
An XML AttributeValues(@http://enterprise.businessobjects.com/3.0/encyclopedia.topic). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
AttributeValues.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
void |
addAttributeValue(java.lang.String attributeValue)
Appends the value as the last "AttributeValue" element |
org.apache.xmlbeans.XmlString |
addNewAttributeValue()
Appends and returns a new empty value (as xml) as the last "AttributeValue" element |
java.lang.String[] |
getAttributeValueArray()
Gets array of all "AttributeValue" elements |
java.lang.String |
getAttributeValueArray(int i)
Gets ith "AttributeValue" element |
void |
insertAttributeValue(int i,
java.lang.String attributeValue)
Inserts the value as the ith "AttributeValue" element |
org.apache.xmlbeans.XmlString |
insertNewAttributeValue(int i)
Inserts and returns a new empty value (as xml) as the ith "AttributeValue" element |
void |
removeAttributeValue(int i)
Removes the ith "AttributeValue" element |
void |
setAttributeValueArray(int i,
java.lang.String attributeValue)
Sets ith "AttributeValue" element |
void |
setAttributeValueArray(java.lang.String[] attributeValueArray)
Sets array of all "AttributeValue" element |
int |
sizeOfAttributeValueArray()
Returns number of "AttributeValue" element |
org.apache.xmlbeans.XmlString[] |
xgetAttributeValueArray()
Gets (as xml) array of all "AttributeValue" elements |
org.apache.xmlbeans.XmlString |
xgetAttributeValueArray(int i)
Gets (as xml) ith "AttributeValue" element |
void |
xsetAttributeValueArray(int i,
org.apache.xmlbeans.XmlString attributeValue)
Sets (as xml) ith "AttributeValue" element |
void |
xsetAttributeValueArray(org.apache.xmlbeans.XmlString[] attributeValueArray)
Sets (as xml) array of all "AttributeValue" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getAttributeValueArray()
java.lang.String getAttributeValueArray(int i)
org.apache.xmlbeans.XmlString[] xgetAttributeValueArray()
org.apache.xmlbeans.XmlString xgetAttributeValueArray(int i)
int sizeOfAttributeValueArray()
void setAttributeValueArray(java.lang.String[] attributeValueArray)
void setAttributeValueArray(int i,
java.lang.String attributeValue)
void xsetAttributeValueArray(org.apache.xmlbeans.XmlString[] attributeValueArray)
void xsetAttributeValueArray(int i,
org.apache.xmlbeans.XmlString attributeValue)
void insertAttributeValue(int i,
java.lang.String attributeValue)
void addAttributeValue(java.lang.String attributeValue)
org.apache.xmlbeans.XmlString insertNewAttributeValue(int i)
org.apache.xmlbeans.XmlString addNewAttributeValue()
void removeAttributeValue(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||