public class MSSMessageSignature
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Signature" type="{http://www.w3.org/2000/09/xmldsig#}SignatureType" form="qualified"/>
</sequence>
<attribute ref="{http://www.w3.org/2003/05/soap-envelope}role use="required""/>
<attribute ref="{http://www.w3.org/2003/05/soap-envelope}mustUnderstand use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mustUnderstand |
protected java.lang.String |
role |
protected SignatureType |
signature |
| Constructor and Description |
|---|
MSSMessageSignature() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRole()
Gets the value of the role property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
boolean |
isMustUnderstand()
Gets the value of the mustUnderstand property.
|
void |
setMustUnderstand(boolean value)
Sets the value of the mustUnderstand property.
|
void |
setRole(java.lang.String value)
Sets the value of the role property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
protected SignatureType signature
protected java.lang.String role
protected boolean mustUnderstand
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic boolean isMustUnderstand()
public void setMustUnderstand(boolean value)
Copyright © 2025. All rights reserved.