Class XmlMessage
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlMessage
- All Implemented Interfaces:
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
key
-
-
Constructor Details
-
XmlMessage
public XmlMessage()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isString
-