|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhind.config.CertPolicyGroupReltn
public class CertPolicyGroupReltn
| Constructor Summary | |
|---|---|
CertPolicyGroupReltn()
|
|
CertPolicyGroupReltn(CertPolicy certPolicy,
long id,
boolean incoming,
boolean outgoing,
CertPolicyUse policyUse)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
CertPolicy |
getCertPolicy()
Gets the certPolicy value for this CertPolicyGroupReltn. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
long |
getId()
Gets the id value for this CertPolicyGroupReltn. |
CertPolicyUse |
getPolicyUse()
Gets the policyUse value for this CertPolicyGroupReltn. |
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()
|
boolean |
isIncoming()
Gets the incoming value for this CertPolicyGroupReltn. |
boolean |
isOutgoing()
Gets the outgoing value for this CertPolicyGroupReltn. |
void |
setCertPolicy(CertPolicy certPolicy)
Sets the certPolicy value for this CertPolicyGroupReltn. |
void |
setId(long id)
Sets the id value for this CertPolicyGroupReltn. |
void |
setIncoming(boolean incoming)
Sets the incoming value for this CertPolicyGroupReltn. |
void |
setOutgoing(boolean outgoing)
Sets the outgoing value for this CertPolicyGroupReltn. |
void |
setPolicyUse(CertPolicyUse policyUse)
Sets the policyUse value for this CertPolicyGroupReltn. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertPolicyGroupReltn()
public CertPolicyGroupReltn(CertPolicy certPolicy,
long id,
boolean incoming,
boolean outgoing,
CertPolicyUse policyUse)
| Method Detail |
|---|
public CertPolicy getCertPolicy()
public void setCertPolicy(CertPolicy certPolicy)
certPolicy - public long getId()
public void setId(long id)
id - public boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - public boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - public CertPolicyUse getPolicyUse()
public void setPolicyUse(CertPolicyUse policyUse)
policyUse - 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 | |||||||||