Interface OfficialJournalInformationType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OfficialJournalInformationTypeImpl
public interface OfficialJournalInformationType extends org.apache.xmlbeans.XmlObjectAn XML OfficialJournalInformationType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOfficialJournalInformationType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetISBN()Gets the "ISBN" elementStringgetISSN()Gets the "ISSN" elementStringgetLinkToJournal()Gets the "linkToJournal" elementStringgetOfficialJournalIdentification()Gets the "officialJournalIdentification" elementbooleanisSetISBN()True if has "ISBN" elementbooleanisSetISSN()True if has "ISSN" elementbooleanisSetLinkToJournal()True if has "linkToJournal" elementvoidsetISBN(String isbn)Sets the "ISBN" elementvoidsetISSN(String issn)Sets the "ISSN" elementvoidsetLinkToJournal(String linkToJournal)Sets the "linkToJournal" elementvoidsetOfficialJournalIdentification(String officialJournalIdentification)Sets the "officialJournalIdentification" elementvoidunsetISBN()Unsets the "ISBN" elementvoidunsetISSN()Unsets the "ISSN" elementvoidunsetLinkToJournal()Unsets the "linkToJournal" elementorg.apache.xmlbeans.XmlStringxgetISBN()Gets (as xml) the "ISBN" elementorg.apache.xmlbeans.XmlStringxgetISSN()Gets (as xml) the "ISSN" elementorg.apache.xmlbeans.XmlAnyURIxgetLinkToJournal()Gets (as xml) the "linkToJournal" elementorg.apache.xmlbeans.XmlStringxgetOfficialJournalIdentification()Gets (as xml) the "officialJournalIdentification" elementvoidxsetISBN(org.apache.xmlbeans.XmlString isbn)Sets (as xml) the "ISBN" elementvoidxsetISSN(org.apache.xmlbeans.XmlString issn)Sets (as xml) the "ISSN" elementvoidxsetLinkToJournal(org.apache.xmlbeans.XmlAnyURI linkToJournal)Sets (as xml) the "linkToJournal" elementvoidxsetOfficialJournalIdentification(org.apache.xmlbeans.XmlString officialJournalIdentification)Sets (as xml) the "officialJournalIdentification" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getOfficialJournalIdentification
String getOfficialJournalIdentification()
Gets the "officialJournalIdentification" element
-
xgetOfficialJournalIdentification
org.apache.xmlbeans.XmlString xgetOfficialJournalIdentification()
Gets (as xml) the "officialJournalIdentification" element
-
setOfficialJournalIdentification
void setOfficialJournalIdentification(String officialJournalIdentification)
Sets the "officialJournalIdentification" element
-
xsetOfficialJournalIdentification
void xsetOfficialJournalIdentification(org.apache.xmlbeans.XmlString officialJournalIdentification)
Sets (as xml) the "officialJournalIdentification" element
-
getISSN
String getISSN()
Gets the "ISSN" element
-
xgetISSN
org.apache.xmlbeans.XmlString xgetISSN()
Gets (as xml) the "ISSN" element
-
isSetISSN
boolean isSetISSN()
True if has "ISSN" element
-
setISSN
void setISSN(String issn)
Sets the "ISSN" element
-
xsetISSN
void xsetISSN(org.apache.xmlbeans.XmlString issn)
Sets (as xml) the "ISSN" element
-
unsetISSN
void unsetISSN()
Unsets the "ISSN" element
-
getISBN
String getISBN()
Gets the "ISBN" element
-
xgetISBN
org.apache.xmlbeans.XmlString xgetISBN()
Gets (as xml) the "ISBN" element
-
isSetISBN
boolean isSetISBN()
True if has "ISBN" element
-
setISBN
void setISBN(String isbn)
Sets the "ISBN" element
-
xsetISBN
void xsetISBN(org.apache.xmlbeans.XmlString isbn)
Sets (as xml) the "ISBN" element
-
unsetISBN
void unsetISBN()
Unsets the "ISBN" element
-
getLinkToJournal
String getLinkToJournal()
Gets the "linkToJournal" element
-
xgetLinkToJournal
org.apache.xmlbeans.XmlAnyURI xgetLinkToJournal()
Gets (as xml) the "linkToJournal" element
-
isSetLinkToJournal
boolean isSetLinkToJournal()
True if has "linkToJournal" element
-
setLinkToJournal
void setLinkToJournal(String linkToJournal)
Sets the "linkToJournal" element
-
xsetLinkToJournal
void xsetLinkToJournal(org.apache.xmlbeans.XmlAnyURI linkToJournal)
Sets (as xml) the "linkToJournal" element
-
unsetLinkToJournal
void unsetLinkToJournal()
Unsets the "linkToJournal" element
-
-