public class ParticipantProperty extends ParticipantPropertyType implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/organization}participantPropertyType">
<sequence>
<element name="localizedValue" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="localizedName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ParticipantProperty() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedName()
Gets the value of the localizedName property.
|
java.util.List<java.lang.Object> |
getLocalizedValue()
Gets the value of the localizedValue property.
|
boolean |
isSetLocalizedName() |
boolean |
isSetLocalizedValue() |
void |
setLocalizedName(java.lang.String value)
Sets the value of the localizedName property.
|
void |
unsetLocalizedValue() |
getCreatedBy, getCreatedByIdentityContext, getCreatedDate, getLastUpdatedBy, getLastUpdatedByIdentityContext, getLastUpdatedDate, getName, getPropertyType, getValue, isIsMultiValued, isSetCreatedBy, isSetCreatedByIdentityContext, isSetCreatedDate, isSetIsMultiValued, isSetLastUpdatedBy, isSetLastUpdatedByIdentityContext, isSetLastUpdatedDate, isSetName, isSetPropertyType, isSetValue, setCreatedBy, setCreatedByIdentityContext, setCreatedDate, setIsMultiValued, setLastUpdatedBy, setLastUpdatedByIdentityContext, setLastUpdatedDate, setName, setPropertyType, unsetValuepublic java.util.List<java.lang.Object> getLocalizedValue()
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 localizedValue property.
For example, to add a new item, do as follows:
getLocalizedValue().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLocalizedValue()
public void unsetLocalizedValue()
public java.lang.String getLocalizedName()
Stringpublic void setLocalizedName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLocalizedName()