Package org.cxml
Class XadesCompleteRevocationRefs
- java.lang.Object
-
- org.cxml.XadesCompleteRevocationRefs
-
public class XadesCompleteRevocationRefs extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected XadesCRLRefsxadesCRLRefsprotected XadesOCSPRefsxadesOCSPRefsprotected XadesOtherRefsxadesOtherRefs
-
Constructor Summary
Constructors Constructor Description XadesCompleteRevocationRefs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.XadesCRLRefsgetXadesCRLRefs()Gets the value of the xadesCRLRefs property.XadesOCSPRefsgetXadesOCSPRefs()Gets the value of the xadesOCSPRefs property.XadesOtherRefsgetXadesOtherRefs()Gets the value of the xadesOtherRefs property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetXadesCRLRefs(XadesCRLRefs value)Sets the value of the xadesCRLRefs property.voidsetXadesOCSPRefs(XadesOCSPRefs value)Sets the value of the xadesOCSPRefs property.voidsetXadesOtherRefs(XadesOtherRefs value)Sets the value of the xadesOtherRefs property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesCRLRefs
protected XadesCRLRefs xadesCRLRefs
-
xadesOCSPRefs
protected XadesOCSPRefs xadesOCSPRefs
-
xadesOtherRefs
protected XadesOtherRefs xadesOtherRefs
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesCRLRefs
public XadesCRLRefs getXadesCRLRefs()
Gets the value of the xadesCRLRefs property.- Returns:
- possible object is
XadesCRLRefs
-
setXadesCRLRefs
public void setXadesCRLRefs(XadesCRLRefs value)
Sets the value of the xadesCRLRefs property.- Parameters:
value- allowed object isXadesCRLRefs
-
getXadesOCSPRefs
public XadesOCSPRefs getXadesOCSPRefs()
Gets the value of the xadesOCSPRefs property.- Returns:
- possible object is
XadesOCSPRefs
-
setXadesOCSPRefs
public void setXadesOCSPRefs(XadesOCSPRefs value)
Sets the value of the xadesOCSPRefs property.- Parameters:
value- allowed object isXadesOCSPRefs
-
getXadesOtherRefs
public XadesOtherRefs getXadesOtherRefs()
Gets the value of the xadesOtherRefs property.- Returns:
- possible object is
XadesOtherRefs
-
setXadesOtherRefs
public void setXadesOtherRefs(XadesOtherRefs value)
Sets the value of the xadesOtherRefs property.- Parameters:
value- allowed object isXadesOtherRefs
-
-