public class TResourceParameter extends TBaseElement
Java class for tResourceParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tResourceParameter">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
isRequired |
protected java.lang.String |
name |
protected javax.xml.namespace.QName |
type |
documentation, extensionElements, id| Constructor and Description |
|---|
TResourceParameter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
javax.xml.namespace.QName |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setIsRequired(java.lang.Boolean value)
Sets the value of the isRequired property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(javax.xml.namespace.QName value)
Sets the value of the type property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.lang.String name
protected javax.xml.namespace.QName type
protected java.lang.Boolean isRequired
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getType()
QNamepublic void setType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.Boolean isIsRequired()
Booleanpublic void setIsRequired(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018 SAP SE. All Rights Reserved.