public class TSentry extends TCmmnElement
tSentry defines the type of element "sentry"
<p>Java class for tSentry complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tSentry"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}onPart" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}ifPart" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TSentry() |
Modifier and Type | Method and Description |
---|---|
TIfPart |
getIfPart()
Gets the value of the ifPart property.
|
String |
getName()
Gets the value of the name property.
|
List<JAXBElement<? extends TOnPart>> |
getOnPart()
Gets the value of the onPart property.
|
void |
setIfPart(TIfPart value)
Sets the value of the ifPart property.
|
void |
setName(String value)
Sets the value of the name property.
|
getDescription, getId, getOtherAttributes, setDescription, setId
public List<JAXBElement<? extends TOnPart>> getOnPart()
Gets the value of the onPart property.
<p>
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 onPart property.
<p> For example, to add a new item, do as follows: <pre> getOnPart().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JAXBElement
<
TOnPart
>
JAXBElement
<
TCaseFileItemOnPart
>
JAXBElement
<
TPlanItemOnPart
>
public TIfPart getIfPart()
Gets the value of the ifPart property.
TIfPart
public void setIfPart(TIfPart value)
Sets the value of the ifPart property.
value
- allowed object is
TIfPart
public String getName()
Gets the value of the name property.
String
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.