org.nhindirect.config.service.jaxws
Class ListAnchors

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

public class ListAnchors
extends java.lang.Object


Constructor Summary
ListAnchors()
           
 
Method Summary
 java.lang.Long getLastAnchorId()
           
 int getMaxResults()
           
 CertificateGetOptions getOptions()
           
 void setLastAnchorId(java.lang.Long lastAnchorId)
           
 void setMaxResults(int maxResults)
           
 void setOptions(CertificateGetOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAnchors

public ListAnchors()
Method Detail

getLastAnchorId

public java.lang.Long getLastAnchorId()
Returns:
returns Long

setLastAnchorId

public void setLastAnchorId(java.lang.Long lastAnchorId)
Parameters:
lastAnchorId - the value for the lastAnchorId property

getMaxResults

public int getMaxResults()
Returns:
returns int

setMaxResults

public void setMaxResults(int maxResults)
Parameters:
maxResults - the value for the maxResults 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.