public class RevokedInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RevokedInfo() |
RevokedInfo(org.apache.axis.types.PositiveInteger sequence,
java.lang.String serialNumber,
java.util.Calendar revocationDate) |
| 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
|
java.util.Calendar |
getRevocationDate()
Gets the revocationDate value for this RevokedInfo.
|
org.apache.axis.types.PositiveInteger |
getSequence()
Gets the sequence value for this RevokedInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getSerialNumber()
Gets the serialNumber value for this RevokedInfo.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setRevocationDate(java.util.Calendar revocationDate)
Sets the revocationDate value for this RevokedInfo.
|
void |
setSequence(org.apache.axis.types.PositiveInteger sequence)
Sets the sequence value for this RevokedInfo.
|
void |
setSerialNumber(java.lang.String serialNumber)
Sets the serialNumber value for this RevokedInfo.
|
public RevokedInfo()
public RevokedInfo(org.apache.axis.types.PositiveInteger sequence,
java.lang.String serialNumber,
java.util.Calendar revocationDate)
public org.apache.axis.types.PositiveInteger getSequence()
public void setSequence(org.apache.axis.types.PositiveInteger sequence)
sequence - public java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumber)
serialNumber - public java.util.Calendar getRevocationDate()
public void setRevocationDate(java.util.Calendar revocationDate)
revocationDate - 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)