org.nhindirect.config.service.jaxws
Class UpdateTrustBundleAnchors

java.lang.Object
  extended by org.nhindirect.config.service.jaxws.UpdateTrustBundleAnchors

public class UpdateTrustBundleAnchors
extends Object


Constructor Summary
UpdateTrustBundleAnchors()
           
 
Method Summary
 Calendar getAttemptTime()
           
 Collection<org.nhindirect.config.store.TrustBundleAnchor> getNewAnchorSet()
           
 long getTrustBundleId()
           
 void setAttemptTime(Calendar attemptTime)
           
 void setNewAnchorSet(Collection<org.nhindirect.config.store.TrustBundleAnchor> newAnchorSet)
           
 void setTrustBundleId(long trustBundleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateTrustBundleAnchors

public UpdateTrustBundleAnchors()
Method Detail

getTrustBundleId

public long getTrustBundleId()
Returns:
returns long

setTrustBundleId

public void setTrustBundleId(long trustBundleId)
Parameters:
trustBundleId - the value for the trustBundleId property

getAttemptTime

public Calendar getAttemptTime()
Returns:
returns Calendar

setAttemptTime

public void setAttemptTime(Calendar attemptTime)
Parameters:
attemptTime - the value for the attemptTime property

getNewAnchorSet

public Collection<org.nhindirect.config.store.TrustBundleAnchor> getNewAnchorSet()
Returns:
returns Collection

setNewAnchorSet

public void setNewAnchorSet(Collection<org.nhindirect.config.store.TrustBundleAnchor> newAnchorSet)
Parameters:
newAnchorSet - the value for the newAnchorSet property


Copyright © 2013. All Rights Reserved.