Class TPhaseStart
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TPhaseStart
- All Implemented Interfaces:
Serializable
Java class for tPhaseStart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPhaseStart">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="sentry" type="{http://xmlns.oracle.com/bpm/case/metadata}tPhaseStartSentry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="targetName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sentry property.Gets the value of the targetName property.booleanbooleanvoidsetTargetName(String value) Sets the value of the targetName property.voidMethods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TPhaseStart
public TPhaseStart()
-
-
Method Details
-
getSentry
Gets the value of the sentry 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
setmethod 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
TPhaseStartSentry -
isSetSentry
public boolean isSetSentry() -
unsetSentry
public void unsetSentry() -
getTargetName
Gets the value of the targetName property.- Returns:
- possible object is
String
-
setTargetName
Sets the value of the targetName property.- Parameters:
value- allowed object isString
-
isSetTargetName
public boolean isSetTargetName()
-