public class XmlAttributeType
extends java.lang.Object
Java class for xml-attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xml-attributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
protected java.lang.String |
name |
| Constructor and Description |
|---|
XmlAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
public java.lang.Object getAny()
Object
Elementpublic void setAny(java.lang.Object value)
value - allowed object is
Object
Elementpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String