Class SignMessageType
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.jaxb.SignMessageType
-
public class SignMessageType extends java.lang.ObjectJava class for SignMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}Message"/> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}EncryptedMessage"/> </choice> <attribute name="MustShow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="DisplayEntity" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="MimeType" default="text"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="text/html"/> <enumeration value="text"/> <enumeration value="text/markdown"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdisplayEntityprotected EncryptedElementTypeencryptedMessageprotected byte[]messageprotected java.lang.StringmimeTypeprotected java.lang.BooleanmustShow
-
Constructor Summary
Constructors Constructor Description SignMessageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayEntity()Gets the value of the displayEntity property.EncryptedElementTypegetEncryptedMessage()Gets the value of the encryptedMessage property.byte[]getMessage()Gets the value of the message property.java.lang.StringgetMimeType()Gets the value of the mimeType property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.booleanisMustShow()Gets the value of the mustShow property.voidsetDisplayEntity(java.lang.String value)Sets the value of the displayEntity property.voidsetEncryptedMessage(EncryptedElementType value)Sets the value of the encryptedMessage property.voidsetMessage(byte[] value)Sets the value of the message property.voidsetMimeType(java.lang.String value)Sets the value of the mimeType property.voidsetMustShow(java.lang.Boolean value)Sets the value of the mustShow property.
-
-
-
Field Detail
-
message
protected byte[] message
-
encryptedMessage
protected EncryptedElementType encryptedMessage
-
mustShow
protected java.lang.Boolean mustShow
-
displayEntity
protected java.lang.String displayEntity
-
mimeType
protected java.lang.String mimeType
-
-
Method Detail
-
getMessage
public byte[] getMessage()
Gets the value of the message property.- Returns:
- possible object is byte[]
-
setMessage
public void setMessage(byte[] value)
Sets the value of the message property.- Parameters:
value- allowed object is byte[]
-
getEncryptedMessage
public EncryptedElementType getEncryptedMessage()
Gets the value of the encryptedMessage property.- Returns:
- possible object is
EncryptedElementType
-
setEncryptedMessage
public void setEncryptedMessage(EncryptedElementType value)
Sets the value of the encryptedMessage property.- Parameters:
value- allowed object isEncryptedElementType
-
isMustShow
public boolean isMustShow()
Gets the value of the mustShow property.- Returns:
- possible object is
Boolean
-
setMustShow
public void setMustShow(java.lang.Boolean value)
Sets the value of the mustShow property.- Parameters:
value- allowed object isBoolean
-
getDisplayEntity
public java.lang.String getDisplayEntity()
Gets the value of the displayEntity property.- Returns:
- possible object is
String
-
setDisplayEntity
public void setDisplayEntity(java.lang.String value)
Sets the value of the displayEntity property.- Parameters:
value- allowed object isString
-
getMimeType
public java.lang.String getMimeType()
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
public void setMimeType(java.lang.String value)
Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-
getOtherAttributes
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
-