public class NsdlDcWriter
extends java.lang.Object
| Constructor and Description |
|---|
NsdlDcWriter()
Constructor for the NsdlDcWriter object
|
NsdlDcWriter(java.lang.String title,
java.lang.String description,
java.lang.String subject)
Constructor for the NsdlDcWriter object, given title, description and type values.
|
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.Element |
asElement()
Returns serviceDescription as an dom4j.Element.
|
static void |
main(java.lang.String[] args)
The main program for the NsdlDcWriter class
|
void |
setDescription(java.lang.String description)
Sets the description attribute of the NsdlDcWriter object
|
void |
setIdentifier(java.lang.String type)
Sets the identifier attribute of the NsdlDcWriter object
|
void |
setTitle(java.lang.String title)
Sets the title attribute of the NsdlDcWriter object
|
void |
setType(java.lang.String type)
Sets the type attribute of the NsdlDcWriter object
|
public NsdlDcWriter()
public NsdlDcWriter(java.lang.String title,
java.lang.String description,
java.lang.String subject)
title - NOT YET DOCUMENTEDdescription - NOT YET DOCUMENTEDtype - NOT YET DOCUMENTEDpublic void setTitle(java.lang.String title)
title - The new title valuepublic void setDescription(java.lang.String description)
description - The new description valuepublic void setType(java.lang.String type)
type - The new type valuepublic void setIdentifier(java.lang.String type)
type - The new identifier valuepublic org.dom4j.Element asElement()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line argumentsjava.lang.Exception - NOT YET DOCUMENTED