public class XmlRootElementIntro extends Object
Java class for XmlRootElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlRootElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="##default" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="##default" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
namespace |
| Constructor and Description |
|---|
XmlRootElementIntro() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2013. All Rights Reserved.