public class AttributedString extends BaseAddressingType
Java class for AttributedString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributedString"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
value |
otherAttributes
Constructor and Description |
---|
AttributedString() |
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, getOtherAttributes
Copyright © 2018 JBoss by Red Hat. All rights reserved.