Package org.omg.spec.bpmn.model
Class TResourceParameter
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TResourceParameter
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
isRequired
protected String
name
protected QName
type
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TResourceParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the value of the name property.QName
getType()
Gets the value of the type property.Boolean
isIsRequired()
Gets the value of the isRequired property.void
setIsRequired(Boolean value)
Sets the value of the isRequired property.void
setName(String value)
Sets the value of the name property.void
setType(QName value)
Sets the value of the type property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
public QName getType()
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
public void setType(QName value)
Sets the value of the type property.- Parameters:
value
- allowed object isQName
-
isIsRequired
public Boolean isIsRequired()
Gets the value of the isRequired property.- Returns:
- possible object is
Boolean
-
-