Class TransformedData
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.DocumentBaseType
-
- org.certificateservices.messages.dss1.core.jaxb.TransformedData
-
public class TransformedData extends DocumentBaseType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{urn:oasis:names:tc:dss:1.0:core:schema}DocumentBaseType"> <sequence> <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Base64Data"/> </sequence> <attribute name="WhichReference" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Base64Database64Dataprotected TransformsTypetransformsprotected java.math.BigIntegerwhichReference-
Fields inherited from class org.certificateservices.messages.dss1.core.jaxb.DocumentBaseType
id, refType, refURI, schemaRefs
-
-
Constructor Summary
Constructors Constructor Description TransformedData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Base64DatagetBase64Data()Gets the value of the base64Data property.TransformsTypegetTransforms()Gets the value of the transforms property.java.math.BigIntegergetWhichReference()Gets the value of the whichReference property.voidsetBase64Data(Base64Data value)Sets the value of the base64Data property.voidsetTransforms(TransformsType value)Sets the value of the transforms property.voidsetWhichReference(java.math.BigInteger value)Sets the value of the whichReference property.-
Methods inherited from class org.certificateservices.messages.dss1.core.jaxb.DocumentBaseType
getID, getRefType, getRefURI, getSchemaRefs, setID, setRefType, setRefURI
-
-
-
-
Field Detail
-
transforms
protected TransformsType transforms
-
base64Data
protected Base64Data base64Data
-
whichReference
protected java.math.BigInteger whichReference
-
-
Method Detail
-
getTransforms
public TransformsType getTransforms()
Gets the value of the transforms property.- Returns:
- possible object is
TransformsType
-
setTransforms
public void setTransforms(TransformsType value)
Sets the value of the transforms property.- Parameters:
value- allowed object isTransformsType
-
getBase64Data
public Base64Data getBase64Data()
Gets the value of the base64Data property.- Returns:
- possible object is
Base64Data
-
setBase64Data
public void setBase64Data(Base64Data value)
Sets the value of the base64Data property.- Parameters:
value- allowed object isBase64Data
-
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
-
-