public static class Bytestream.Activate extends Object implements NamedElement
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENTNAME |
Constructor and Description |
---|
Activate(String target)
Default constructor specifying the target of the stream.
|
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the root element name.
|
String |
getTarget()
Returns the target of the activation.
|
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static String ELEMENTNAME
public String getTarget()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public XmlStringBuilder toXML()
Element