Skip navigation links


oracle.iam.callbacks.vo
Class LocaleSpecificString

java.lang.Object
  extended by oracle.iam.callbacks.vo.LocaleSpecificString


public class LocaleSpecificString
extends java.lang.Object

A type that contains a string that has been expressed in the language indicated by its language attribute (an empty language attribute indicates that the language is either unknown or is the system default).

Java class for LocaleSpecificString complex type.

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

 <complexType name="LocaleSpecificString">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="locale" type="{http://www.w3.org/2001/XMLSchema}language" />
     </extension>
   </simpleContent>
 </complexType>
 

Constructor Summary
LocaleSpecificString()
           

 

Method Summary
 java.lang.String getLocale()
          Gets the value of the locale property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setLocale(java.lang.String value)
          Sets the value of the locale property.
 void setValue(java.lang.String value)
          Sets the value of the value property.

 

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

 

Constructor Detail

LocaleSpecificString

public LocaleSpecificString()

Method Detail

getValue

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

setValue

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

getLocale

public java.lang.String getLocale()
Gets the value of the locale property.
Returns:
possible object is String

setLocale

public void setLocale(java.lang.String value)
Sets the value of the locale property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.