org.nhind.config
Class CertPolicy

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

public class CertPolicy
extends Object
implements Serializable

See Also:
Serialized Form

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

CertPolicy

public CertPolicy()

CertPolicy

public CertPolicy(Calendar createTime,
                  long id,
                  byte[] policyData,
                  String policyName,
                  PolicyLexicon lexicon)
Method Detail

getCreateTime

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

Returns:
createTime

setCreateTime

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

Parameters:
createTime -

getId

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

Returns:
id

setId

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

Parameters:
id -

getPolicyData

public byte[] getPolicyData()
Gets the policyData value for this CertPolicy.

Returns:
policyData

setPolicyData

public void setPolicyData(byte[] policyData)
Sets the policyData value for this CertPolicy.

Parameters:
policyData -

getPolicyName

public String getPolicyName()
Gets the policyName value for this CertPolicy.

Returns:
policyName

setPolicyName

public void setPolicyName(String policyName)
Sets the policyName value for this CertPolicy.

Parameters:
policyName -

getLexicon

public PolicyLexicon getLexicon()
Gets the lexicon value for this CertPolicy.

Returns:
lexicon

setLexicon

public void setLexicon(PolicyLexicon lexicon)
Sets the lexicon value for this CertPolicy.

Parameters:
lexicon -

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.