Package eu.openaire.oaf
Class JournalType
java.lang.Object
eu.openaire.oaf.JournalType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEissn()Gets the value of the eissn property.getEp()Gets the value of the ep property.getIss()Gets the value of the iss property.getIssn()Gets the value of the issn property.getLissn()Gets the value of the lissn property.getSp()Gets the value of the sp property.getValue()Gets the value of the value property.getVol()Gets the value of the vol property.voidSets the value of the eissn property.voidSets the value of the ep property.voidSets the value of the iss property.voidSets the value of the issn property.voidSets the value of the lissn property.voidSets the value of the sp property.voidSets the value of the value property.voidSets the value of the vol property.
-
Field Details
-
value
-
eissn
-
issn
-
lissn
-
ep
-
iss
-
sp
-
vol
-
-
Constructor Details
-
JournalType
public JournalType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getEissn
Gets the value of the eissn property.- Returns:
- possible object is
String
-
setEissn
Sets the value of the eissn property.- Parameters:
value- allowed object isString
-
getIssn
Gets the value of the issn property.- Returns:
- possible object is
String
-
setIssn
Sets the value of the issn property.- Parameters:
value- allowed object isString
-
getLissn
Gets the value of the lissn property.- Returns:
- possible object is
String
-
setLissn
Sets the value of the lissn property.- Parameters:
value- allowed object isString
-
getEp
Gets the value of the ep property.- Returns:
- possible object is
String
-
setEp
Sets the value of the ep property.- Parameters:
value- allowed object isString
-
getIss
Gets the value of the iss property.- Returns:
- possible object is
String
-
setIss
Sets the value of the iss property.- Parameters:
value- allowed object isString
-
getSp
Gets the value of the sp property.- Returns:
- possible object is
String
-
setSp
Sets the value of the sp property.- Parameters:
value- allowed object isString
-
getVol
Gets the value of the vol property.- Returns:
- possible object is
String
-
setVol
Sets the value of the vol property.- Parameters:
value- allowed object isString
-