public class AttributedURI extends BaseAddressingType
Java class for AttributedURI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributedURI">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attGroup ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}commonAtts"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
value |
otherAttributes| Constructor and Description |
|---|
AttributedURI() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
addOtherAttribute, addOtherAttributes, getOtherAttributesCopyright © 2012 JBoss by Red Hat. All Rights Reserved.