public class TActivityActivate extends TExtensibleElements implements java.io.Serializable
Java class for tActivityActivate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tActivityActivate"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="sentry" type="{http://xmlns.oracle.com/bpm/case/metadata}tActivityActivateSentry" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="targetName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Constructor and Description |
---|
TActivityActivate() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TActivityActivateSentry> |
getSentry()
Gets the value of the sentry property.
|
java.lang.String |
getTargetName()
Gets the value of the targetName property.
|
boolean |
isSetSentry() |
boolean |
isSetTargetName() |
void |
setTargetName(java.lang.String value)
Sets the value of the targetName property.
|
void |
unsetSentry() |
getDocumentation, isSetDocumentation, unsetDocumentation
public java.util.List<TActivityActivateSentry> getSentry()
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 sentry property.
For example, to add a new item, do as follows:
getSentry().add(newItem);
Objects of the following type(s) are allowed in the list
TActivityActivateSentry
public boolean isSetSentry()
public void unsetSentry()
public java.lang.String getTargetName()
String
public void setTargetName(java.lang.String value)
value
- allowed object is
String
public boolean isSetTargetName()