public class MSS_MessageSignature
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MSS_MessageSignature() |
MSS_MessageSignature(SignatureType signature,
org.apache.axis.types.URI role,
boolean mustUnderstand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
org.apache.axis.types.URI |
getRole()
Gets the role value for this MSS_MessageSignature.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
SignatureType |
getSignature()
Gets the signature value for this MSS_MessageSignature.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isMustUnderstand()
Gets the mustUnderstand value for this MSS_MessageSignature.
|
void |
setMustUnderstand(boolean mustUnderstand)
Sets the mustUnderstand value for this MSS_MessageSignature.
|
void |
setRole(org.apache.axis.types.URI role)
Sets the role value for this MSS_MessageSignature.
|
void |
setSignature(SignatureType signature)
Sets the signature value for this MSS_MessageSignature.
|
public MSS_MessageSignature()
public MSS_MessageSignature(SignatureType signature, org.apache.axis.types.URI role, boolean mustUnderstand)
public SignatureType getSignature()
public void setSignature(SignatureType signature)
signature - public org.apache.axis.types.URI getRole()
public void setRole(org.apache.axis.types.URI role)
role - public boolean isMustUnderstand()
public void setMustUnderstand(boolean mustUnderstand)
mustUnderstand - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2025. All rights reserved.