|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.accessionImport.SubjectLinkType
public class SubjectLinkType
Java class for subjectLinkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subjectLinkType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subjectTerm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subjectTermType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subjectSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
subjectSource
|
protected java.lang.String |
subjectTerm
|
protected java.lang.String |
subjectTermType
|
| Constructor Summary | |
|---|---|
SubjectLinkType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSubjectSource()
Gets the value of the subjectSource property. |
java.lang.String |
getSubjectTerm()
Gets the value of the subjectTerm property. |
java.lang.String |
getSubjectTermType()
Gets the value of the subjectTermType property. |
void |
setSubjectSource(java.lang.String value)
Sets the value of the subjectSource property. |
void |
setSubjectTerm(java.lang.String value)
Sets the value of the subjectTerm property. |
void |
setSubjectTermType(java.lang.String value)
Sets the value of the subjectTermType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String subjectTerm
protected java.lang.String subjectTermType
protected java.lang.String subjectSource
| Constructor Detail |
|---|
public SubjectLinkType()
| Method Detail |
|---|
public java.lang.String getSubjectTerm()
Stringpublic void setSubjectTerm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubjectTermType()
Stringpublic void setSubjectTermType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubjectSource()
Stringpublic void setSubjectSource(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||