PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.xmlsec.w3.xmlenc
Class ReferenceType

java.lang.Object
  extended by 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>
 


Field Summary
 Object reference
           
protected  URI uri
           
 
Constructor Summary
ReferenceType(URI uri)
           
 
Method Summary
 Object getReference()
           
 URI getURI()
          Gets the value of the uri property.
 void setReference(Object reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected URI uri

reference

public Object reference
Constructor Detail

ReferenceType

public ReferenceType(URI uri)
Method Detail

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

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.