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

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

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

See Also:
Serialized Form

Constructor Summary
SignedInfoType()
           
SignedInfoType(CanonicalizationMethodType canonicalizationMethod, SignatureMethodType signatureMethod, ReferenceType[] reference, org.apache.axis.types.Id id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CanonicalizationMethodType getCanonicalizationMethod()
          Gets the canonicalizationMethod value for this SignedInfoType.
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 SignedInfoType.
 ReferenceType[] getReference()
          Gets the reference value for this SignedInfoType.
 ReferenceType getReference(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
 SignatureMethodType getSignatureMethod()
          Gets the signatureMethod value for this SignedInfoType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
          Sets the canonicalizationMethod value for this SignedInfoType.
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this SignedInfoType.
 void setReference(int i, ReferenceType _value)
           
 void setReference(ReferenceType[] reference)
          Sets the reference value for this SignedInfoType.
 void setSignatureMethod(SignatureMethodType signatureMethod)
          Sets the signatureMethod value for this SignedInfoType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedInfoType

public SignedInfoType()

SignedInfoType

public SignedInfoType(CanonicalizationMethodType canonicalizationMethod,
                      SignatureMethodType signatureMethod,
                      ReferenceType[] reference,
                      org.apache.axis.types.Id id)
Method Detail

getCanonicalizationMethod

public CanonicalizationMethodType getCanonicalizationMethod()
Gets the canonicalizationMethod value for this SignedInfoType.

Returns:
canonicalizationMethod

setCanonicalizationMethod

public void setCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
Sets the canonicalizationMethod value for this SignedInfoType.

Parameters:
canonicalizationMethod -

getSignatureMethod

public SignatureMethodType getSignatureMethod()
Gets the signatureMethod value for this SignedInfoType.

Returns:
signatureMethod

setSignatureMethod

public void setSignatureMethod(SignatureMethodType signatureMethod)
Sets the signatureMethod value for this SignedInfoType.

Parameters:
signatureMethod -

getReference

public ReferenceType[] getReference()
Gets the reference value for this SignedInfoType.

Returns:
reference

setReference

public void setReference(ReferenceType[] reference)
Sets the reference value for this SignedInfoType.

Parameters:
reference -

getReference

public ReferenceType getReference(int i)

setReference

public void setReference(int i,
                         ReferenceType _value)

getId

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

Returns:
id

setId

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

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