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()
String
public void setHoldingsIdentifier(String value)
value
- allowed object is
String
public 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
ExtentOfOwnership
public void setExtentOfOwnership(List<ExtentOfOwnership> extentOfOwnership)
extentOfOwnership
- public String getReceiptStatus()
String
public void setReceiptStatus(String value)
value
- allowed object is
String
public 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
Uri
public 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
Note
public Location getLocation()
Location
public void setLocation(Location value)
value
- allowed object is
Location
public Extension getExtension()
Extension
public void setExtension(Extension value)
value
- allowed object is
Extension
public CallNumber getCallNumber()
CallNumber
public void setCallNumber(CallNumber value)
value
- allowed object is
CallNumber
public String getCopyNumber()
String
public void setCopyNumber(String value)
value
- allowed object is
String
public String getPrimary()
String
public void setPrimary(String value)
value
- allowed object is
String
public String getPublisher()
String
public void setPublisher(String value)
value
- allowed object is
String
public String getImprint()
String
public void setImprint(String value)
value
- allowed object is
String
public String getLocalPersistentLink()
String
public void setLocalPersistentLink(String value)
value
- allowed object is
String
public List<Link> getLink()
Link
public void setLink(List<Link> value)
value
- allowed object is
Link
public boolean isInterLibraryLoanAllowed()
public void setInterLibraryLoanAllowed(boolean value)
public boolean isStaffOnlyFlag()
public void setStaffOnlyFlag(boolean value)
public String getDonorPublicDisplay()
String
public void setDonorPublicDisplay(String value)
value
- allowed object is
String
public String getDonorNote()
String
public void setDonorNote(String value)
value
- allowed object is
String
public String getAccessStatus()
String
public void setAccessStatus(String value)
value
- allowed object is
String
public String getStatusDate()
String
public void setStatusDate(String value)
value
- allowed object is
String
public StatisticalSearchingCode getStatisticalSearchingCode()
public void setStatisticalSearchingCode(StatisticalSearchingCode statisticalSearchingCode)
public String getEResourceId()
String
public void setEResourceId(String value)
value
- allowed object is
String
public HoldingsAccessInformation getHoldingsAccessInformation()
AccessInformation
public void setHoldingsAccessInformation(HoldingsAccessInformation value)
value
- allowed object is
AccessInformation
public Platform getPlatform()
Platform
public void setPlatform(Platform value)
value
- allowed object is
Platform
public String getSubscriptionStatus()
String
public void setSubscriptionStatus(String value)
value
- allowed object is
String
public 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.