Package org.re3data.schema._3_0
Class Re3Data.Repository.Subject
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Subject
- Enclosing class:
- Re3Data.Repository
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subjectId" type="{http://www.re3data.org/schema/3-0}subjectIds"/>
<element name="subjectName" type="{http://www.re3data.org/schema/3-0}subjectNames"/>
</sequence>
<attribute name="subjectScheme">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DFG"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the subjectId property.Gets the value of the subjectName property.Gets the value of the subjectScheme property.voidsetSubjectId(String value) Sets the value of the subjectId property.voidsetSubjectName(SubjectNames value) Sets the value of the subjectName property.voidsetSubjectScheme(String value) Sets the value of the subjectScheme property.
-
Field Details
-
subjectId
-
subjectName
-
subjectScheme
-
-
Constructor Details
-
Subject
public Subject()
-
-
Method Details
-
getSubjectId
Gets the value of the subjectId property.- Returns:
- possible object is
String
-
setSubjectId
Sets the value of the subjectId property.- Parameters:
value- allowed object isString
-
getSubjectName
Gets the value of the subjectName property.- Returns:
- possible object is
SubjectNames
-
setSubjectName
Sets the value of the subjectName property.- Parameters:
value- allowed object isSubjectNames
-
getSubjectScheme
Gets the value of the subjectScheme property.- Returns:
- possible object is
String
-
setSubjectScheme
Sets the value of the subjectScheme property.- Parameters:
value- allowed object isString
-