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="keys" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
keys |
protected String |
name |
protected String |
scope |
Constructor and Description |
---|
ClassifierType() |
ClassifierType(String name,
String keys,
String scope) |
Modifier and Type | Method and 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.
|
public String getScope()
String
public void setScope(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getKeys()
String
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.