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 Summary
Constructors Constructor Description ClassifierType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeys()
Gets the value of the keys property.String
getName()
Gets the value of the name property.String
getScope()
Gets the value of the scope property.void
setKeys(String value)
Sets the value of the keys property.void
setName(String value)
Sets the value of the name property.void
setScope(String value)
Sets the value of the scope property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getScope
public String getScope()
Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
public void setScope(String value)
Sets the value of the scope property.- Parameters:
value
- allowed object isString
-
getKeys
public String getKeys()
Gets the value of the keys property.- Returns:
- possible object is
String
-
-