public class SignatureType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SignatureType() |
SignatureType(SignedInfoType signedInfo,
SignatureValueType signatureValue,
KeyInfoType keyInfo,
ObjectType[] object,
org.apache.axis.types.Id id) |
| 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.Id |
getId()
Gets the id value for this SignatureType.
|
KeyInfoType |
getKeyInfo()
Gets the keyInfo value for this SignatureType.
|
ObjectType[] |
getObject()
Gets the object value for this SignatureType.
|
ObjectType |
getObject(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
SignatureValueType |
getSignatureValue()
Gets the signatureValue value for this SignatureType.
|
SignedInfoType |
getSignedInfo()
Gets the signedInfo value for this SignatureType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setId(org.apache.axis.types.Id id)
Sets the id value for this SignatureType.
|
void |
setKeyInfo(KeyInfoType keyInfo)
Sets the keyInfo value for this SignatureType.
|
void |
setObject(int i,
ObjectType _value) |
void |
setObject(ObjectType[] object)
Sets the object value for this SignatureType.
|
void |
setSignatureValue(SignatureValueType signatureValue)
Sets the signatureValue value for this SignatureType.
|
void |
setSignedInfo(SignedInfoType signedInfo)
Sets the signedInfo value for this SignatureType.
|
public SignatureType()
public SignatureType(SignedInfoType signedInfo, SignatureValueType signatureValue, KeyInfoType keyInfo, ObjectType[] object, org.apache.axis.types.Id id)
public SignedInfoType getSignedInfo()
public void setSignedInfo(SignedInfoType signedInfo)
signedInfo - public SignatureValueType getSignatureValue()
public void setSignatureValue(SignatureValueType signatureValue)
signatureValue - public KeyInfoType getKeyInfo()
public void setKeyInfo(KeyInfoType keyInfo)
keyInfo - public ObjectType[] getObject()
public void setObject(ObjectType[] object)
object - public ObjectType getObject(int i)
public void setObject(int i,
ObjectType _value)
public org.apache.axis.types.Id getId()
public void setId(org.apache.axis.types.Id id)
id - 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.