Package org.activiti.bpmn.model
Class CustomProperty
- java.lang.Object
-
- org.activiti.bpmn.model.BaseElement
-
- org.activiti.bpmn.model.CustomProperty
-
- All Implemented Interfaces:
HasExtensionAttributes
public class CustomProperty extends BaseElement
-
-
Field Summary
Fields Modifier and Type Field Description protected ComplexDataTypecomplexValueprotected java.lang.Stringnameprotected java.lang.StringsimpleValue-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description CustomProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomPropertyclone()ComplexDataTypegetComplexValue()java.lang.StringgetName()java.lang.StringgetSimpleValue()voidsetComplexValue(ComplexDataType complexValue)voidsetName(java.lang.String name)voidsetSimpleValue(java.lang.String simpleValue)voidsetValues(CustomProperty otherProperty)-
Methods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Field Detail
-
name
protected java.lang.String name
-
simpleValue
protected java.lang.String simpleValue
-
complexValue
protected ComplexDataType complexValue
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getSimpleValue
public java.lang.String getSimpleValue()
-
setSimpleValue
public void setSimpleValue(java.lang.String simpleValue)
-
getComplexValue
public ComplexDataType getComplexValue()
-
setComplexValue
public void setComplexValue(ComplexDataType complexValue)
-
clone
public CustomProperty clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(CustomProperty otherProperty)
-
-