Class SignaturePlacement


  • public class SignaturePlacement
    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">
           <choice>
             <element name="XPathAfter" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="XPathFirstChildOf" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </choice>
           <attribute name="WhichDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="CreateEnvelopedSignature" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • xPathAfter

        protected java.lang.String xPathAfter
      • xPathFirstChildOf

        protected java.lang.String xPathFirstChildOf
      • whichDocument

        protected java.lang.Object whichDocument
      • createEnvelopedSignature

        protected java.lang.Boolean createEnvelopedSignature
    • Constructor Detail

      • SignaturePlacement

        public SignaturePlacement()
    • Method Detail

      • getXPathAfter

        public java.lang.String getXPathAfter()
        Gets the value of the xPathAfter property.
        Returns:
        possible object is String
      • setXPathAfter

        public void setXPathAfter​(java.lang.String value)
        Sets the value of the xPathAfter property.
        Parameters:
        value - allowed object is String
      • getXPathFirstChildOf

        public java.lang.String getXPathFirstChildOf()
        Gets the value of the xPathFirstChildOf property.
        Returns:
        possible object is String
      • setXPathFirstChildOf

        public void setXPathFirstChildOf​(java.lang.String value)
        Sets the value of the xPathFirstChildOf property.
        Parameters:
        value - allowed object is String
      • 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
      • isCreateEnvelopedSignature

        public boolean isCreateEnvelopedSignature()
        Gets the value of the createEnvelopedSignature property.
        Returns:
        possible object is Boolean
      • setCreateEnvelopedSignature

        public void setCreateEnvelopedSignature​(java.lang.Boolean value)
        Sets the value of the createEnvelopedSignature property.
        Parameters:
        value - allowed object is Boolean