Class TransformedData
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
oasis.names.tc.dss._1_0.core.schema.TransformedData
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
FieldsModifier and TypeFieldDescriptionprotected Base64Dataprotected TransformsTypeprotected BigIntegerFields inherited from class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
id, refType, refURI, schemaRefs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the base64Data property.Gets the value of the transforms property.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(BigInteger value) Sets the value of the whichReference property.Methods inherited from class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
getID, getRefType, getRefURI, getSchemaRefs, setID, setRefType, setRefURI
-
Field Details
-
transforms
-
base64Data
-
whichReference
-
-
Constructor Details
-
TransformedData
public TransformedData()
-
-
Method Details
-
getTransforms
Gets the value of the transforms property.- Returns:
- possible object is
TransformsType
-
setTransforms
Sets the value of the transforms property.- Parameters:
value- allowed object isTransformsType
-
getBase64Data
Gets the value of the base64Data property.- Returns:
- possible object is
Base64Data
-
setBase64Data
Sets the value of the base64Data property.- Parameters:
value- allowed object isBase64Data
-
getWhichReference
Gets the value of the whichReference property.- Returns:
- possible object is
BigInteger
-
setWhichReference
Sets the value of the whichReference property.- Parameters:
value- allowed object isBigInteger
-