Class SignaturePtr


  • public class SignaturePtr
    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">
           <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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object whichDocument  
      protected java.lang.String xPath  
    • Constructor Summary

      Constructors 
      Constructor Description
      SignaturePtr()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getWhichDocument()
      Gets the value of the whichDocument property.
      java.lang.String getXPath()
      Gets the value of the xPath property.
      void setWhichDocument​(java.lang.Object value)
      Sets the value of the whichDocument property.
      void setXPath​(java.lang.String value)
      Sets the value of the xPath 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
      • xPath

        protected java.lang.String xPath
    • Constructor Detail

      • SignaturePtr

        public SignaturePtr()
    • Method Detail

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

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

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