Class XmlSubject
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.reference.datacite.xml.XmlSubject
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlSubject extends java.lang.Object implements java.io.Serializable
Subject, keywords, classification codes, or key phrases describing the resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlSubject()
Default constructorXmlSubject(java.lang.String value)
Constructor to create aXmlSubject
with the specified subject.XmlSubject(java.lang.String value, java.lang.String subjectScheme)
Constructor to create aXmlSubject
with the specified subject and subjectSchema.
-
Method Summary
Modifier and Type Method Description java.lang.String
getSubjectScheme()
Returns the value of field 'subjectScheme'.java.lang.String
getValue()
Returns the value of field 'value'.void
setSubjectScheme(java.lang.String subjectScheme)
Sets the value of field 'subjectScheme'.void
setValue(java.lang.String value)
Sets the value of field 'value'.
-
-
-
Constructor Detail
-
XmlSubject
public XmlSubject()
Default constructor
-
XmlSubject
public XmlSubject(java.lang.String value)
Constructor to create aXmlSubject
with the specified subject.- Parameters:
value
- the subject to set.
-
XmlSubject
public XmlSubject(java.lang.String value, java.lang.String subjectScheme)
Constructor to create aXmlSubject
with the specified subject and subjectSchema.- Parameters:
value
- the subject to set.subjectScheme
- the subjectSchema to set.
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Returns the value of field 'value'. The field 'value' has the following description: internal content storage- Returns:
- the value of field 'value'.
-
getSubjectScheme
public java.lang.String getSubjectScheme()
Returns the value of field 'subjectScheme'.- Returns:
- the value of field 'subjectScheme'.
-
setValue
public void setValue(java.lang.String value)
Sets the value of field 'value'. The field 'value' has the following description: internal content storage- Parameters:
value
- the value of field 'content'.
-
setSubjectScheme
public void setSubjectScheme(java.lang.String subjectScheme)
Sets the value of field 'subjectScheme'.- Parameters:
subjectScheme
- the value of field 'subjectScheme'.
-
-