|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.ndr.util.NCSCollectReader
public class NCSCollectReader
Class to extract information from a ncs_collect metadata record represented as a dom4j.Document.
Field Summary | |
---|---|
static String |
collectionAgentPath
NOT YET DOCUMENTED |
Document |
doc
NOT YET DOCUMENTED |
Constructor Summary | |
---|---|
NCSCollectReader(Document doc)
Constructor for the NCSCollectReader object given a dom4j.Document in ncs_collect format. |
Method Summary | |
---|---|
String |
getAltText()
Gets the altText attribute of the NCSCollectReader object |
String |
getApplicationAgent()
Gets the applicationAgent attribute of the NCSCollectReader object |
String |
getBrandURL()
Gets the brandURL attribute of the NCSCollectReader object |
String |
getCollectionAgent()
Gets the collectionAgent attribute of the NCSCollectReader object |
List |
getContacts()
Gets the contacts attribute of the NCSCollectReader object |
String |
getDescription()
Gets the description attribute of the NCSCollectReader object |
String |
getImageHeight()
Gets the imageHeight attribute of the NCSCollectReader object |
String |
getImageWidth()
Gets the imageWidth attribute of the NCSCollectReader object |
String |
getOaiBaseUrl()
Gets the oaiBaseUrl attribute of the NCSCollectReader object |
String |
getOaiFormat()
|
NDRConstants.OAIVisibilty |
getOaiVisibility()
Gets the oaiVisibility attribute of the NCSCollectReader object |
String |
getRecordID()
Gets the recordID attribute of the NCSCollectReader object |
List |
getSets()
Gets the sets attribute of the NCSCollectReader object |
String |
getTitle()
Gets the title attribute of the NCSCollectReader object |
String |
getUrl()
Gets the url attribute of the NCSCollectReader object |
Document |
getWritableDocument()
Gets the writableDocument attribute of the NCSCollectReader object |
boolean |
isOaiIngest()
Gets the oaiIngest attribute of the NCSCollectReader object |
static void |
main(String[] args)
The main program for the NCSCollectReader class |
void |
serviceDescriptionTest()
NOT YET DOCUMENTED |
void |
setAltText(String width)
Sets the altText attribute of the NCSCollectReader object |
void |
setBrandURL(String url)
Sets the brandURL attribute of the NCSCollectReader object |
void |
setCollectionAgent(String agentHandle)
Sets the collectionAgent attribute of the NCSCollectReader object |
void |
setContacts(List contacts)
Sets the contacts attribute of the NCSCollectReader object |
void |
setImageHeight(String height)
Sets the imageHeight attribute of the NCSCollectReader object |
void |
setImageWidth(String width)
Sets the imageWidth attribute of the NCSCollectReader object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Document doc
public static String collectionAgentPath
Constructor Detail |
---|
public NCSCollectReader(Document doc)
doc
- NOT YET DOCUMENTEDMethod Detail |
---|
public String getOaiBaseUrl()
public NDRConstants.OAIVisibilty getOaiVisibility()
public Document getWritableDocument()
public boolean isOaiIngest()
public String getOaiFormat()
public String getTitle()
public String getUrl()
public String getRecordID()
public String getDescription()
public String getBrandURL()
public void setBrandURL(String url)
url
- The new brandURL valuepublic String getImageWidth()
public void setImageWidth(String width)
width
- The new imageWidth valuepublic String getImageHeight()
public void setImageHeight(String height)
height
- The new imageHeight valuepublic List getSets()
public String getAltText()
public void setAltText(String width)
width
- The new altText valuepublic List getContacts()
public void setContacts(List contacts)
contacts
- The new contacts valuepublic String getCollectionAgent()
public void setCollectionAgent(String agentHandle)
agentHandle
- The new collectionAgent valuepublic String getApplicationAgent()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTEDpublic void serviceDescriptionTest()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |