public class Bib extends DocstoreDocument
Java class for bib complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bib">
<complexContent>
<extension base="{}docstoreDocument">
<sequence>
<element name="issn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isbn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="edition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publicationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
DocstoreDocument.OperationType, DocstoreDocument.ResultType| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
static String |
AUTHOR |
static String |
BIBIDENTIFIER |
static String |
DESCRIPTION |
protected String |
edition |
static String |
EDITION |
static String |
FORMAT |
protected String |
isbn |
static String |
ISBN |
protected String |
issn |
static String |
ISSN |
static String |
LANGUAGE |
protected String |
publicationDate |
static String |
PUBLICATIONDATE |
protected String |
publisher |
static String |
PUBLISHER |
protected String |
subject |
static String |
SUBJECT |
protected String |
title |
static String |
TITLE |
_public, active, category, content, contentObject, CREATED_BY, createdBy, createdOn, DATE_ENTERED, DATE_UPDATED, DESTINATION_FIELD_DONOR_CODE, DESTINATION_FIELD_DONOR_NOTE, DESTINATION_FIELD_DONOR_PUBLIC_DISPLAY, displayLabel, fastAdd, format, id, ID, lastUpdated, localId, message, NO_INFO_CALL_NUMBER_TYPE_CODE, operation, result, sortedValue, staffOnly, status, STATUS, STATUS_UPDATED_ON, statusUpdatedBy, statusUpdatedOn, type, UPDATED_BY, updatedBy, updatedOn| Constructor and Description |
|---|
Bib() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(String content) |
Object |
deserializeContent(Object object) |
Object |
deserializeContent(String content) |
String |
getAuthor()
Gets the value of the author property.
|
String |
getEdition()
Gets the value of the edition property.
|
String |
getIsbn()
Gets the value of the isbn property.
|
String |
getIssn()
Gets the value of the issn property.
|
String |
getPublicationDate()
Gets the value of the publicationDate property.
|
String |
getPublisher()
Gets the value of the publisher property.
|
String |
getSubject()
Gets the value of the subject property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
serialize(Object object) |
String |
serializeContent(Object object) |
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setEdition(String value)
Sets the value of the edition property.
|
void |
setIsbn(String value)
Sets the value of the isbn property.
|
void |
setIssn(String value)
Sets the value of the issn property.
|
void |
setPublicationDate(String value)
Sets the value of the publicationDate property.
|
void |
setPublisher(String value)
Sets the value of the publisher property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
getCategory, getContent, getContentObject, getCreatedBy, getCreatedOn, getDisplayLabel, getFormat, getId, getLastUpdated, getLocalId, getMessage, getOperation, getResult, getSortedValue, getStatus, getStatusUpdatedBy, getStatusUpdatedOn, getType, getUpdatedBy, getUpdatedOn, isActive, isFastAdd, isPublic, isStaffOnly, setActive, setCategory, setContent, setContentObject, setCreatedBy, setCreatedOn, setDisplayLabel, setFastAdd, setFormat, setId, setLastUpdated, setLocalId, setMessage, setOperation, setPublic, setResult, setSortedValue, setStaffOnly, setStatus, setStatusUpdatedBy, setStatusUpdatedOn, setType, setUpdatedBy, setUpdatedOnpublic static final String TITLE
public static final String AUTHOR
public static final String ISBN
public static final String ISSN
public static final String SUBJECT
public static final String PUBLISHER
public static final String PUBLICATIONDATE
public static final String EDITION
public static final String DESCRIPTION
public static final String FORMAT
public static final String LANGUAGE
public static final String BIBIDENTIFIER
protected String publicationDate
public Bib()
public String getIssn()
Stringpublic void setIssn(String value)
value - allowed object is
Stringpublic String getIsbn()
Stringpublic void setIsbn(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getEdition()
Stringpublic void setEdition(String value)
value - allowed object is
Stringpublic String getPublicationDate()
Stringpublic void setPublicationDate(String value)
value - allowed object is
Stringpublic String getPublisher()
Stringpublic void setPublisher(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String serialize(Object object)
serialize in class DocstoreDocumentpublic Object deserialize(String content)
deserialize in class DocstoreDocumentpublic Object deserializeContent(Object object)
deserializeContent in class DocstoreDocumentpublic Object deserializeContent(String content)
deserializeContent in class DocstoreDocumentpublic String serializeContent(Object object)
serializeContent in class DocstoreDocumentCopyright © 2004–2015 The Kuali Foundation. All rights reserved.