Class SignaturePtr
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.SignaturePtr
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">
<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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the whichDocument property.getXPath()Gets the value of the xPath property.voidsetWhichDocument(Object value) Sets the value of the whichDocument property.voidSets the value of the xPath property.
-
Field Details
-
whichDocument
-
xPath
-
-
Constructor Details
-
SignaturePtr
public SignaturePtr()
-
-
Method Details
-
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
-
getXPath
Gets the value of the xPath property.- Returns:
- possible object is
String
-
setXPath
Sets the value of the xPath property.- Parameters:
value- allowed object isString
-