Class SignaturePlacement
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the whichDocument property.Gets the value of the xPathAfter property.Gets the value of the xPathFirstChildOf property.booleanGets the value of the createEnvelopedSignature property.voidSets the value of the createEnvelopedSignature property.voidsetWhichDocument(Object value) Sets the value of the whichDocument property.voidsetXPathAfter(String value) Sets the value of the xPathAfter property.voidsetXPathFirstChildOf(String value) Sets the value of the xPathFirstChildOf property.
-
Field Details
-
xPathAfter
-
xPathFirstChildOf
-
whichDocument
-
createEnvelopedSignature
-
-
Constructor Details
-
SignaturePlacement
public SignaturePlacement()
-
-
Method Details
-
getXPathAfter
Gets the value of the xPathAfter property.- Returns:
- possible object is
String
-
setXPathAfter
Sets the value of the xPathAfter property.- Parameters:
value- allowed object isString
-
getXPathFirstChildOf
Gets the value of the xPathFirstChildOf property.- Returns:
- possible object is
String
-
setXPathFirstChildOf
Sets the value of the xPathFirstChildOf property.- Parameters:
value- allowed object isString
-
getWhichDocument
Gets the value of the whichDocument property.- Returns:
- possible object is
Object
-
setWhichDocument
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
Sets the value of the createEnvelopedSignature property.- Parameters:
value- allowed object isBoolean
-