Class SADSSType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SADSSType
- All Implemented Interfaces:
Serializable
public class SADSSType extends AttributeBaseType implements Serializable
Java class for SADSSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SADSSType">
<complexContent>
<extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType">
<sequence>
<element name="Certs" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/>
<element name="CRLs" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/>
<element name="OCSPs" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected VOReferenceTypecertsprotected VOReferenceTypecrLsprotected VOReferenceTypeocsPsFields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed -
Constructor Summary
Constructors Constructor Description SADSSType() -
Method Summary
Modifier and Type Method Description VOReferenceTypegetCerts()Gets the value of the certs property.VOReferenceTypegetCRLs()Gets the value of the crLs property.VOReferenceTypegetOCSPs()Gets the value of the ocsPs property.voidsetCerts(VOReferenceType value)Sets the value of the certs property.voidsetCRLs(VOReferenceType value)Sets the value of the crLs property.voidsetOCSPs(VOReferenceType value)Sets the value of the ocsPs property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
Constructor Details
-
SADSSType
public SADSSType()
-
-
Method Details
-
getCerts
Gets the value of the certs property.- Returns:
- possible object is
VOReferenceType
-
setCerts
Sets the value of the certs property.- Parameters:
value- allowed object isVOReferenceType
-
getCRLs
Gets the value of the crLs property.- Returns:
- possible object is
VOReferenceType
-
setCRLs
Sets the value of the crLs property.- Parameters:
value- allowed object isVOReferenceType
-
getOCSPs
Gets the value of the ocsPs property.- Returns:
- possible object is
VOReferenceType
-
setOCSPs
Sets the value of the ocsPs property.- Parameters:
value- allowed object isVOReferenceType
-