Class DocumentWithSignature
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.DocumentWithSignature
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">
<sequence>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Document"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the document property.voidsetDocument(DocumentType value) Sets the value of the document property.
-
Field Details
-
document
-
-
Constructor Details
-
DocumentWithSignature
public DocumentWithSignature()
-
-
Method Details
-
getDocument
Gets the value of the document property.- Returns:
- possible object is
DocumentType
-
setDocument
Sets the value of the document property.- Parameters:
value- allowed object isDocumentType
-