m_propsXBean = DiskPropertiesDocument.Factory.newInstance( ).addNewDiskProperties( );
m_propsXBean.setBlockSize( 1024 );
m_propsXBean.setCurrentTime( Calendar.getInstance( ) );
m_propsXBean.setManufacturer( "Hewlett-Packard Company" );
m_propsXBean.setName( "Disk" );
m_xalanQuery = new XalanXPathQueryImpl( );
m_xBeansQuery = new XmlBeansXPathQueryImpl( );
}