public class NCSCollectReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
collectionAgentPath
NOT YET DOCUMENTED
|
org.dom4j.Document |
doc
NOT YET DOCUMENTED
|
Constructor and Description |
---|
NCSCollectReader(org.dom4j.Document doc)
Constructor for the NCSCollectReader object given a dom4j.Document in
ncs_collect format.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAltText()
Gets the altText attribute of the NCSCollectReader object
|
java.lang.String |
getApplicationAgent()
Gets the applicationAgent attribute of the NCSCollectReader object
|
java.lang.String |
getBrandURL()
Gets the brandURL attribute of the NCSCollectReader object
|
java.lang.String |
getCollectionAgent()
Gets the collectionAgent attribute of the NCSCollectReader object
|
java.util.List |
getContacts()
Gets the contacts attribute of the NCSCollectReader object
|
java.lang.String |
getDescription()
Gets the description attribute of the NCSCollectReader object
|
java.lang.String |
getImageHeight()
Gets the imageHeight attribute of the NCSCollectReader object
|
java.lang.String |
getImageWidth()
Gets the imageWidth attribute of the NCSCollectReader object
|
java.lang.String |
getOaiBaseUrl()
Gets the oaiBaseUrl attribute of the NCSCollectReader object
|
java.lang.String |
getOaiFormat() |
NDRConstants.OAIVisibilty |
getOaiVisibility()
Gets the oaiVisibility attribute of the NCSCollectReader object
|
java.lang.String |
getRecordID()
Gets the recordID attribute of the NCSCollectReader object
|
java.util.List |
getSets()
Gets the sets attribute of the NCSCollectReader object
|
java.lang.String |
getTitle()
Gets the title attribute of the NCSCollectReader object
|
java.lang.String |
getUrl()
Gets the url attribute of the NCSCollectReader object
|
org.dom4j.Document |
getWritableDocument()
Gets the writableDocument attribute of the NCSCollectReader object
|
boolean |
isOaiIngest()
Gets the oaiIngest attribute of the NCSCollectReader object
|
static void |
main(java.lang.String[] args)
The main program for the NCSCollectReader class
|
void |
serviceDescriptionTest()
NOT YET DOCUMENTED
|
void |
setAltText(java.lang.String width)
Sets the altText attribute of the NCSCollectReader object
|
void |
setBrandURL(java.lang.String url)
Sets the brandURL attribute of the NCSCollectReader object
|
void |
setCollectionAgent(java.lang.String agentHandle)
Sets the collectionAgent attribute of the NCSCollectReader object
|
void |
setContacts(java.util.List contacts)
Sets the contacts attribute of the NCSCollectReader object
|
void |
setImageHeight(java.lang.String height)
Sets the imageHeight attribute of the NCSCollectReader object
|
void |
setImageWidth(java.lang.String width)
Sets the imageWidth attribute of the NCSCollectReader object
|
public org.dom4j.Document doc
public static java.lang.String collectionAgentPath
public NCSCollectReader(org.dom4j.Document doc)
doc
- NOT YET DOCUMENTEDpublic java.lang.String getOaiBaseUrl()
public NDRConstants.OAIVisibilty getOaiVisibility()
public org.dom4j.Document getWritableDocument()
public boolean isOaiIngest()
public java.lang.String getOaiFormat()
public java.lang.String getTitle()
public java.lang.String getUrl()
public java.lang.String getRecordID()
public java.lang.String getDescription()
public java.lang.String getBrandURL()
public void setBrandURL(java.lang.String url)
url
- The new brandURL valuepublic java.lang.String getImageWidth()
public void setImageWidth(java.lang.String width)
width
- The new imageWidth valuepublic java.lang.String getImageHeight()
public void setImageHeight(java.lang.String height)
height
- The new imageHeight valuepublic java.util.List getSets()
public java.lang.String getAltText()
public void setAltText(java.lang.String width)
width
- The new altText valuepublic java.util.List getContacts()
public void setContacts(java.util.List contacts)
contacts
- The new contacts valuepublic java.lang.String getCollectionAgent()
public void setCollectionAgent(java.lang.String agentHandle)
agentHandle
- The new collectionAgent valuepublic java.lang.String getApplicationAgent()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- NOT YET DOCUMENTEDpublic void serviceDescriptionTest()