public class AttributedQNameType extends BaseAddressingType
Java class for AttributedQNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributedQNameType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>QName">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
value |
otherAttributes| Constructor and Description |
|---|
AttributedQNameType() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getValue()
Gets the value of the value property.
|
void |
setValue(QName value)
Sets the value of the value property.
|
addOtherAttribute, addOtherAttributes, getOtherAttributesprotected QName value
Copyright © 2018 JBoss by Red Hat. All rights reserved.