Class CanonicalizationMethodType

java.lang.Object
eu.europa.esig.xmlers.jaxb.CanonicalizationMethodType
All Implemented Interfaces:
Serializable

public class CanonicalizationMethodType extends Object implements Serializable

Java class for CanonicalizationMethodType complex type.

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

 <complexType name="CanonicalizationMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <any minOccurs="0"/>
       </sequence>
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: