org.nhindirect.config.service.jaxws
Class AddPolicyUseToGroup
java.lang.Object
org.nhindirect.config.service.jaxws.AddPolicyUseToGroup
public class AddPolicyUseToGroup
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddPolicyUseToGroup
public AddPolicyUseToGroup()
getPolicyGroupId
public long getPolicyGroupId()
- Returns:
- returns long
setPolicyGroupId
public void setPolicyGroupId(long policyGroupId)
- Parameters:
policyGroupId - the value for the policyGroupId property
getPolicyId
public long getPolicyId()
- Returns:
- returns long
setPolicyId
public void setPolicyId(long policyId)
- Parameters:
policyId - the value for the policyId property
getPolicyUse
public org.nhindirect.config.store.CertPolicyUse getPolicyUse()
- Returns:
- returns CertPolicyUse
setPolicyUse
public void setPolicyUse(org.nhindirect.config.store.CertPolicyUse policyUse)
- Parameters:
policyUse - the value for the policyUse 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.