Class SignaturePlacement

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

public class SignaturePlacement 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">
       <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 Details

    • xPathAfter

      protected String xPathAfter
    • xPathFirstChildOf

      protected String xPathFirstChildOf
    • whichDocument

      protected Object whichDocument
    • createEnvelopedSignature

      protected Boolean createEnvelopedSignature
  • Constructor Details

    • SignaturePlacement

      public SignaturePlacement()
  • Method Details

    • getXPathAfter

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

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

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

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

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

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