Class TransformType

java.lang.Object
eu.europa.esig.xmldsig.jaxb.TransformType

public class TransformType extends Object

Java class for TransformType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransformType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <any processContents='lax' namespace='##other'/>
         <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>