com.businessobjects.dsws
Interface NameValuePair


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

type

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

getName

java.lang.String getName()
Gets the "Name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" attribute


isSetName

boolean isSetName()
True if has "Name" attribute


setName

void setName(java.lang.String name)
Sets the "Name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" attribute


unsetName

void unsetName()
Unsets the "Name" attribute


getValue

java.lang.String getValue()
Gets the "Value" attribute


xgetValue

org.apache.xmlbeans.XmlString xgetValue()
Gets (as xml) the "Value" attribute


isSetValue

boolean isSetValue()
True if has "Value" attribute


setValue

void setValue(java.lang.String value)
Sets the "Value" attribute


xsetValue

void xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "Value" attribute


unsetValue

void unsetValue()
Unsets the "Value" attribute