Class XmlMessage

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlMessage
All Implemented Interfaces:
Serializable

public class XmlMessage extends Object implements Serializable

Java class for Message complex type.

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

 <complexType name="Message">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also: