org.nhindirect.config.service.jaxws
Class ListCertificates

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

public class ListCertificates
extends Object


Constructor Summary
ListCertificates()
           
 
Method Summary
 long getLastCertificateId()
           
 int getMaxResutls()
           
 org.nhindirect.config.service.impl.CertificateGetOptions getOptions()
           
 void setLastCertificateId(long lastCertificateId)
           
 void setMaxResutls(int maxResutls)
           
 void setOptions(org.nhindirect.config.service.impl.CertificateGetOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListCertificates

public ListCertificates()
Method Detail

getLastCertificateId

public long getLastCertificateId()
Returns:
returns long

setLastCertificateId

public void setLastCertificateId(long lastCertificateId)
Parameters:
lastCertificateId - the value for the lastCertificateId property

getMaxResutls

public int getMaxResutls()
Returns:
returns int

setMaxResutls

public void setMaxResutls(int maxResutls)
Parameters:
maxResutls - the value for the maxResutls property

getOptions

public org.nhindirect.config.service.impl.CertificateGetOptions getOptions()
Returns:
returns CertificateGetOptions

setOptions

public void setOptions(org.nhindirect.config.service.impl.CertificateGetOptions options)
Parameters:
options - the value for the options property


Copyright © 2011. All Rights Reserved.