Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.rls
Interface DisplayName


public interface DisplayName

Represents the display-nameType complex type.

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

 <complexType name="display_nameType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
     </extension>
   </simpleContent>
 </complexType>
 

Method Summary
 String getLang()
          Gets the value of the lang property.
 String getValue()
          Gets the value of the value property.
 void setLang(String value)
          Sets the value of the lang property.
 void setValue(String value)
          Sets the value of the value property.

 

Method Detail

getValue

String getValue()
Gets the value of the value property.
Returns:
possible object is String

setValue

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

getLang

String getLang()
Gets the value of the lang property.
Returns:
possible object is String

setLang

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