Class ReferenceType

java.lang.Object
org.keycloak.dom.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 Details

    • uri

      protected URI uri
    • reference

      public Object reference
  • Constructor Details

    • ReferenceType

      public ReferenceType(URI uri)
  • Method Details

    • 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