Package science.aist.xes.model
Class AttributeType
- java.lang.Object
- 
- science.aist.xes.model.AttributableType
- 
- science.aist.xes.model.AttributeType
 
 
- 
- Direct Known Subclasses:
- AttributeBooleanType,- AttributeDateType,- AttributeFloatType,- AttributeIDType,- AttributeIntType,- AttributeListType,- AttributeStringType
 
 public class AttributeType extends AttributableType Java class for AttributeType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="AttributeType"> <complexContent> <extension base="{}AttributableType"> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </extension> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected Stringkey- 
Fields inherited from class science.aist.xes.model.AttributableTypestringOrDateOrInt
 
- 
 - 
Constructor SummaryConstructors Constructor Description AttributeType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Gets the value of the key property.voidsetKey(String value)Sets the value of the key property.- 
Methods inherited from class science.aist.xes.model.AttributableTypegetStringOrDateOrInt
 
- 
 
- 
- 
- 
Field Detail- 
keyprotected String key 
 
- 
 
-