public class ReferenceType extends Object
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">
<sequence>
<any/>
</sequence>
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ReferenceType(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getReference() |
URI |
getURI()
Gets the value of the uri property.
|
void |
setReference(Object reference) |
public ReferenceType(URI uri)
Copyright © 2016 JBoss by Red Hat. All rights reserved.