SpyGenerateSampleXMLDlg (nicht mehr verwendet)
public class SpyGenerateSampleXMLDlg
{
public void ReleaseInstance();
public SpyApplication GetApplication();
public boolean GetNonMandatoryAttributes();
public void SetNonMandatoryAttributes( boolean newVal );
public boolean GetNonMandatoryElements();
public void SetNonMandatoryElements( boolean newVal );
public boolean GetTakeFirstChoice();
public void SetTakeFirstChoice( boolean newVal );
public long GetRepeatCount();
public void SetRepeatCount( long newVal );
public boolean GetFillWithSampleData();
public void SetFillWithSampleData( boolean newVal );
public boolean GetFillElementsWithSampleData();
public void SetFillElementsWithSampleData( boolean newVal );
public boolean GetFillAttributesWithSampleData();
public void SetFillAttributesWithSampleData( boolean newVal );
public boolean GetContentOfNillableElementsIsNonMandatory();
public void SetContentOfNillableElementsIsNonMandatory( boolean newVal );
public boolean GetTryToUseNonAbstractTypes();
public void SetTryToUseNonAbstractTypes( boolean newVal );
public long GetOptimization();
public void SetOptimization( long newVal );
public long GetSchemaOrDTDAssignment();
public void SetSchemaOrDTDAssignment( long newVal );
public String GetLocalNameOfRootElement();
public void SetLocalNameOfRootElement( String newVal );
public String GetNamespaceURIOfRootElement();
public void SetNamespaceURIOfRootElement( String newVal );
public long GetOptionsDialogAction();
public void SetOptionsDialogAction( long newVal );
}