public class SignatureInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SignatureInfo() |
SignatureInfo(java.lang.String id,
java.lang.String status,
Error error,
java.util.Calendar signingTime,
SignerRole[] signerRole,
SignatureProductionPlace signatureProductionPlace,
SignerInfo signer,
ConfirmationInfo confirmation,
TstInfo[] timestamps,
CRLInfo CRLInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ConfirmationInfo |
getConfirmation()
Gets the confirmation value for this SignatureInfo.
|
CRLInfo |
getCRLInfo()
Gets the CRLInfo value for this SignatureInfo.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
Error |
getError()
Gets the error value for this SignatureInfo.
|
java.lang.String |
getId()
Gets the id value for this SignatureInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
SignatureProductionPlace |
getSignatureProductionPlace()
Gets the signatureProductionPlace value for this SignatureInfo.
|
SignerInfo |
getSigner()
Gets the signer value for this SignatureInfo.
|
SignerRole[] |
getSignerRole()
Gets the signerRole value for this SignatureInfo.
|
SignerRole |
getSignerRole(int i) |
java.util.Calendar |
getSigningTime()
Gets the signingTime value for this SignatureInfo.
|
java.lang.String |
getStatus()
Gets the status value for this SignatureInfo.
|
TstInfo[] |
getTimestamps()
Gets the timestamps value for this SignatureInfo.
|
TstInfo |
getTimestamps(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setConfirmation(ConfirmationInfo confirmation)
Sets the confirmation value for this SignatureInfo.
|
void |
setCRLInfo(CRLInfo CRLInfo)
Sets the CRLInfo value for this SignatureInfo.
|
void |
setError(Error error)
Sets the error value for this SignatureInfo.
|
void |
setId(java.lang.String id)
Sets the id value for this SignatureInfo.
|
void |
setSignatureProductionPlace(SignatureProductionPlace signatureProductionPlace)
Sets the signatureProductionPlace value for this SignatureInfo.
|
void |
setSigner(SignerInfo signer)
Sets the signer value for this SignatureInfo.
|
void |
setSignerRole(int i,
SignerRole _value) |
void |
setSignerRole(SignerRole[] signerRole)
Sets the signerRole value for this SignatureInfo.
|
void |
setSigningTime(java.util.Calendar signingTime)
Sets the signingTime value for this SignatureInfo.
|
void |
setStatus(java.lang.String status)
Sets the status value for this SignatureInfo.
|
void |
setTimestamps(int i,
TstInfo _value) |
void |
setTimestamps(TstInfo[] timestamps)
Sets the timestamps value for this SignatureInfo.
|
public SignatureInfo()
public SignatureInfo(java.lang.String id,
java.lang.String status,
Error error,
java.util.Calendar signingTime,
SignerRole[] signerRole,
SignatureProductionPlace signatureProductionPlace,
SignerInfo signer,
ConfirmationInfo confirmation,
TstInfo[] timestamps,
CRLInfo CRLInfo)
public java.lang.String getId()
public void setId(java.lang.String id)
id - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - public Error getError()
public void setError(Error error)
error - public java.util.Calendar getSigningTime()
public void setSigningTime(java.util.Calendar signingTime)
signingTime - public SignerRole[] getSignerRole()
public void setSignerRole(SignerRole[] signerRole)
signerRole - public SignerRole getSignerRole(int i)
public void setSignerRole(int i,
SignerRole _value)
public SignatureProductionPlace getSignatureProductionPlace()
public void setSignatureProductionPlace(SignatureProductionPlace signatureProductionPlace)
signatureProductionPlace - public SignerInfo getSigner()
public void setSigner(SignerInfo signer)
signer - public ConfirmationInfo getConfirmation()
public void setConfirmation(ConfirmationInfo confirmation)
confirmation - public TstInfo[] getTimestamps()
public void setTimestamps(TstInfo[] timestamps)
timestamps - public TstInfo getTimestamps(int i)
public void setTimestamps(int i,
TstInfo _value)
public CRLInfo getCRLInfo()
public void setCRLInfo(CRLInfo CRLInfo)
CRLInfo - 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)