public class OleHoldings extends Object
Java class for oleHoldings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="oleHoldings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="holdingsIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extentOfOwnership" type="{http://ole.kuali.org/standards/ole-instance}extentOfOwnership" maxOccurs="unbounded" minOccurs="0"/>
<element name="receiptStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uri" type="{http://ole.kuali.org/standards/ole-instance}uri" maxOccurs="unbounded" minOccurs="0"/>
<element name="note" type="{http://ole.kuali.org/standards/ole-instance}note" maxOccurs="unbounded" minOccurs="0"/>
<element name="location" type="{http://ole.kuali.org/standards/ole-instance}location"/>
<element name="extension" type="{http://ole.kuali.org/standards/ole-instance}extension"/>
<element name="callNumber" type="{http://ole.kuali.org/standards/ole-instance}callNumber"/>
</sequence>
<attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessStatus |
protected String |
bibIdentifier |
protected CallNumber |
callNumber |
protected String |
copyNumber |
protected List<DonorInfo> |
donorInfo |
protected String |
donorNote |
protected String |
donorPublicDisplay |
protected String |
eResourceId |
protected Extension |
extension |
protected List<ExtentOfOwnership> |
extentOfOwnership |
protected HoldingsAccessInformation |
holdingsAccessInformation |
protected String |
holdingsIdentifier |
protected String |
holdingsType |
protected String |
imprint |
protected boolean |
interLibraryLoanAllowed |
protected List<Link> |
link |
protected String |
localPersistentLink |
protected Location |
location |
protected List<Note> |
note |
protected Platform |
platform |
protected String |
primary |
protected String |
publisher |
protected String |
receiptStatus |
protected boolean |
staffOnlyFlag |
protected StatisticalSearchingCode |
statisticalSearchingCode |
protected String |
statusDate |
protected String |
subscriptionStatus |
protected List<Uri> |
uri |
| Constructor and Description |
|---|
OleHoldings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessStatus()
Gets the value of the accessStatus property.
|
String |
getBibIdentifier() |
CallNumber |
getCallNumber()
Gets the value of the callNumber property.
|
String |
getCopyNumber()
Gets the value of the copyNumber property.
|
List<DonorInfo> |
getDonorInfo() |
String |
getDonorNote()
Gets the value of the donorNote property.
|
String |
getDonorPublicDisplay()
Gets the value of the donorPublicDisplay property.
|
String |
getEResourceId()
Gets the value of the eResourceId property.
|
Extension |
getExtension()
Gets the value of the extension property.
|
List<ExtentOfOwnership> |
getExtentOfOwnership()
Gets the value of the extentOfOwnership property.
|
HoldingsAccessInformation |
getHoldingsAccessInformation()
Gets the value of the accessInformation property.
|
String |
getHoldingsIdentifier()
Gets the value of the holdingsIdentifier property.
|
String |
getHoldingsType() |
String |
getImprint()
Gets the value of the imprint property.
|
List<Link> |
getLink()
Gets the value of the link property.
|
String |
getLocalPersistentLink()
Gets the value of the localPersistentLink property.
|
Location |
getLocation()
Gets the value of the location property.
|
List<Note> |
getNote()
Gets the value of the holdingsNote property.
|
Platform |
getPlatform()
Gets the value of the platform property.
|
String |
getPrimary()
Gets the value of the primary property.
|
String |
getPublisher()
Gets the value of the publisher property.
|
String |
getReceiptStatus()
Gets the value of the receiptStatus property.
|
StatisticalSearchingCode |
getStatisticalSearchingCode() |
String |
getStatusDate()
Gets the value of the statusDate property.
|
String |
getSubscriptionStatus()
Gets the value of the subscriptionStatus property.
|
List<Uri> |
getUri()
Gets the value of the uri property.
|
boolean |
isInterLibraryLoanAllowed()
Gets the value of the interLibraryLoanAllowed property.
|
boolean |
isStaffOnlyFlag()
Gets the value of the staffOnlyFlag property.
|
String |
serialize(Object object) |
void |
setAccessStatus(String value)
Sets the value of the accessStatus property.
|
void |
setBibIdentifier(String bibIdentifier) |
void |
setCallNumber(CallNumber value)
Sets the value of the callNumber property.
|
void |
setCopyNumber(String value)
Sets the value of the copyNumber property.
|
void |
setDonorInfo(List<DonorInfo> value) |
void |
setDonorNote(String value)
Sets the value of the donorNote property.
|
void |
setDonorPublicDisplay(String value)
Sets the value of the donorPublicDisplay property.
|
void |
setEResourceId(String value)
Sets the value of the eResourceId property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setExtentOfOwnership(List<ExtentOfOwnership> extentOfOwnership) |
void |
setHoldingsAccessInformation(HoldingsAccessInformation value)
Sets the value of the accessInformation property.
|
void |
setHoldingsIdentifier(String value)
Sets the value of the holdingsIdentifier property.
|
void |
setHoldingsType(String holdingsType) |
void |
setImprint(String value)
Sets the value of the imprint property.
|
void |
setInterLibraryLoanAllowed(boolean value)
Sets the value of the interLibraryLoanAllowed property.
|
void |
setLink(List<Link> value)
Sets the value of the link property.
|
void |
setLocalPersistentLink(String value)
Sets the value of the localPersistentLink property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setNote(List<Note> note) |
void |
setPlatform(Platform value)
Sets the value of the platform property.
|
void |
setPrimary(String value)
Sets the value of the primary property.
|
void |
setPublisher(String value)
Sets the value of the publisher property.
|
void |
setReceiptStatus(String value)
Sets the value of the receiptStatus property.
|
void |
setStaffOnlyFlag(boolean value)
Sets the value of the staffOnlyFlag property.
|
void |
setStatisticalSearchingCode(StatisticalSearchingCode statisticalSearchingCode) |
void |
setStatusDate(String value)
Sets the value of the statusDate property.
|
void |
setSubscriptionStatus(String value)
Sets the value of the subscriptionStatus property.
|
void |
setUri(List<Uri> uri) |
protected String holdingsType
protected String holdingsIdentifier
protected String bibIdentifier
protected List<ExtentOfOwnership> extentOfOwnership
protected String receiptStatus
protected CallNumber callNumber
protected String copyNumber
protected String localPersistentLink
protected boolean interLibraryLoanAllowed
protected boolean staffOnlyFlag
protected String donorPublicDisplay
protected String accessStatus
protected String statusDate
protected StatisticalSearchingCode statisticalSearchingCode
protected String eResourceId
protected HoldingsAccessInformation holdingsAccessInformation
protected String subscriptionStatus
public OleHoldings()
public String getHoldingsType()
public void setHoldingsType(String holdingsType)
public String getHoldingsIdentifier()
Stringpublic void setHoldingsIdentifier(String value)
value - allowed object is
Stringpublic List<ExtentOfOwnership> getExtentOfOwnership()
set method for the extentOfOwnership property.
For example, to add a new item, do as follows:
getExtentOfOwnership().add(newItem);
Objects of the following type(s) are allowed in the list
ExtentOfOwnershippublic void setExtentOfOwnership(List<ExtentOfOwnership> extentOfOwnership)
extentOfOwnership - public String getReceiptStatus()
Stringpublic void setReceiptStatus(String value)
value - allowed object is
Stringpublic List<Uri> getUri()
set method for the uri property.
For example, to add a new item, do as follows:
getUri().add(newItem);
Objects of the following type(s) are allowed in the list
Uripublic List<Note> getNote()
set method for the note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
Notepublic Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic CallNumber getCallNumber()
CallNumberpublic void setCallNumber(CallNumber value)
value - allowed object is
CallNumberpublic String getCopyNumber()
Stringpublic void setCopyNumber(String value)
value - allowed object is
Stringpublic String getPrimary()
Stringpublic void setPrimary(String value)
value - allowed object is
Stringpublic String getPublisher()
Stringpublic void setPublisher(String value)
value - allowed object is
Stringpublic String getImprint()
Stringpublic void setImprint(String value)
value - allowed object is
Stringpublic String getLocalPersistentLink()
Stringpublic void setLocalPersistentLink(String value)
value - allowed object is
Stringpublic List<Link> getLink()
Linkpublic void setLink(List<Link> value)
value - allowed object is
Linkpublic boolean isInterLibraryLoanAllowed()
public void setInterLibraryLoanAllowed(boolean value)
public boolean isStaffOnlyFlag()
public void setStaffOnlyFlag(boolean value)
public String getDonorPublicDisplay()
Stringpublic void setDonorPublicDisplay(String value)
value - allowed object is
Stringpublic String getDonorNote()
Stringpublic void setDonorNote(String value)
value - allowed object is
Stringpublic String getAccessStatus()
Stringpublic void setAccessStatus(String value)
value - allowed object is
Stringpublic String getStatusDate()
Stringpublic void setStatusDate(String value)
value - allowed object is
Stringpublic StatisticalSearchingCode getStatisticalSearchingCode()
public void setStatisticalSearchingCode(StatisticalSearchingCode statisticalSearchingCode)
public String getEResourceId()
Stringpublic void setEResourceId(String value)
value - allowed object is
Stringpublic HoldingsAccessInformation getHoldingsAccessInformation()
AccessInformationpublic void setHoldingsAccessInformation(HoldingsAccessInformation value)
value - allowed object is
AccessInformationpublic Platform getPlatform()
Platformpublic void setPlatform(Platform value)
value - allowed object is
Platformpublic String getSubscriptionStatus()
Stringpublic void setSubscriptionStatus(String value)
value - allowed object is
Stringpublic List<DonorInfo> getDonorInfo()
public void setDonorInfo(List<DonorInfo> value)
public String getBibIdentifier()
public void setBibIdentifier(String bibIdentifier)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.