|
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.NsdlDcWriter
public class NsdlDcWriter
Class to construct serviceDescription elements to be used in NDR Objects (i.e., MetadataProvider and Aggregator), as described at http://ndr.comm.nsdl.org/cgi-bin/wiki.pl?addMetadataProvider.
Constructor Summary | |
---|---|
NsdlDcWriter()
Constructor for the NsdlDcWriter object |
|
NsdlDcWriter(String title,
String description,
String subject)
Constructor for the NsdlDcWriter object, given title, description and type values. |
Method Summary | |
---|---|
Element |
asElement()
Returns serviceDescription as an dom4j.Element. |
static void |
main(String[] args)
The main program for the NsdlDcWriter class |
void |
setDescription(String description)
Sets the description attribute of the NsdlDcWriter object |
void |
setIdentifier(String type)
Sets the identifier attribute of the NsdlDcWriter object |
void |
setTitle(String title)
Sets the title attribute of the NsdlDcWriter object |
void |
setType(String type)
Sets the type attribute of the NsdlDcWriter object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NsdlDcWriter()
public NsdlDcWriter(String title, String description, String subject)
title
- NOT YET DOCUMENTEDdescription
- NOT YET DOCUMENTEDtype
- NOT YET DOCUMENTEDMethod Detail |
---|
public void setTitle(String title)
title
- The new title valuepublic void setDescription(String description)
description
- The new description valuepublic void setType(String type)
type
- The new type valuepublic void setIdentifier(String type)
type
- The new identifier valuepublic Element asElement()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |