org.nhind.config
Class CertPolicyGroupDomainReltn

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

public class CertPolicyGroupDomainReltn
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CertPolicyGroupDomainReltn()
           
CertPolicyGroupDomainReltn(CertPolicyGroup certPolicyGroup, Domain domain, long id)
           
 
Method Summary
 boolean equals(Object obj)
           
 CertPolicyGroup getCertPolicyGroup()
          Gets the certPolicyGroup value for this CertPolicyGroupDomainReltn.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Domain getDomain()
          Gets the domain value for this CertPolicyGroupDomainReltn.
 long getId()
          Gets the id value for this CertPolicyGroupDomainReltn.
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 setCertPolicyGroup(CertPolicyGroup certPolicyGroup)
          Sets the certPolicyGroup value for this CertPolicyGroupDomainReltn.
 void setDomain(Domain domain)
          Sets the domain value for this CertPolicyGroupDomainReltn.
 void setId(long id)
          Sets the id value for this CertPolicyGroupDomainReltn.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPolicyGroupDomainReltn

public CertPolicyGroupDomainReltn()

CertPolicyGroupDomainReltn

public CertPolicyGroupDomainReltn(CertPolicyGroup certPolicyGroup,
                                  Domain domain,
                                  long id)
Method Detail

getCertPolicyGroup

public CertPolicyGroup getCertPolicyGroup()
Gets the certPolicyGroup value for this CertPolicyGroupDomainReltn.

Returns:
certPolicyGroup

setCertPolicyGroup

public void setCertPolicyGroup(CertPolicyGroup certPolicyGroup)
Sets the certPolicyGroup value for this CertPolicyGroupDomainReltn.

Parameters:
certPolicyGroup -

getDomain

public Domain getDomain()
Gets the domain value for this CertPolicyGroupDomainReltn.

Returns:
domain

setDomain

public void setDomain(Domain domain)
Sets the domain value for this CertPolicyGroupDomainReltn.

Parameters:
domain -

getId

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

Returns:
id

setId

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

Parameters:
id -

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.