Package pt.cienciavitae.ns.service
Class JournalReviewingRefereeingCtype.Journal
- java.lang.Object
-
- pt.cienciavitae.ns.service.JournalReviewingRefereeingCtype.Journal
-
- Enclosing class:
- JournalReviewingRefereeingCtype
public static class JournalReviewingRefereeingCtype.Journal extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.cienciavitae.pt/ns/common>string-555-stype"> <attribute name="issn" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Journal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIssn()Gets the value of the issn property.StringgetValue()Gets the value of the value property.voidsetIssn(String value)Sets the value of the issn property.voidsetValue(String value)Sets the value of the value 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
-
getIssn
public String getIssn()
Gets the value of the issn property.- Returns:
- possible object is
String
-
-