Skip navigation links

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


oracle.bpm.services.organization.model
Class ParticipantProperty

java.lang.Object
  extended by oracle.bpm.services.organization.model.ParticipantPropertyType
      extended by oracle.bpm.services.organization.model.ParticipantProperty

All Implemented Interfaces:
java.io.Serializable

public class ParticipantProperty
extends ParticipantPropertyType
implements java.io.Serializable

Represents a localized property of the participant

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>
 
See Also:
Serialized Form

Constructor Summary
ParticipantProperty()
           

 

Method Summary
 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()
           

 

Methods inherited from class oracle.bpm.services.organization.model.ParticipantPropertyType
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, unsetValue

 

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

 

Constructor Detail

ParticipantProperty

public ParticipantProperty()

Method Detail

getLocalizedValue

public java.util.List<java.lang.Object> getLocalizedValue()
Gets the value of the localizedValue 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 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


isSetLocalizedValue

public boolean isSetLocalizedValue()

unsetLocalizedValue

public void unsetLocalizedValue()

getLocalizedName

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

setLocalizedName

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

isSetLocalizedName

public boolean isSetLocalizedName()

Skip navigation links

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


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