|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NameValuePair
An XML NameValuePair(@http://enterprise.businessobjects.com/3.0/server). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
NameValuePair.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
java.lang.String |
getNVPName()
Gets the "NVPName" element |
java.lang.String |
getNVPValue()
Gets the "NVPValue" element |
boolean |
isSetNVPName()
True if has "NVPName" element |
boolean |
isSetNVPValue()
True if has "NVPValue" element |
void |
setNVPName(java.lang.String nvpName)
Sets the "NVPName" element |
void |
setNVPValue(java.lang.String nvpValue)
Sets the "NVPValue" element |
void |
unsetNVPName()
Unsets the "NVPName" element |
void |
unsetNVPValue()
Unsets the "NVPValue" element |
org.apache.xmlbeans.XmlString |
xgetNVPName()
Gets (as xml) the "NVPName" element |
org.apache.xmlbeans.XmlString |
xgetNVPValue()
Gets (as xml) the "NVPValue" element |
void |
xsetNVPName(org.apache.xmlbeans.XmlString nvpName)
Sets (as xml) the "NVPName" element |
void |
xsetNVPValue(org.apache.xmlbeans.XmlString nvpValue)
Sets (as xml) the "NVPValue" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getNVPName()
org.apache.xmlbeans.XmlString xgetNVPName()
boolean isSetNVPName()
void setNVPName(java.lang.String nvpName)
void xsetNVPName(org.apache.xmlbeans.XmlString nvpName)
void unsetNVPName()
java.lang.String getNVPValue()
org.apache.xmlbeans.XmlString xgetNVPValue()
boolean isSetNVPValue()
void setNVPValue(java.lang.String nvpValue)
void xsetNVPValue(org.apache.xmlbeans.XmlString nvpValue)
void unsetNVPValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||