Package org.jbpm.xes.model
Class AttributeStringType
- java.lang.Object
-
- org.jbpm.xes.model.AttributableType
-
- org.jbpm.xes.model.AttributeType
-
- org.jbpm.xes.model.AttributeStringType
-
public class AttributeStringType extends AttributeType
Java class for AttributeStringType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeStringType"> <complexContent> <extension base="{}AttributeType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringvalue-
Fields inherited from class org.jbpm.xes.model.AttributeType
key
-
Fields inherited from class org.jbpm.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeStringType()AttributeStringType(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the value of the value property.voidsetValue(String value)Sets the value of the value property.StringtoString()-
Methods inherited from class org.jbpm.xes.model.AttributeType
getKey, setKey
-
Methods inherited from class org.jbpm.xes.model.AttributableType
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
-
-