org.picketlink.identity.xmlsec.w3.xmlenc
Class ReferenceType
java.lang.Object
org.picketlink.identity.xmlsec.w3.xmlenc.ReferenceType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected URI uri
reference
public Object reference
ReferenceType
public ReferenceType(URI uri)
getReference
public Object getReference()
setReference
public void setReference(Object reference)
getURI
public URI getURI()
- Gets the value of the uri property.
- Returns:
- possible object is
URI
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.