Class TransformedDocument
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.TransformedDocument
-
public class TransformedDocument 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"> <sequence> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Document"/> </sequence> <attribute name="WhichReference" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentTypedocumentprotected java.math.BigIntegerwhichReference
-
Constructor Summary
Constructors Constructor Description TransformedDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentTypegetDocument()Gets the value of the document property.java.math.BigIntegergetWhichReference()Gets the value of the whichReference property.voidsetDocument(DocumentType value)Sets the value of the document property.voidsetWhichReference(java.math.BigInteger value)Sets the value of the whichReference property.
-
-
-
Field Detail
-
document
protected DocumentType document
-
whichReference
protected java.math.BigInteger whichReference
-
-
Method Detail
-
getDocument
public DocumentType getDocument()
Gets the value of the document property.- Returns:
- possible object is
DocumentType
-
setDocument
public void setDocument(DocumentType value)
Sets the value of the document property.- Parameters:
value- allowed object isDocumentType
-
getWhichReference
public java.math.BigInteger getWhichReference()
Gets the value of the whichReference property.- Returns:
- possible object is
BigInteger
-
setWhichReference
public void setWhichReference(java.math.BigInteger value)
Sets the value of the whichReference property.- Parameters:
value- allowed object isBigInteger
-
-