Package org.cxml
Class XadesRevocationValues
- java.lang.Object
-
- org.cxml.XadesRevocationValues
-
public class XadesRevocationValues extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected XadesCRLValuesxadesCRLValuesprotected XadesOCSPValuesxadesOCSPValuesprotected XadesOtherValuesxadesOtherValues
-
Constructor Summary
Constructors Constructor Description XadesRevocationValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.XadesCRLValuesgetXadesCRLValues()Gets the value of the xadesCRLValues property.XadesOCSPValuesgetXadesOCSPValues()Gets the value of the xadesOCSPValues property.XadesOtherValuesgetXadesOtherValues()Gets the value of the xadesOtherValues property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetXadesCRLValues(XadesCRLValues value)Sets the value of the xadesCRLValues property.voidsetXadesOCSPValues(XadesOCSPValues value)Sets the value of the xadesOCSPValues property.voidsetXadesOtherValues(XadesOtherValues value)Sets the value of the xadesOtherValues property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesCRLValues
protected XadesCRLValues xadesCRLValues
-
xadesOCSPValues
protected XadesOCSPValues xadesOCSPValues
-
xadesOtherValues
protected XadesOtherValues xadesOtherValues
-
-
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
-
getXadesCRLValues
public XadesCRLValues getXadesCRLValues()
Gets the value of the xadesCRLValues property.- Returns:
- possible object is
XadesCRLValues
-
setXadesCRLValues
public void setXadesCRLValues(XadesCRLValues value)
Sets the value of the xadesCRLValues property.- Parameters:
value- allowed object isXadesCRLValues
-
getXadesOCSPValues
public XadesOCSPValues getXadesOCSPValues()
Gets the value of the xadesOCSPValues property.- Returns:
- possible object is
XadesOCSPValues
-
setXadesOCSPValues
public void setXadesOCSPValues(XadesOCSPValues value)
Sets the value of the xadesOCSPValues property.- Parameters:
value- allowed object isXadesOCSPValues
-
getXadesOtherValues
public XadesOtherValues getXadesOtherValues()
Gets the value of the xadesOtherValues property.- Returns:
- possible object is
XadesOtherValues
-
setXadesOtherValues
public void setXadesOtherValues(XadesOtherValues value)
Sets the value of the xadesOtherValues property.- Parameters:
value- allowed object isXadesOtherValues
-
-