Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.rls
Interface External

All Superinterfaces:
ResourceListData

public interface External
extends ResourceListData

Represents the externalType complex type.

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

 <complexType name="externalType">
   <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="anchor" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 String getAnchor()
          Gets the value of the anchor property.
 void setAnchor(String value)
          Sets the value of the anchor property.

 

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

 

Method Detail

getAnchor

String getAnchor()
Gets the value of the anchor property.
Returns:
String

setAnchor

void setAnchor(String value)
Sets the value of the anchor 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.