Class Re3Data.Repository.Subject

java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Subject
Enclosing class:
Re3Data.Repository

public static class Re3Data.Repository.Subject extends Object

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 Details

    • subjectId

      protected String subjectId
    • subjectName

      protected SubjectNames subjectName
    • subjectScheme

      protected String subjectScheme
  • Constructor Details

    • Subject

      public Subject()
  • Method Details

    • getSubjectId

      public String getSubjectId()
      Gets the value of the subjectId property.
      Returns:
      possible object is String
    • setSubjectId

      public void setSubjectId(String value)
      Sets the value of the subjectId property.
      Parameters:
      value - allowed object is String
    • getSubjectName

      public SubjectNames getSubjectName()
      Gets the value of the subjectName property.
      Returns:
      possible object is SubjectNames
    • setSubjectName

      public void setSubjectName(SubjectNames value)
      Sets the value of the subjectName property.
      Parameters:
      value - allowed object is SubjectNames
    • getSubjectScheme

      public String getSubjectScheme()
      Gets the value of the subjectScheme property.
      Returns:
      possible object is String
    • setSubjectScheme

      public void setSubjectScheme(String value)
      Sets the value of the subjectScheme property.
      Parameters:
      value - allowed object is String