Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.rls
Interface EntryRef

All Superinterfaces:
ResourceListData

public interface EntryRef
extends ResourceListData

Represents the entry-refType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entry_refType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="display_name" type="{urn:ietf:params:xml:ns:resource-lists}display-nameType" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 String getRef()
          Gets the value of the ref property.
 void setRef(String value)
          Sets the value of the ref property.

 

Methods inherited from interface com.oracle.sft.api.rls.ResourceListData
getDisplayName, getOtherAttributes, setDisplayName

 

Method Detail

getRef

String getRef()
Gets the value of the ref property.
Returns:
String

setRef

void setRef(String value)
Sets the value of the ref property.
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.