|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.bpm.casemgmt.metadata.common.model.TTranslatableValue
public class TTranslatableValue
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>
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 |
---|
public TTranslatableValue()
Method Detail |
---|
public java.lang.String getTranslationValue()
String
public void setTranslationValue(java.lang.String value)
value
- allowed object is String
public boolean isSetTranslationValue()
public java.util.List<java.lang.String> getTranslationParam()
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
public boolean isSetTranslationParam()
public void unsetTranslationParam()
public TTranslatableValueTypeEnum getTranslationType()
TTranslatableValueTypeEnum
public void setTranslationType(TTranslatableValueTypeEnum value)
value
- allowed object is TTranslatableValueTypeEnum
public boolean isSetTranslationType()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |