public class CRLInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CRLInfo() |
CRLInfo(java.lang.String issuer,
java.util.Calendar lastUpdate,
java.util.Calendar nextUpdate,
RevokedInfo[] revocations) |
| 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.lang.String |
getIssuer()
Gets the issuer value for this CRLInfo.
|
java.util.Calendar |
getLastUpdate()
Gets the lastUpdate value for this CRLInfo.
|
java.util.Calendar |
getNextUpdate()
Gets the nextUpdate value for this CRLInfo.
|
RevokedInfo[] |
getRevocations()
Gets the revocations value for this CRLInfo.
|
RevokedInfo |
getRevocations(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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setIssuer(java.lang.String issuer)
Sets the issuer value for this CRLInfo.
|
void |
setLastUpdate(java.util.Calendar lastUpdate)
Sets the lastUpdate value for this CRLInfo.
|
void |
setNextUpdate(java.util.Calendar nextUpdate)
Sets the nextUpdate value for this CRLInfo.
|
void |
setRevocations(int i,
RevokedInfo _value) |
void |
setRevocations(RevokedInfo[] revocations)
Sets the revocations value for this CRLInfo.
|
public CRLInfo()
public CRLInfo(java.lang.String issuer,
java.util.Calendar lastUpdate,
java.util.Calendar nextUpdate,
RevokedInfo[] revocations)
public java.lang.String getIssuer()
public void setIssuer(java.lang.String issuer)
issuer - public java.util.Calendar getLastUpdate()
public void setLastUpdate(java.util.Calendar lastUpdate)
lastUpdate - public java.util.Calendar getNextUpdate()
public void setNextUpdate(java.util.Calendar nextUpdate)
nextUpdate - public RevokedInfo[] getRevocations()
public void setRevocations(RevokedInfo[] revocations)
revocations - public RevokedInfo getRevocations(int i)
public void setRevocations(int i,
RevokedInfo _value)
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)