Package eu.openaire.oaf.model.base
Class QualifierType
- java.lang.Object
-
- eu.openaire.oaf.model.base.QualifierType
-
- All Implemented Interfaces:
Serializable
public class QualifierType extends Object implements Serializable
Java class for qualifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="qualifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://namespace.openaire.eu/oaf}qualifierAttributeGroup"/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QualifierType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassid()Gets the value of the classid property.StringgetClassname()Gets the value of the classname property.StringgetSchemeid()Gets the value of the schemeid property.StringgetSchemename()Gets the value of the schemename property.voidsetClassid(String value)Sets the value of the classid property.voidsetClassname(String value)Sets the value of the classname property.voidsetSchemeid(String value)Sets the value of the schemeid property.voidsetSchemename(String value)Sets the value of the schemename property.
-
-
-
Method Detail
-
getClassid
public String getClassid()
Gets the value of the classid property.- Returns:
- possible object is
String
-
setClassid
public void setClassid(String value)
Sets the value of the classid property.- Parameters:
value- allowed object isString
-
getClassname
public String getClassname()
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
public void setClassname(String value)
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getSchemeid
public String getSchemeid()
Gets the value of the schemeid property.- Returns:
- possible object is
String
-
setSchemeid
public void setSchemeid(String value)
Sets the value of the schemeid property.- Parameters:
value- allowed object isString
-
getSchemename
public String getSchemename()
Gets the value of the schemename property.- Returns:
- possible object is
String
-
-