Package org.cxml
Class XadesAttributeRevocationValues
java.lang.Object
org.cxml.XadesAttributeRevocationValues
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XadesCRLValuesprotected XadesOCSPValuesprotected XadesOtherValues -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesCRLValues property.Gets the value of the xadesOCSPValues property.Gets the value of the xadesOtherValues property.voidSets the value of the id property.voidsetXadesCRLValues(XadesCRLValues value) Sets the value of the xadesCRLValues property.voidSets the value of the xadesOCSPValues property.voidSets the value of the xadesOtherValues property.
-
Field Details
-
id
-
xadesCRLValues
-
xadesOCSPValues
-
xadesOtherValues
-
-
Constructor Details
-
XadesAttributeRevocationValues
public XadesAttributeRevocationValues()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesCRLValues
Gets the value of the xadesCRLValues property.- Returns:
- possible object is
XadesCRLValues
-
setXadesCRLValues
Sets the value of the xadesCRLValues property.- Parameters:
value- allowed object isXadesCRLValues
-
getXadesOCSPValues
Gets the value of the xadesOCSPValues property.- Returns:
- possible object is
XadesOCSPValues
-
setXadesOCSPValues
Sets the value of the xadesOCSPValues property.- Parameters:
value- allowed object isXadesOCSPValues
-
getXadesOtherValues
Gets the value of the xadesOtherValues property.- Returns:
- possible object is
XadesOtherValues
-
setXadesOtherValues
Sets the value of the xadesOtherValues property.- Parameters:
value- allowed object isXadesOtherValues
-