public class ReferenceType extends BaseAddressingType
Java class for ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="ValueType" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
uri |
protected String |
valueType |
otherAttributes
Constructor and Description |
---|
ReferenceType() |
Modifier and Type | Method and Description |
---|---|
String |
getURI()
Gets the value of the uri property.
|
String |
getValueType()
Gets the value of the valueType property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
void |
setValueType(String value)
Sets the value of the valueType property.
|
addOtherAttribute, addOtherAttributes, getOtherAttributes
public String getURI()
String
public void setURI(String value)
value
- allowed object is String
public String getValueType()
String
Copyright © 2021 JBoss by Red Hat. All rights reserved.