Class JournalType

java.lang.Object
eu.openaire.oaf.JournalType

public class JournalType extends Object

Java class for journalType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="journalType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="eissn" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="issn" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="lissn" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="ep" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="iss" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="sp" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="vol" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • JournalType

      public JournalType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getEissn

      public String getEissn()
      Gets the value of the eissn property.
      Returns:
      possible object is String
    • setEissn

      public void setEissn(String value)
      Sets the value of the eissn property.
      Parameters:
      value - allowed object is String
    • getIssn

      public String getIssn()
      Gets the value of the issn property.
      Returns:
      possible object is String
    • setIssn

      public void setIssn(String value)
      Sets the value of the issn property.
      Parameters:
      value - allowed object is String
    • getLissn

      public String getLissn()
      Gets the value of the lissn property.
      Returns:
      possible object is String
    • setLissn

      public void setLissn(String value)
      Sets the value of the lissn property.
      Parameters:
      value - allowed object is String
    • getEp

      public String getEp()
      Gets the value of the ep property.
      Returns:
      possible object is String
    • setEp

      public void setEp(String value)
      Sets the value of the ep property.
      Parameters:
      value - allowed object is String
    • getIss

      public String getIss()
      Gets the value of the iss property.
      Returns:
      possible object is String
    • setIss

      public void setIss(String value)
      Sets the value of the iss property.
      Parameters:
      value - allowed object is String
    • getSp

      public String getSp()
      Gets the value of the sp property.
      Returns:
      possible object is String
    • setSp

      public void setSp(String value)
      Sets the value of the sp property.
      Parameters:
      value - allowed object is String
    • getVol

      public String getVol()
      Gets the value of the vol property.
      Returns:
      possible object is String
    • setVol

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