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