|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sciplore.rest.DocumentType
public class DocumentType
Java class for documentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="documentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}titleType"/>
<element name="abstract" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}abstractType" minOccurs="0"/>
<element name="authors" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}authorsType" minOccurs="0"/>
<element name="keywords" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}keywordsType" minOccurs="0"/>
<element name="fulltexts" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}fulltextsType" minOccurs="0"/>
<element name="references" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}referencesType" minOccurs="0"/>
<element name="cited_by" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}cited_byType" minOccurs="0"/>
<element name="related_documents" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}related_documentsType" minOccurs="0"/>
<element name="doi" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}doiType" minOccurs="0"/>
<element name="venue" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}venueType" minOccurs="0"/>
<element name="issn" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}issnType" minOccurs="0"/>
<element name="isbn" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}isbnType" minOccurs="0"/>
<element name="language" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}languageType" minOccurs="0"/>
<element name="series" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}seriesType" minOccurs="0"/>
<element name="pages" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}pagesType" minOccurs="0"/>
<element name="volume" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}volumeType" minOccurs="0"/>
<element name="edition" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}editionType" minOccurs="0"/>
<element name="number" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}numberType" minOccurs="0"/>
<element name="publishdate" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}publishdateType" minOccurs="0"/>
<element name="annotations" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}annotationsType" minOccurs="0"/>
<element name="relatedness" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}relatednessType" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hash" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DocumentType()
|
|
| Method Summary | |
|---|---|
AbstractType |
getAbstract()
Gets the value of the abstract property. |
AnnotationsType |
getAnnotations()
Gets the value of the annotations property. |
AuthorsType |
getAuthors()
Gets the value of the authors property. |
CitedByType |
getCitedBy()
Gets the value of the citedBy property. |
DoiType |
getDoi()
Gets the value of the doi property. |
EditionType |
getEdition()
Gets the value of the edition property. |
FulltextsType |
getFulltexts()
Gets the value of the fulltexts property. |
java.lang.String |
getHash()
Gets the value of the hash property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.math.BigInteger |
getId()
Gets the value of the id property. |
IsbnType |
getIsbn()
Gets the value of the isbn property. |
IssnType |
getIssn()
Gets the value of the issn property. |
KeywordsType |
getKeywords()
Gets the value of the keywords property. |
LanguageType |
getLanguage()
Gets the value of the language property. |
NumberType |
getNumber()
Gets the value of the number property. |
PagesType |
getPages()
Gets the value of the pages property. |
PublishdateType |
getPublishdate()
Gets the value of the publishdate property. |
ReferencesType |
getReferences()
Gets the value of the references property. |
RelatedDocumentsType |
getRelatedDocuments()
Gets the value of the relatedDocuments property. |
RelatednessType |
getRelatedness()
Gets the value of the relatedness property. |
SeriesType |
getSeries()
Gets the value of the series property. |
TitleType |
getTitle()
Gets the value of the title property. |
java.lang.String |
getType()
Gets the value of the type property. |
VenueType |
getVenue()
Gets the value of the venue property. |
VolumeType |
getVolume()
Gets the value of the volume property. |
void |
setAbstract(AbstractType value)
Sets the value of the abstract property. |
void |
setAnnotations(AnnotationsType value)
Sets the value of the annotations property. |
void |
setAuthors(AuthorsType value)
Sets the value of the authors property. |
void |
setCitedBy(CitedByType value)
Sets the value of the citedBy property. |
void |
setDoi(DoiType value)
Sets the value of the doi property. |
void |
setEdition(EditionType value)
Sets the value of the edition property. |
void |
setFulltexts(FulltextsType value)
Sets the value of the fulltexts property. |
void |
setHash(java.lang.String value)
Sets the value of the hash property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setId(java.math.BigInteger value)
Sets the value of the id property. |
void |
setIsbn(IsbnType value)
Sets the value of the isbn property. |
void |
setIssn(IssnType value)
Sets the value of the issn property. |
void |
setKeywords(KeywordsType value)
Sets the value of the keywords property. |
void |
setLanguage(LanguageType value)
Sets the value of the language property. |
void |
setNumber(NumberType value)
Sets the value of the number property. |
void |
setPages(PagesType value)
Sets the value of the pages property. |
void |
setPublishdate(PublishdateType value)
Sets the value of the publishdate property. |
void |
setReferences(ReferencesType value)
Sets the value of the references property. |
void |
setRelatedDocuments(RelatedDocumentsType value)
Sets the value of the relatedDocuments property. |
void |
setRelatedness(RelatednessType value)
Sets the value of the relatedness property. |
void |
setSeries(SeriesType value)
Sets the value of the series property. |
void |
setTitle(TitleType value)
Sets the value of the title property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setVenue(VenueType value)
Sets the value of the venue property. |
void |
setVolume(VolumeType value)
Sets the value of the volume property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentType()
| Method Detail |
|---|
public TitleType getTitle()
TitleTypepublic void setTitle(TitleType value)
value - allowed object is
TitleTypepublic AbstractType getAbstract()
AbstractTypepublic void setAbstract(AbstractType value)
value - allowed object is
AbstractTypepublic AuthorsType getAuthors()
AuthorsTypepublic void setAuthors(AuthorsType value)
value - allowed object is
AuthorsTypepublic KeywordsType getKeywords()
KeywordsTypepublic void setKeywords(KeywordsType value)
value - allowed object is
KeywordsTypepublic FulltextsType getFulltexts()
FulltextsTypepublic void setFulltexts(FulltextsType value)
value - allowed object is
FulltextsTypepublic ReferencesType getReferences()
ReferencesTypepublic void setReferences(ReferencesType value)
value - allowed object is
ReferencesTypepublic CitedByType getCitedBy()
CitedByTypepublic void setCitedBy(CitedByType value)
value - allowed object is
CitedByTypepublic RelatedDocumentsType getRelatedDocuments()
RelatedDocumentsTypepublic void setRelatedDocuments(RelatedDocumentsType value)
value - allowed object is
RelatedDocumentsTypepublic DoiType getDoi()
DoiTypepublic void setDoi(DoiType value)
value - allowed object is
DoiTypepublic VenueType getVenue()
VenueTypepublic void setVenue(VenueType value)
value - allowed object is
VenueTypepublic IssnType getIssn()
IssnTypepublic void setIssn(IssnType value)
value - allowed object is
IssnTypepublic IsbnType getIsbn()
IsbnTypepublic void setIsbn(IsbnType value)
value - allowed object is
IsbnTypepublic LanguageType getLanguage()
LanguageTypepublic void setLanguage(LanguageType value)
value - allowed object is
LanguageTypepublic SeriesType getSeries()
SeriesTypepublic void setSeries(SeriesType value)
value - allowed object is
SeriesTypepublic PagesType getPages()
PagesTypepublic void setPages(PagesType value)
value - allowed object is
PagesTypepublic VolumeType getVolume()
VolumeTypepublic void setVolume(VolumeType value)
value - allowed object is
VolumeTypepublic EditionType getEdition()
EditionTypepublic void setEdition(EditionType value)
value - allowed object is
EditionTypepublic NumberType getNumber()
NumberTypepublic void setNumber(NumberType value)
value - allowed object is
NumberTypepublic PublishdateType getPublishdate()
PublishdateTypepublic void setPublishdate(PublishdateType value)
value - allowed object is
PublishdateTypepublic AnnotationsType getAnnotations()
AnnotationsTypepublic void setAnnotations(AnnotationsType value)
value - allowed object is
AnnotationsTypepublic RelatednessType getRelatedness()
RelatednessTypepublic void setRelatedness(RelatednessType value)
value - allowed object is
RelatednessTypepublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHash()
Stringpublic void setHash(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getId()
BigIntegerpublic void setId(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||