public interface OfficialJournalInformationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
OfficialJournalInformationType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getISBN()
Gets the "ISBN" element
|
String |
getISSN()
Gets the "ISSN" element
|
String |
getLinkToJournal()
Gets the "linkToJournal" element
|
String |
getOfficialJournalIdentification()
Gets the "officialJournalIdentification" element
|
boolean |
isSetISBN()
True if has "ISBN" element
|
boolean |
isSetISSN()
True if has "ISSN" element
|
boolean |
isSetLinkToJournal()
True if has "linkToJournal" element
|
void |
setISBN(String isbn)
Sets the "ISBN" element
|
void |
setISSN(String issn)
Sets the "ISSN" element
|
void |
setLinkToJournal(String linkToJournal)
Sets the "linkToJournal" element
|
void |
setOfficialJournalIdentification(String officialJournalIdentification)
Sets the "officialJournalIdentification" element
|
void |
unsetISBN()
Unsets the "ISBN" element
|
void |
unsetISSN()
Unsets the "ISSN" element
|
void |
unsetLinkToJournal()
Unsets the "linkToJournal" element
|
org.apache.xmlbeans.XmlString |
xgetISBN()
Gets (as xml) the "ISBN" element
|
org.apache.xmlbeans.XmlString |
xgetISSN()
Gets (as xml) the "ISSN" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetLinkToJournal()
Gets (as xml) the "linkToJournal" element
|
org.apache.xmlbeans.XmlString |
xgetOfficialJournalIdentification()
Gets (as xml) the "officialJournalIdentification" element
|
void |
xsetISBN(org.apache.xmlbeans.XmlString isbn)
Sets (as xml) the "ISBN" element
|
void |
xsetISSN(org.apache.xmlbeans.XmlString issn)
Sets (as xml) the "ISSN" element
|
void |
xsetLinkToJournal(org.apache.xmlbeans.XmlAnyURI linkToJournal)
Sets (as xml) the "linkToJournal" element
|
void |
xsetOfficialJournalIdentification(org.apache.xmlbeans.XmlString officialJournalIdentification)
Sets (as xml) the "officialJournalIdentification" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getOfficialJournalIdentification()
org.apache.xmlbeans.XmlString xgetOfficialJournalIdentification()
void setOfficialJournalIdentification(String officialJournalIdentification)
void xsetOfficialJournalIdentification(org.apache.xmlbeans.XmlString officialJournalIdentification)
String getISSN()
org.apache.xmlbeans.XmlString xgetISSN()
boolean isSetISSN()
void setISSN(String issn)
void xsetISSN(org.apache.xmlbeans.XmlString issn)
void unsetISSN()
String getISBN()
org.apache.xmlbeans.XmlString xgetISBN()
boolean isSetISBN()
void setISBN(String isbn)
void xsetISBN(org.apache.xmlbeans.XmlString isbn)
void unsetISBN()
String getLinkToJournal()
org.apache.xmlbeans.XmlAnyURI xgetLinkToJournal()
boolean isSetLinkToJournal()
void setLinkToJournal(String linkToJournal)
void xsetLinkToJournal(org.apache.xmlbeans.XmlAnyURI linkToJournal)
void unsetLinkToJournal()
Copyright © 2018 52north.org. All rights reserved.