org.apache.juddi.model
Class SignatureValue

java.lang.Object
  extended by org.apache.juddi.model.SignatureValue
All Implemented Interfaces:
Serializable

public class SignatureValue
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SignatureValue()
           
 
Method Summary
 Long getId()
           
 byte[] getValue()
           
 String getXmlID()
           
 void setId(Long id)
           
 void setValue(byte[] value)
           
 void setXmlID(String xmlID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureValue

public SignatureValue()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getValue

public byte[] getValue()

setValue

public void setValue(byte[] value)

getXmlID

public String getXmlID()

setXmlID

public void setXmlID(String xmlID)


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