|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3.www._2000._09.xmldsig.SignatureType
public class SignatureType
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 |
---|
public SignatureType()
public SignatureType(SignedInfoType signedInfo, SignatureValueType signatureValue, KeyInfoType keyInfo, ObjectType[] object, org.apache.axis.types.Id id)
Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |