Package eu.openaire.oaf.model.base
Class JournalType
- java.lang.Object
-
- eu.openaire.oaf.model.base.JournalType
-
- All Implemented Interfaces:
Serializable
public class JournalType extends Object implements Serializable
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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JournalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEissn()Gets the value of the eissn property.StringgetEp()Gets the value of the ep property.StringgetIss()Gets the value of the iss property.StringgetIssn()Gets the value of the issn property.StringgetLissn()Gets the value of the lissn property.StringgetSp()Gets the value of the sp property.StringgetValue()Gets the value of the value property.StringgetVol()Gets the value of the vol property.voidsetEissn(String value)Sets the value of the eissn property.voidsetEp(String value)Sets the value of the ep property.voidsetIss(String value)Sets the value of the iss property.voidsetIssn(String value)Sets the value of the issn property.voidsetLissn(String value)Sets the value of the lissn property.voidsetSp(String value)Sets the value of the sp property.voidsetValue(String value)Sets the value of the value property.voidsetVol(String value)Sets the value of the vol property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
setEp
public void setEp(String value)
Sets the value of the ep property.- Parameters:
value- allowed object isString
-
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 isString
-
setSp
public void setSp(String value)
Sets the value of the sp property.- Parameters:
value- allowed object isString
-
getVol
public String getVol()
Gets the value of the vol property.- Returns:
- possible object is
String
-
-