org.nhindirect.config.service.jaxws
Class AssociateTrustBundleToDomain
java.lang.Object
org.nhindirect.config.service.jaxws.AssociateTrustBundleToDomain
public class AssociateTrustBundleToDomain
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssociateTrustBundleToDomain
public AssociateTrustBundleToDomain()
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
isIncoming
public boolean isIncoming()
- Returns:
- returns boolean
setIncoming
public void setIncoming(boolean incoming)
- Parameters:
incoming - the value for the incoming property
isOutgoing
public boolean isOutgoing()
- Returns:
- returns boolean
setOutgoing
public void setOutgoing(boolean outgoing)
- Parameters:
outgoing - the value for the outgoing property
Copyright © 2014. All Rights Reserved.