xades4j.properties
Class DataObjectTransform

java.lang.Object
  extended by xades4j.properties.DataObjectTransform

public class DataObjectTransform
extends Object

Represents a transform that is applied to a data object. Each instance of this class that is applied to a data object will result in a ds:Transform element within the corresponding ds:Reference in the signature.

Author:
Luís
See Also:
DataObjectDesc.withTransform(xades4j.properties.DataObjectTransform)

Constructor Summary
DataObjectTransform(String transformUri)
           
DataObjectTransform(String transformUri, Element paramsElement)
           
 
Method Summary
 Element getTransformParams()
           
 String getTransformUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObjectTransform

public DataObjectTransform(String transformUri,
                           Element paramsElement)

DataObjectTransform

public DataObjectTransform(String transformUri)
Method Detail

getTransformUri

public String getTransformUri()

getTransformParams

public Element getTransformParams()


Copyright © 2012. All Rights Reserved.