org.nhind.config
Class TrustBundleAnchor

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

public class TrustBundleAnchor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TrustBundleAnchor()
           
TrustBundleAnchor(byte[] data, long id, String thumbprint, TrustBundle trustBundle, Calendar validEndDate, Calendar validStartDate)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getData()
          Gets the data value for this TrustBundleAnchor.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this TrustBundleAnchor.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getThumbprint()
          Gets the thumbprint value for this TrustBundleAnchor.
 TrustBundle getTrustBundle()
          Gets the trustBundle value for this TrustBundleAnchor.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Calendar getValidEndDate()
          Gets the validEndDate value for this TrustBundleAnchor.
 Calendar getValidStartDate()
          Gets the validStartDate value for this TrustBundleAnchor.
 int hashCode()
           
 void setData(byte[] data)
          Sets the data value for this TrustBundleAnchor.
 void setId(long id)
          Sets the id value for this TrustBundleAnchor.
 void setThumbprint(String thumbprint)
          Sets the thumbprint value for this TrustBundleAnchor.
 void setTrustBundle(TrustBundle trustBundle)
          Sets the trustBundle value for this TrustBundleAnchor.
 void setValidEndDate(Calendar validEndDate)
          Sets the validEndDate value for this TrustBundleAnchor.
 void setValidStartDate(Calendar validStartDate)
          Sets the validStartDate value for this TrustBundleAnchor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustBundleAnchor

public TrustBundleAnchor()

TrustBundleAnchor

public TrustBundleAnchor(byte[] data,
                         long id,
                         String thumbprint,
                         TrustBundle trustBundle,
                         Calendar validEndDate,
                         Calendar validStartDate)
Method Detail

getData

public byte[] getData()
Gets the data value for this TrustBundleAnchor.

Returns:
data

setData

public void setData(byte[] data)
Sets the data value for this TrustBundleAnchor.

Parameters:
data -

getId

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

Returns:
id

setId

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

Parameters:
id -

getThumbprint

public String getThumbprint()
Gets the thumbprint value for this TrustBundleAnchor.

Returns:
thumbprint

setThumbprint

public void setThumbprint(String thumbprint)
Sets the thumbprint value for this TrustBundleAnchor.

Parameters:
thumbprint -

getTrustBundle

public TrustBundle getTrustBundle()
Gets the trustBundle value for this TrustBundleAnchor.

Returns:
trustBundle

setTrustBundle

public void setTrustBundle(TrustBundle trustBundle)
Sets the trustBundle value for this TrustBundleAnchor.

Parameters:
trustBundle -

getValidEndDate

public Calendar getValidEndDate()
Gets the validEndDate value for this TrustBundleAnchor.

Returns:
validEndDate

setValidEndDate

public void setValidEndDate(Calendar validEndDate)
Sets the validEndDate value for this TrustBundleAnchor.

Parameters:
validEndDate -

getValidStartDate

public Calendar getValidStartDate()
Gets the validStartDate value for this TrustBundleAnchor.

Returns:
validStartDate

setValidStartDate

public void setValidStartDate(Calendar validStartDate)
Sets the validStartDate value for this TrustBundleAnchor.

Parameters:
validStartDate -

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.