public class TExtension extends Object
tExtension complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tExtension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}documentation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="definition" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="mustUnderstand" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected QName |
definition |
protected List<TDocumentation> |
documentation |
protected Boolean |
mustUnderstand |
| 构造器和说明 |
|---|
TExtension() |
| 限定符和类型 | 方法和说明 |
|---|---|
QName |
getDefinition()
获取definition属性的值。
|
List<TDocumentation> |
getDocumentation()
Gets the value of the documentation property.
|
boolean |
isMustUnderstand()
获取mustUnderstand属性的值。
|
void |
setDefinition(QName value)
设置definition属性的值。
|
void |
setMustUnderstand(Boolean value)
设置mustUnderstand属性的值。
|
protected List<TDocumentation> documentation
protected QName definition
protected Boolean mustUnderstand
public List<TDocumentation> getDocumentation()
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 documentation property.
For example, to add a new item, do as follows:
getDocumentation().add(newItem);
Objects of the following type(s) are allowed in the list
TDocumentation
public void setDefinition(QName value)
value - allowed object is
QNamepublic boolean isMustUnderstand()
BooleanCopyright © 2021. All rights reserved.