Class TResourceParameter
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TResourceParameter
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getType()
Gets the value of the type property.Gets the value of the isRequired property.void
setIsRequired
(Boolean value) Sets the value of the isRequired property.void
Sets the value of the name property.void
Sets the value of the type property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
name
-
type
-
isRequired
-
-
Constructor Details
-
TResourceParameter
public TResourceParameter()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isQName
-
isIsRequired
Gets the value of the isRequired property.- Returns:
- possible object is
Boolean
-
setIsRequired
Sets the value of the isRequired property.- Parameters:
value
- allowed object isBoolean
-