public class XmlAttributeType extends 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 Object |
any |
protected String |
name |
| Constructor and Description |
|---|
XmlAttributeType() |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.