public class XmlSubject extends Object implements Serializable
| Constructor and Description |
|---|
XmlSubject()
Default constructor
|
XmlSubject(String value)
Constructor to create a
XmlSubject with the specified subject. |
XmlSubject(String value,
String subjectScheme)
Constructor to create a
XmlSubject with the specified subject and
subjectSchema. |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubjectScheme()
Returns the value of field 'subjectScheme'.
|
String |
getValue()
Returns the value of field 'value'.
|
void |
setSubjectScheme(String subjectScheme)
Sets the value of field 'subjectScheme'.
|
void |
setValue(String value)
Sets the value of field 'value'.
|
public XmlSubject()
public XmlSubject(String value)
XmlSubject with the specified subject.value - the subject to set.public XmlSubject(String value, String subjectScheme)
XmlSubject with the specified subject and
subjectSchema.value - the subject to set.subjectScheme - the subjectSchema to set.public String getValue()
public String getSubjectScheme()
public void setValue(String value)
value - the value of field 'content'.public void setSubjectScheme(String subjectScheme)
subjectScheme - the value of field 'subjectScheme'.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.