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