org.archiviststoolkit.structure.accessionImport
Class SubjectLinkType

java.lang.Object
  extended by org.archiviststoolkit.structure.accessionImport.SubjectLinkType

public class SubjectLinkType
extends java.lang.Object

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

subjectTerm

protected java.lang.String subjectTerm

subjectTermType

protected java.lang.String subjectTermType

subjectSource

protected java.lang.String subjectSource
Constructor Detail

SubjectLinkType

public SubjectLinkType()
Method Detail

getSubjectTerm

public java.lang.String getSubjectTerm()
Gets the value of the subjectTerm property.

Returns:
possible object is String

setSubjectTerm

public void setSubjectTerm(java.lang.String value)
Sets the value of the subjectTerm property.

Parameters:
value - allowed object is String

getSubjectTermType

public java.lang.String getSubjectTermType()
Gets the value of the subjectTermType property.

Returns:
possible object is String

setSubjectTermType

public void setSubjectTermType(java.lang.String value)
Sets the value of the subjectTermType property.

Parameters:
value - allowed object is String

getSubjectSource

public java.lang.String getSubjectSource()
Gets the value of the subjectSource property.

Returns:
possible object is String

setSubjectSource

public void setSubjectSource(java.lang.String value)
Sets the value of the subjectSource property.

Parameters:
value - allowed object is String