|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.services.organization.model.ParticipantProperties
public class ParticipantProperties
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://xmlns.oracle.com/bpm/organization}participantProperty" 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 ref="{http://xmlns.oracle.com/bpm/organization}participant"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ParticipantProperties()
|
|
| 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. |
PrincipleRefType |
getParticipant()
Gets the value of the participant property. |
java.util.List<ParticipantProperty> |
getParticipantProperty()
Gets the value of the participantProperty property. |
boolean |
isSetCreatedBy()
|
boolean |
isSetCreatedByIdentityContext()
|
boolean |
isSetCreatedDate()
|
boolean |
isSetLastUpdatedBy()
|
boolean |
isSetLastUpdatedByIdentityContext()
|
boolean |
isSetLastUpdatedDate()
|
boolean |
isSetParticipant()
|
boolean |
isSetParticipantProperty()
|
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 |
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 |
setParticipant(PrincipleRefType value)
Sets the value of the participant property. |
void |
unsetParticipantProperty()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParticipantProperties()
| Method Detail |
|---|
public java.util.List<ParticipantProperty> getParticipantProperty()
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 participantProperty property.
For example, to add a new item, do as follows:
getParticipantProperty().add(newItem);
Objects of the following type(s) are allowed in the list
ParticipantProperty
public boolean isSetParticipantProperty()
public void unsetParticipantProperty()
public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreatedDate()
public java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedBy()
public java.lang.String getCreatedByIdentityContext()
Stringpublic void setCreatedByIdentityContext(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedByIdentityContext()
public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
XMLGregorianCalendarpublic void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastUpdatedDate()
public java.lang.String getLastUpdatedBy()
Stringpublic void setLastUpdatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedBy()
public java.lang.String getLastUpdatedByIdentityContext()
Stringpublic void setLastUpdatedByIdentityContext(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedByIdentityContext()
public PrincipleRefType getParticipant()
PrincipleRefTypepublic void setParticipant(PrincipleRefType value)
value - allowed object is
PrincipleRefTypepublic boolean isSetParticipant()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||