org.w3.www._2000._09.xmldsig
Class SignatureType

java.lang.Object
  extended by org.w3.www._2000._09.xmldsig.SignatureType
All Implemented Interfaces:
java.io.Serializable

public class SignatureType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SignatureType()
           
SignatureType(SignedInfoType signedInfo, SignatureValueType signatureValue, KeyInfoType keyInfo, ObjectType[] object, org.apache.axis.types.Id id)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureType

public SignatureType()

SignatureType

public SignatureType(SignedInfoType signedInfo,
                     SignatureValueType signatureValue,
                     KeyInfoType keyInfo,
                     ObjectType[] object,
                     org.apache.axis.types.Id id)
Method Detail

getSignedInfo

public SignedInfoType getSignedInfo()
Gets the signedInfo value for this SignatureType.

Returns:
signedInfo

setSignedInfo

public void setSignedInfo(SignedInfoType signedInfo)
Sets the signedInfo value for this SignatureType.

Parameters:
signedInfo -

getSignatureValue

public SignatureValueType getSignatureValue()
Gets the signatureValue value for this SignatureType.

Returns:
signatureValue

setSignatureValue

public void setSignatureValue(SignatureValueType signatureValue)
Sets the signatureValue value for this SignatureType.

Parameters:
signatureValue -

getKeyInfo

public KeyInfoType getKeyInfo()
Gets the keyInfo value for this SignatureType.

Returns:
keyInfo

setKeyInfo

public void setKeyInfo(KeyInfoType keyInfo)
Sets the keyInfo value for this SignatureType.

Parameters:
keyInfo -

getObject

public ObjectType[] getObject()
Gets the object value for this SignatureType.

Returns:
object

setObject

public void setObject(ObjectType[] object)
Sets the object value for this SignatureType.

Parameters:
object -

getObject

public ObjectType getObject(int i)

setObject

public void setObject(int i,
                      ObjectType _value)

getId

public org.apache.axis.types.Id getId()
Gets the id value for this SignatureType.

Returns:
id

setId

public void setId(org.apache.axis.types.Id id)
Sets the id value for this SignatureType.

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer