|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.SignaturePlacement
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:15:30+02:00", comments="JAXB RI v2.3.6") public class 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>
Constructor Summary | |
---|---|
SignaturePlacement()
|
Method Summary | |
---|---|
Object |
getWhichDocument()
Gets the value of the whichDocument property. |
String |
getXPathAfter()
Gets the value of the xPathAfter property. |
String |
getXPathFirstChildOf()
Gets the value of the xPathFirstChildOf property. |
boolean |
isCreateEnvelopedSignature()
Gets the value of the createEnvelopedSignature property. |
void |
setCreateEnvelopedSignature(Boolean value)
Sets the value of the createEnvelopedSignature property. |
void |
setWhichDocument(Object value)
Sets the value of the whichDocument property. |
void |
setXPathAfter(String value)
Sets the value of the xPathAfter property. |
void |
setXPathFirstChildOf(String value)
Sets the value of the xPathFirstChildOf property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignaturePlacement()
Method Detail |
---|
public String getXPathFirstChildOf()
String
public void setXPathFirstChildOf(String value)
value
- allowed object is
String
public String getXPathAfter()
String
public void setXPathAfter(String value)
value
- allowed object is
String
public Object getWhichDocument()
Object
public void setWhichDocument(Object value)
value
- allowed object is
Object
public boolean isCreateEnvelopedSignature()
Boolean
public void setCreateEnvelopedSignature(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |