Class SignedReference


  • public class SignedReference
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
           </sequence>
           <attribute name="WhichDocument" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="RefURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="RefId" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      SignedReference()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRefId()
      Gets the value of the refId property.
      java.lang.String getRefURI()
      Gets the value of the refURI property.
      TransformsType getTransforms()
      Gets the value of the transforms property.
      java.lang.Object getWhichDocument()
      Gets the value of the whichDocument property.
      void setRefId​(java.lang.String value)
      Sets the value of the refId property.
      void setRefURI​(java.lang.String value)
      Sets the value of the refURI property.
      void setTransforms​(TransformsType value)
      Sets the value of the transforms property.
      void setWhichDocument​(java.lang.Object value)
      Sets the value of the whichDocument property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • whichDocument

        protected java.lang.Object whichDocument
      • refURI

        protected java.lang.String refURI
      • refId

        protected java.lang.String refId
    • Constructor Detail

      • SignedReference

        public SignedReference()
    • Method Detail

      • getTransforms

        public TransformsType getTransforms()
        Gets the value of the transforms property.
        Returns:
        possible object is TransformsType
      • setTransforms

        public void setTransforms​(TransformsType value)
        Sets the value of the transforms property.
        Parameters:
        value - allowed object is TransformsType
      • getWhichDocument

        public java.lang.Object getWhichDocument()
        Gets the value of the whichDocument property.
        Returns:
        possible object is Object
      • setWhichDocument

        public void setWhichDocument​(java.lang.Object value)
        Sets the value of the whichDocument property.
        Parameters:
        value - allowed object is Object
      • getRefURI

        public java.lang.String getRefURI()
        Gets the value of the refURI property.
        Returns:
        possible object is String
      • setRefURI

        public void setRefURI​(java.lang.String value)
        Sets the value of the refURI property.
        Parameters:
        value - allowed object is String
      • getRefId

        public java.lang.String getRefId()
        Gets the value of the refId property.
        Returns:
        possible object is String
      • setRefId

        public void setRefId​(java.lang.String value)
        Sets the value of the refId property.
        Parameters:
        value - allowed object is String