org.apache.juddi.model
Class SignatureMethod

java.lang.Object
  extended by org.apache.juddi.model.SignatureMethod

public class SignatureMethod
extends Object


Constructor Summary
SignatureMethod()
           
 
Method Summary
 String getAlgorithm()
           
 Long getId()
           
 void setAlgorithm(String algorithm)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureMethod

public SignatureMethod()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getAlgorithm

public String getAlgorithm()

setAlgorithm

public void setAlgorithm(String algorithm)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.