Package science.aist.xes.model
Class ClassifierType
- java.lang.Object
- 
- science.aist.xes.model.ClassifierType
 
- 
 public class ClassifierType extends Object Java class for ClassifierType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="ClassifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="keys" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> </restriction> </complexContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description ClassifierType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeys()Gets the value of the keys property.StringgetName()Gets the value of the name property.StringgetScope()Gets the value of the scope property.voidsetKeys(String value)Sets the value of the keys property.voidsetName(String value)Sets the value of the name property.voidsetScope(String value)Sets the value of the scope property.
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getScopepublic String getScope() Gets the value of the scope property.- Returns:
- possible object is
     String
 
 - 
setScopepublic void setScope(String value) Sets the value of the scope property.- Parameters:
- value- allowed object is- String
 
 - 
getKeyspublic String getKeys() Gets the value of the keys property.- Returns:
- possible object is
     String
 
 
- 
 
-