org.nhindirect.config.service.jaxws
Class ListCertificates

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

public class ListCertificates
extends java.lang.Object


Constructor Summary
ListCertificates()
           
 
Method Summary
 long getLastCertificateId()
           
 int getMaxResutls()
           
 CertificateGetOptions getOptions()
           
 void setLastCertificateId(long lastCertificateId)
           
 void setMaxResutls(int maxResutls)
           
 void setOptions(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 CertificateGetOptions getOptions()
Returns:
returns CertificateGetOptions

setOptions

public void setOptions(CertificateGetOptions options)
Parameters:
options - the value for the options property


Copyright © 2010. All Rights Reserved.