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.SerializableSubject, 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 aXmlSubjectwith the specified subject.XmlSubject(java.lang.String value, java.lang.String subjectScheme)Constructor to create aXmlSubjectwith the specified subject and subjectSchema.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSubjectScheme()Returns the value of field 'subjectScheme'.java.lang.StringgetValue()Returns the value of field 'value'.voidsetSubjectScheme(java.lang.String subjectScheme)Sets the value of field 'subjectScheme'.voidsetValue(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 aXmlSubjectwith the specified subject.- Parameters:
value- the subject to set.
-
XmlSubject
public XmlSubject(java.lang.String value, java.lang.String subjectScheme)Constructor to create aXmlSubjectwith 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'.
-
-