|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhind.config.CertPolicy
public class CertPolicy
| Constructor Summary | |
|---|---|
CertPolicy()
|
|
CertPolicy(Calendar createTime,
long id,
byte[] policyData,
String policyName,
PolicyLexicon lexicon)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Calendar |
getCreateTime()
Gets the createTime value for this CertPolicy. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
long |
getId()
Gets the id value for this CertPolicy. |
PolicyLexicon |
getLexicon()
Gets the lexicon value for this CertPolicy. |
byte[] |
getPolicyData()
Gets the policyData value for this CertPolicy. |
String |
getPolicyName()
Gets the policyName value for this CertPolicy. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCreateTime(Calendar createTime)
Sets the createTime value for this CertPolicy. |
void |
setId(long id)
Sets the id value for this CertPolicy. |
void |
setLexicon(PolicyLexicon lexicon)
Sets the lexicon value for this CertPolicy. |
void |
setPolicyData(byte[] policyData)
Sets the policyData value for this CertPolicy. |
void |
setPolicyName(String policyName)
Sets the policyName value for this CertPolicy. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertPolicy()
public CertPolicy(Calendar createTime,
long id,
byte[] policyData,
String policyName,
PolicyLexicon lexicon)
| Method Detail |
|---|
public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - public long getId()
public void setId(long id)
id - public byte[] getPolicyData()
public void setPolicyData(byte[] policyData)
policyData - public String getPolicyName()
public void setPolicyName(String policyName)
policyName - public PolicyLexicon getLexicon()
public void setLexicon(PolicyLexicon lexicon)
lexicon - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||