Class SignaturePlacement
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.SignaturePlacement
-
public class SignaturePlacement extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected java.lang.BooleancreateEnvelopedSignatureprotected java.lang.ObjectwhichDocumentprotected java.lang.StringxPathAfterprotected java.lang.StringxPathFirstChildOf
-
Constructor Summary
Constructors Constructor Description SignaturePlacement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetWhichDocument()Gets the value of the whichDocument property.java.lang.StringgetXPathAfter()Gets the value of the xPathAfter property.java.lang.StringgetXPathFirstChildOf()Gets the value of the xPathFirstChildOf property.booleanisCreateEnvelopedSignature()Gets the value of the createEnvelopedSignature property.voidsetCreateEnvelopedSignature(java.lang.Boolean value)Sets the value of the createEnvelopedSignature property.voidsetWhichDocument(java.lang.Object value)Sets the value of the whichDocument property.voidsetXPathAfter(java.lang.String value)Sets the value of the xPathAfter property.voidsetXPathFirstChildOf(java.lang.String value)Sets the value of the xPathFirstChildOf property.
-
-
-
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 isString
-
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 isString
-
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 isObject
-
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 isBoolean
-
-