org.apache.juddi.model
Class CanonicalizationMethod

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

public class CanonicalizationMethod
extends java.lang.Object

Author:
jsightler

Constructor Summary
CanonicalizationMethod()
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 java.lang.Long getId()
           
 void setAlgorithm(java.lang.String algorithm)
           
 void setId(java.lang.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 java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getAlgorithm

public java.lang.String getAlgorithm()

setAlgorithm

public void setAlgorithm(java.lang.String algorithm)


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