org.apache.juddi.model
Class CanonicalizationMethod

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

public class CanonicalizationMethod
extends Object

Author:
jsightler

Constructor Summary
CanonicalizationMethod()
           
 
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

CanonicalizationMethod

public CanonicalizationMethod()
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.