|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NameValuePair
An XML NameValuePair(@http://dsws.businessobjects.com/2007/06/01). 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 |
getName()
Gets the "Name" attribute |
java.lang.String |
getValue()
Gets the "Value" attribute |
boolean |
isSetName()
True if has "Name" attribute |
boolean |
isSetValue()
True if has "Value" attribute |
void |
setName(java.lang.String name)
Sets the "Name" attribute |
void |
setValue(java.lang.String value)
Sets the "Value" attribute |
void |
unsetName()
Unsets the "Name" attribute |
void |
unsetValue()
Unsets the "Value" attribute |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "Name" attribute |
org.apache.xmlbeans.XmlString |
xgetValue()
Gets (as xml) the "Value" attribute |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" attribute |
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "Value" attribute |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
java.lang.String getValue()
org.apache.xmlbeans.XmlString xgetValue()
boolean isSetValue()
void setValue(java.lang.String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
void unsetValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||