org.nhind.config
Class CertPolicyGroupReltn

java.lang.Object
  extended by org.nhind.config.CertPolicyGroupReltn
All Implemented Interfaces:
Serializable

public class CertPolicyGroupReltn
extends Object
implements Serializable

See Also:
Serialized Form

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

CertPolicyGroupReltn

public CertPolicyGroupReltn()

CertPolicyGroupReltn

public CertPolicyGroupReltn(CertPolicy certPolicy,
                            long id,
                            boolean incoming,
                            boolean outgoing,
                            CertPolicyUse policyUse)
Method Detail

getCertPolicy

public CertPolicy getCertPolicy()
Gets the certPolicy value for this CertPolicyGroupReltn.

Returns:
certPolicy

setCertPolicy

public void setCertPolicy(CertPolicy certPolicy)
Sets the certPolicy value for this CertPolicyGroupReltn.

Parameters:
certPolicy -

getId

public long getId()
Gets the id value for this CertPolicyGroupReltn.

Returns:
id

setId

public void setId(long id)
Sets the id value for this CertPolicyGroupReltn.

Parameters:
id -

isIncoming

public boolean isIncoming()
Gets the incoming value for this CertPolicyGroupReltn.

Returns:
incoming

setIncoming

public void setIncoming(boolean incoming)
Sets the incoming value for this CertPolicyGroupReltn.

Parameters:
incoming -

isOutgoing

public boolean isOutgoing()
Gets the outgoing value for this CertPolicyGroupReltn.

Returns:
outgoing

setOutgoing

public void setOutgoing(boolean outgoing)
Sets the outgoing value for this CertPolicyGroupReltn.

Parameters:
outgoing -

getPolicyUse

public CertPolicyUse getPolicyUse()
Gets the policyUse value for this CertPolicyGroupReltn.

Returns:
policyUse

setPolicyUse

public void setPolicyUse(CertPolicyUse policyUse)
Sets the policyUse value for this CertPolicyGroupReltn.

Parameters:
policyUse -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.