|
||||||||||
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()
TitleType
public void setTitle(TitleType value)
value
- allowed object is
TitleType
public AbstractType getAbstract()
AbstractType
public void setAbstract(AbstractType value)
value
- allowed object is
AbstractType
public AuthorsType getAuthors()
AuthorsType
public void setAuthors(AuthorsType value)
value
- allowed object is
AuthorsType
public KeywordsType getKeywords()
KeywordsType
public void setKeywords(KeywordsType value)
value
- allowed object is
KeywordsType
public FulltextsType getFulltexts()
FulltextsType
public void setFulltexts(FulltextsType value)
value
- allowed object is
FulltextsType
public ReferencesType getReferences()
ReferencesType
public void setReferences(ReferencesType value)
value
- allowed object is
ReferencesType
public CitedByType getCitedBy()
CitedByType
public void setCitedBy(CitedByType value)
value
- allowed object is
CitedByType
public RelatedDocumentsType getRelatedDocuments()
RelatedDocumentsType
public void setRelatedDocuments(RelatedDocumentsType value)
value
- allowed object is
RelatedDocumentsType
public DoiType getDoi()
DoiType
public void setDoi(DoiType value)
value
- allowed object is
DoiType
public VenueType getVenue()
VenueType
public void setVenue(VenueType value)
value
- allowed object is
VenueType
public IssnType getIssn()
IssnType
public void setIssn(IssnType value)
value
- allowed object is
IssnType
public IsbnType getIsbn()
IsbnType
public void setIsbn(IsbnType value)
value
- allowed object is
IsbnType
public LanguageType getLanguage()
LanguageType
public void setLanguage(LanguageType value)
value
- allowed object is
LanguageType
public SeriesType getSeries()
SeriesType
public void setSeries(SeriesType value)
value
- allowed object is
SeriesType
public PagesType getPages()
PagesType
public void setPages(PagesType value)
value
- allowed object is
PagesType
public VolumeType getVolume()
VolumeType
public void setVolume(VolumeType value)
value
- allowed object is
VolumeType
public EditionType getEdition()
EditionType
public void setEdition(EditionType value)
value
- allowed object is
EditionType
public NumberType getNumber()
NumberType
public void setNumber(NumberType value)
value
- allowed object is
NumberType
public PublishdateType getPublishdate()
PublishdateType
public void setPublishdate(PublishdateType value)
value
- allowed object is
PublishdateType
public AnnotationsType getAnnotations()
AnnotationsType
public void setAnnotations(AnnotationsType value)
value
- allowed object is
AnnotationsType
public RelatednessType getRelatedness()
RelatednessType
public void setRelatedness(RelatednessType value)
value
- allowed object is
RelatednessType
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHash()
String
public void setHash(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getId()
BigInteger
public void setId(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getHref()
String
public 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 |