org.nhindirect.config.service.jaxws
Class DisassociateTrustBundleFromDomain

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

public class DisassociateTrustBundleFromDomain
extends java.lang.Object


Constructor Summary
DisassociateTrustBundleFromDomain()
           
 
Method Summary
 long getDomainId()
           
 long getTrustBundleId()
           
 void setDomainId(long domainId)
           
 void setTrustBundleId(long trustBundleId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisassociateTrustBundleFromDomain

public DisassociateTrustBundleFromDomain()
Method Detail

getDomainId

public long getDomainId()
Returns:
returns long

setDomainId

public void setDomainId(long domainId)
Parameters:
domainId - the value for the domainId property

getTrustBundleId

public long getTrustBundleId()
Returns:
returns long

setTrustBundleId

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


Copyright © 2014. All Rights Reserved.