org.nhindirect.config.service.jaxws
Class GetCertificate

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

public class GetCertificate
extends Object


Constructor Summary
GetCertificate()
           
 
Method Summary
 org.nhindirect.config.service.impl.CertificateGetOptions getOptions()
           
 String getOwner()
           
 String getThumbprint()
           
 void setOptions(org.nhindirect.config.service.impl.CertificateGetOptions options)
           
 void setOwner(String owner)
           
 void setThumbprint(String thumbprint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCertificate

public GetCertificate()
Method Detail

getOwner

public String getOwner()
Returns:
returns String

setOwner

public void setOwner(String owner)
Parameters:
owner - the value for the owner property

getThumbprint

public String getThumbprint()
Returns:
returns String

setThumbprint

public void setThumbprint(String thumbprint)
Parameters:
thumbprint - the value for the thumbprint 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.