com.businessobjects.dsws.biplatform
Interface CreateOptions


public interface CreateOptions

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


Nested Class Summary
static class CreateOptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 boolean getMatchingNameRename()
          Gets the "MatchingNameRename" element
 boolean isSetMatchingNameRename()
          True if has "MatchingNameRename" element
 void setMatchingNameRename(boolean matchingNameRename)
          Sets the "MatchingNameRename" element
 void unsetMatchingNameRename()
          Unsets the "MatchingNameRename" element
 org.apache.xmlbeans.XmlBoolean xgetMatchingNameRename()
          Gets (as xml) the "MatchingNameRename" element
 void xsetMatchingNameRename(org.apache.xmlbeans.XmlBoolean matchingNameRename)
          Sets (as xml) the "MatchingNameRename" element
 

Field Detail

type

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

getMatchingNameRename

boolean getMatchingNameRename()
Gets the "MatchingNameRename" element


xgetMatchingNameRename

org.apache.xmlbeans.XmlBoolean xgetMatchingNameRename()
Gets (as xml) the "MatchingNameRename" element


isSetMatchingNameRename

boolean isSetMatchingNameRename()
True if has "MatchingNameRename" element


setMatchingNameRename

void setMatchingNameRename(boolean matchingNameRename)
Sets the "MatchingNameRename" element


xsetMatchingNameRename

void xsetMatchingNameRename(org.apache.xmlbeans.XmlBoolean matchingNameRename)
Sets (as xml) the "MatchingNameRename" element


unsetMatchingNameRename

void unsetMatchingNameRename()
Unsets the "MatchingNameRename" element