Class RetrievalMethodType

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

public class RetrievalMethodType extends Object

Java class for RetrievalMethodType complex type.

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

 <complexType name="RetrievalMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
       </sequence>
       <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>