public class XmlSubject
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
XmlSubject()
Default constructor
|
XmlSubject(java.lang.String value)
Constructor to create a
XmlSubject with the specified subject. |
XmlSubject(java.lang.String value,
java.lang.String subjectScheme)
Constructor to create a
XmlSubject with the specified subject and
subjectSchema. |
| Modifier and Type | Method and 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'.
|
public XmlSubject()
public XmlSubject(java.lang.String value)
XmlSubject with the specified subject.value - the subject to set.public XmlSubject(java.lang.String value,
java.lang.String subjectScheme)
XmlSubject with the specified subject and
subjectSchema.value - the subject to set.subjectScheme - the subjectSchema to set.public java.lang.String getValue()
public java.lang.String getSubjectScheme()
public void setValue(java.lang.String value)
value - the value of field 'content'.public void setSubjectScheme(java.lang.String subjectScheme)
subjectScheme - the value of field 'subjectScheme'.