public class DcStream
extends java.lang.Object
Constructor and Description |
---|
DcStream()
Constructor for the DcStream object
|
DcStream(java.lang.String title,
java.lang.String description,
java.lang.String subject)
Constructor for the DcStream 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 DcStream class
|
void |
setDescription(java.lang.String description)
Sets the description attribute of the DcStream object
|
void |
setIdentifier(java.lang.String type)
Sets the identifier attribute of the DcStream object
|
void |
setTitle(java.lang.String title)
Sets the title attribute of the DcStream object
|
void |
setType(java.lang.String type)
Sets the type attribute of the DcStream object
|
public DcStream()
public DcStream(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