Class SignedReference

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.SignedReference

public class SignedReference extends 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>
 
  • Field Details

    • transforms

      protected TransformsType transforms
    • whichDocument

      protected Object whichDocument
    • refURI

      protected String refURI
    • refId

      protected String refId
  • Constructor Details

    • SignedReference

      public SignedReference()
  • Method Details

    • 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 Object getWhichDocument()
      Gets the value of the whichDocument property.
      Returns:
      possible object is Object
    • setWhichDocument

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

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

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

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

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