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 ParticipantPropertyType

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParticipantProperty

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

Represents a property of the participant

Java class for participantPropertyType complex type.

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

 <complexType name="participantPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="createdByIdentityContext" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastUpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="lastUpdatedBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastUpdatedByIdentityContext" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="isMultiValued" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute ref="{http://xmlns.oracle.com/bpm/organization}propertyType use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ParticipantPropertyType()
           

 

Method Summary
 java.lang.String getCreatedBy()
          Gets the value of the createdBy property.
 java.lang.String getCreatedByIdentityContext()
          Gets the value of the createdByIdentityContext property.
 javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
          Gets the value of the createdDate property.
 java.lang.String getLastUpdatedBy()
          Gets the value of the lastUpdatedBy property.
 java.lang.String getLastUpdatedByIdentityContext()
          Gets the value of the lastUpdatedByIdentityContext property.
 javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
          Gets the value of the lastUpdatedDate property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPropertyType()
          Gets the value of the propertyType property.
 java.util.List<java.lang.Object> getValue()
          Gets the value of the value property.
 boolean isIsMultiValued()
          Gets the value of the isMultiValued property.
 boolean isSetCreatedBy()
           
 boolean isSetCreatedByIdentityContext()
           
 boolean isSetCreatedDate()
           
 boolean isSetIsMultiValued()
           
 boolean isSetLastUpdatedBy()
           
 boolean isSetLastUpdatedByIdentityContext()
           
 boolean isSetLastUpdatedDate()
           
 boolean isSetName()
           
 boolean isSetPropertyType()
           
 boolean isSetValue()
           
 void setCreatedBy(java.lang.String value)
          Sets the value of the createdBy property.
 void setCreatedByIdentityContext(java.lang.String value)
          Sets the value of the createdByIdentityContext property.
 void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the createdDate property.
 void setIsMultiValued(boolean value)
          Sets the value of the isMultiValued property.
 void setLastUpdatedBy(java.lang.String value)
          Sets the value of the lastUpdatedBy property.
 void setLastUpdatedByIdentityContext(java.lang.String value)
          Sets the value of the lastUpdatedByIdentityContext property.
 void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the lastUpdatedDate property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPropertyType(java.lang.String value)
          Sets the value of the propertyType property.
 void unsetValue()
           

 

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

 

Constructor Detail

ParticipantPropertyType

public ParticipantPropertyType()

Method Detail

getValue

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

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

    getValue().add(newItem);
 

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


isSetValue

public boolean isSetValue()

unsetValue

public void unsetValue()

getCreatedDate

public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
Returns:
possible object is XMLGregorianCalendar

setCreatedDate

public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetCreatedDate

public boolean isSetCreatedDate()

getCreatedBy

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

setCreatedBy

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

isSetCreatedBy

public boolean isSetCreatedBy()

getCreatedByIdentityContext

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

setCreatedByIdentityContext

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

isSetCreatedByIdentityContext

public boolean isSetCreatedByIdentityContext()

getLastUpdatedDate

public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
Gets the value of the lastUpdatedDate property.
Returns:
possible object is XMLGregorianCalendar

setLastUpdatedDate

public void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdatedDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetLastUpdatedDate

public boolean isSetLastUpdatedDate()

getLastUpdatedBy

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

setLastUpdatedBy

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

isSetLastUpdatedBy

public boolean isSetLastUpdatedBy()

getLastUpdatedByIdentityContext

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

setLastUpdatedByIdentityContext

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

isSetLastUpdatedByIdentityContext

public boolean isSetLastUpdatedByIdentityContext()

isIsMultiValued

public boolean isIsMultiValued()
Gets the value of the isMultiValued property.

setIsMultiValued

public void setIsMultiValued(boolean value)
Sets the value of the isMultiValued property.

isSetIsMultiValued

public boolean isSetIsMultiValued()

getName

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

setName

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

isSetName

public boolean isSetName()

getPropertyType

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

setPropertyType

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

isSetPropertyType

public boolean isSetPropertyType()

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.