Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class FilesCategories

java.lang.Object
  extended byoracle.workspaces.ws.beans.FilesCategories


public class FilesCategories
extends java.lang.Object

This class encapsulates an array of FilesCategory objects.


Method Summary
 FilesCategory[] getFilesCategoryArray()
          Gets the filesCategory array.
 void setFilesCategoryArray(FilesCategory[] filesCategoryArray)
          Sets the filesCategory array.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getFilesCategoryArray

public FilesCategory[] getFilesCategoryArray()
Gets the filesCategory array.
Returns:
filesCategoryArray

setFilesCategoryArray

public void setFilesCategoryArray(FilesCategory[] filesCategoryArray)
Sets the filesCategory array.
Parameters:
filesCategoryArray -

Copyright © 2001, 2006, Oracle. All rights reserved.