org.nhind.config
Class CertPolicyGroup

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

public class CertPolicyGroup
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CertPolicyGroup()
           
CertPolicyGroup(CertPolicyGroupReltn[] certPolicyGroupReltn, Calendar createTime, long id, String policyGroupName)
           
 
Method Summary
 boolean equals(Object obj)
           
 CertPolicyGroupReltn[] getCertPolicyGroupReltn()
          Gets the certPolicyGroupReltn value for this CertPolicyGroup.
 CertPolicyGroupReltn getCertPolicyGroupReltn(int i)
           
 Calendar getCreateTime()
          Gets the createTime value for this CertPolicyGroup.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this CertPolicyGroup.
 String getPolicyGroupName()
          Gets the policyGroupName value for this CertPolicyGroup.
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 setCertPolicyGroupReltn(CertPolicyGroupReltn[] certPolicyGroupReltn)
          Sets the certPolicyGroupReltn value for this CertPolicyGroup.
 void setCertPolicyGroupReltn(int i, CertPolicyGroupReltn _value)
           
 void setCreateTime(Calendar createTime)
          Sets the createTime value for this CertPolicyGroup.
 void setId(long id)
          Sets the id value for this CertPolicyGroup.
 void setPolicyGroupName(String policyGroupName)
          Sets the policyGroupName value for this CertPolicyGroup.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPolicyGroup

public CertPolicyGroup()

CertPolicyGroup

public CertPolicyGroup(CertPolicyGroupReltn[] certPolicyGroupReltn,
                       Calendar createTime,
                       long id,
                       String policyGroupName)
Method Detail

getCertPolicyGroupReltn

public CertPolicyGroupReltn[] getCertPolicyGroupReltn()
Gets the certPolicyGroupReltn value for this CertPolicyGroup.

Returns:
certPolicyGroupReltn

setCertPolicyGroupReltn

public void setCertPolicyGroupReltn(CertPolicyGroupReltn[] certPolicyGroupReltn)
Sets the certPolicyGroupReltn value for this CertPolicyGroup.

Parameters:
certPolicyGroupReltn -

getCertPolicyGroupReltn

public CertPolicyGroupReltn getCertPolicyGroupReltn(int i)

setCertPolicyGroupReltn

public void setCertPolicyGroupReltn(int i,
                                    CertPolicyGroupReltn _value)

getCreateTime

public Calendar getCreateTime()
Gets the createTime value for this CertPolicyGroup.

Returns:
createTime

setCreateTime

public void setCreateTime(Calendar createTime)
Sets the createTime value for this CertPolicyGroup.

Parameters:
createTime -

getId

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

Returns:
id

setId

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

Parameters:
id -

getPolicyGroupName

public String getPolicyGroupName()
Gets the policyGroupName value for this CertPolicyGroup.

Returns:
policyGroupName

setPolicyGroupName

public void setPolicyGroupName(String policyGroupName)
Sets the policyGroupName value for this CertPolicyGroup.

Parameters:
policyGroupName -

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.