org.apache.juddi.model
Class SignedInfo
java.lang.Object
org.apache.juddi.model.SignedInfo
- All Implemented Interfaces:
- Serializable
public class SignedInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignedInfo
public SignedInfo()
getId
public Long getId()
setId
public void setId(Long id)
getCanonicalizationMethod
public CanonicalizationMethod getCanonicalizationMethod()
setCanonicalizationMethod
public void setCanonicalizationMethod(CanonicalizationMethod canonicalizationMethod)
getSignatureMethod
public SignatureMethod getSignatureMethod()
setSignatureMethod
public void setSignatureMethod(SignatureMethod signatureMethod)
getReference
public List<Reference> getReference()
setReference
public void setReference(List<Reference> reference)
getXmlID
public String getXmlID()
setXmlID
public void setXmlID(String xmlID)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.