com.businessobjects.enterprise.server
Interface NameValuePair


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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getNVPName

java.lang.String getNVPName()
Gets the "NVPName" element


xgetNVPName

org.apache.xmlbeans.XmlString xgetNVPName()
Gets (as xml) the "NVPName" element


isSetNVPName

boolean isSetNVPName()
True if has "NVPName" element


setNVPName

void setNVPName(java.lang.String nvpName)
Sets the "NVPName" element


xsetNVPName

void xsetNVPName(org.apache.xmlbeans.XmlString nvpName)
Sets (as xml) the "NVPName" element


unsetNVPName

void unsetNVPName()
Unsets the "NVPName" element


getNVPValue

java.lang.String getNVPValue()
Gets the "NVPValue" element


xgetNVPValue

org.apache.xmlbeans.XmlString xgetNVPValue()
Gets (as xml) the "NVPValue" element


isSetNVPValue

boolean isSetNVPValue()
True if has "NVPValue" element


setNVPValue

void setNVPValue(java.lang.String nvpValue)
Sets the "NVPValue" element


xsetNVPValue

void xsetNVPValue(org.apache.xmlbeans.XmlString nvpValue)
Sets (as xml) the "NVPValue" element


unsetNVPValue

void unsetNVPValue()
Unsets the "NVPValue" element