Package eu.openaire.oaf
Class QualifierType
java.lang.Object
eu.openaire.oaf.QualifierType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classid property.Gets the value of the classname property.Gets the value of the schemeid property.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.
-
Field Details
-
classid
-
classname
-
schemeid
-
schemename
-
-
Constructor Details
-
QualifierType
public QualifierType()
-
-
Method Details
-
getClassid
Gets the value of the classid property.- Returns:
- possible object is
String
-
setClassid
Sets the value of the classid property.- Parameters:
value- allowed object isString
-
getClassname
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getSchemeid
Gets the value of the schemeid property.- Returns:
- possible object is
String
-
setSchemeid
Sets the value of the schemeid property.- Parameters:
value- allowed object isString
-
getSchemename
Gets the value of the schemename property.- Returns:
- possible object is
String
-
setSchemename
Sets the value of the schemename property.- Parameters:
value- allowed object isString
-