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

Part No. B28209-01


oracle.workspaces.ws.beans
Class ListResourceItem

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


public class ListResourceItem
extends java.lang.Object

This class represents any of the resources.


Constructor Summary
ListResourceItem()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the description value for this ListResourceItem.
 java.lang.String getName()
          Gets the name value for this ListResourceItem.
 NamedValue[] getNamedValue()
          Gets the namedValue value for this ListResourceItem.
 java.lang.String getType()
          Gets the type value for this ListResourceItem.
 java.lang.String getUid()
          Gets the UID value for this ListResourceItem.

 

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

 

Constructor Detail

ListResourceItem

public ListResourceItem()

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this ListResourceItem.
Returns:
description

getName

public java.lang.String getName()
Gets the name value for this ListResourceItem.
Returns:
name

getNamedValue

public NamedValue[] getNamedValue()
Gets the namedValue value for this ListResourceItem.
Returns:
namedValue

getType

public java.lang.String getType()
Gets the type value for this ListResourceItem.
Returns:
type

getUid

public java.lang.String getUid()
Gets the UID value for this ListResourceItem.
Returns:
uid

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