Class SignaturePtr

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

public class SignaturePtr 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">
       <attribute name="WhichDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="XPath" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • whichDocument

      protected Object whichDocument
    • xPath

      protected String xPath
  • Constructor Details

    • SignaturePtr

      public SignaturePtr()
  • Method Details

    • 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
    • getXPath

      public String getXPath()
      Gets the value of the xPath property.
      Returns:
      possible object is String
    • setXPath

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