Class SignaturePtr
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.SignaturePtr
-
public class SignaturePtr 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"> <attribute name="WhichDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="XPath" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ObjectwhichDocumentprotected java.lang.StringxPath
-
Constructor Summary
Constructors Constructor Description SignaturePtr()
-
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.StringgetXPath()Gets the value of the xPath property.voidsetWhichDocument(java.lang.Object value)Sets the value of the whichDocument property.voidsetXPath(java.lang.String value)Sets the value of the xPath property.
-
-
-
Method Detail
-
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
-
getXPath
public java.lang.String getXPath()
Gets the value of the xPath property.- Returns:
- possible object is
String
-
setXPath
public void setXPath(java.lang.String value)
Sets the value of the xPath property.- Parameters:
value- allowed object isString
-
-