Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.rls
Interface ResourceListData

All Known Subinterfaces:
Entry, EntryRef, External, ResourceList

public interface ResourceListData

Represents the data that carried in the ResourceList. it can be one of the following 4 types: Entry, EntryRef, External or ResourceList


Method Summary
 DisplayName getDisplayName()
          Gets the value of the displayName property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 void setDisplayName(DisplayName value)
          Sets the value of the displayName property.

 

Method Detail

getDisplayName

DisplayName getDisplayName()
Gets the value of the displayName property.
Returns:
DisplayName

setDisplayName

void setDisplayName(DisplayName value)
Sets the value of the displayName property.
Parameters:
value - allowed object is DisplayName

getOtherAttributes

Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.