com.businessobjects.dsws.biplatform
Interface SystemProperty


public interface SystemProperty

An XML SystemProperty(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class SystemProperty.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" element
 java.lang.String getValue()
          Gets the "Value" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void setValue(java.lang.String value)
          Sets the "Value" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 org.apache.xmlbeans.XmlString xgetValue()
          Gets (as xml) the "Value" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 void xsetValue(org.apache.xmlbeans.XmlString value)
          Sets (as xml) the "Value" element
 

Field Detail

type

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

getName

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


xgetName

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


setName

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


xsetName

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


getValue

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


xgetValue

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


setValue

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


xsetValue

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