Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.metadata.common.model
Class TTranslatableValue

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.common.model.TTranslatableValue
All Implemented Interfaces:
java.io.Serializable

public class TTranslatableValue
extends java.lang.Object
implements java.io.Serializable

Java class for tTranslatableValue complex type.

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

 <complexType name="tTranslatableValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="translationValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="translationParam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="translationType" use="required" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValueTypeEnum" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TTranslatableValue()
           
 
Method Summary
 java.util.List<java.lang.String> getTranslationParam()
          Gets the value of the translationParam property.
 TTranslatableValueTypeEnum getTranslationType()
          Gets the value of the translationType property.
 java.lang.String getTranslationValue()
          Gets the value of the translationValue property.
 boolean isSetTranslationParam()
           
 boolean isSetTranslationType()
           
 boolean isSetTranslationValue()
           
 void setTranslationType(TTranslatableValueTypeEnum value)
          Sets the value of the translationType property.
 void setTranslationValue(java.lang.String value)
          Sets the value of the translationValue property.
 void unsetTranslationParam()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTranslatableValue

public TTranslatableValue()
Method Detail

getTranslationValue

public java.lang.String getTranslationValue()
Gets the value of the translationValue property.

Returns:
possible object is String

setTranslationValue

public void setTranslationValue(java.lang.String value)
Sets the value of the translationValue property.

Parameters:
value - allowed object is String

isSetTranslationValue

public boolean isSetTranslationValue()

getTranslationParam

public java.util.List<java.lang.String> getTranslationParam()
Gets the value of the translationParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the translationParam property.

For example, to add a new item, do as follows:

    getTranslationParam().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetTranslationParam

public boolean isSetTranslationParam()

unsetTranslationParam

public void unsetTranslationParam()

getTranslationType

public TTranslatableValueTypeEnum getTranslationType()
Gets the value of the translationType property.

Returns:
possible object is TTranslatableValueTypeEnum

setTranslationType

public void setTranslationType(TTranslatableValueTypeEnum value)
Sets the value of the translationType property.

Parameters:
value - allowed object is TTranslatableValueTypeEnum

isSetTranslationType

public boolean isSetTranslationType()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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