Class SAVRIType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.AttributeBaseType
-
- eu.europa.esig.validationreport.jaxb.SAVRIType
-
- All Implemented Interfaces:
Serializable
public class SAVRIType extends AttributeBaseType implements Serializable
Java class for SAVRIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SAVRIType"> <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"/> <element name="TU" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TS" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected VOReferenceTypecertsprotected VOReferenceTypecrLsprotected VOReferenceTypeocsPsprotected SATimestampTypetsprotected Stringtu-
Fields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed
-
-
Constructor Summary
Constructors Constructor Description SAVRIType()
-
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.SATimestampTypegetTS()Gets the value of the ts property.StringgetTU()Gets the value of the tu 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.voidsetTS(SATimestampType value)Sets the value of the ts property.voidsetTU(String value)Sets the value of the tu property.-
Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
-
-
-
Field Detail
-
certs
protected VOReferenceType certs
-
crLs
protected VOReferenceType crLs
-
ocsPs
protected VOReferenceType ocsPs
-
tu
protected String tu
-
ts
protected SATimestampType ts
-
-
Method Detail
-
getCerts
public VOReferenceType getCerts()
Gets the value of the certs property.- Returns:
- possible object is
VOReferenceType
-
setCerts
public void setCerts(VOReferenceType value)
Sets the value of the certs property.- Parameters:
value- allowed object isVOReferenceType
-
getCRLs
public VOReferenceType getCRLs()
Gets the value of the crLs property.- Returns:
- possible object is
VOReferenceType
-
setCRLs
public void setCRLs(VOReferenceType value)
Sets the value of the crLs property.- Parameters:
value- allowed object isVOReferenceType
-
getOCSPs
public VOReferenceType getOCSPs()
Gets the value of the ocsPs property.- Returns:
- possible object is
VOReferenceType
-
setOCSPs
public void setOCSPs(VOReferenceType value)
Sets the value of the ocsPs property.- Parameters:
value- allowed object isVOReferenceType
-
setTU
public void setTU(String value)
Sets the value of the tu property.- Parameters:
value- allowed object isString
-
getTS
public SATimestampType getTS()
Gets the value of the ts property.- Returns:
- possible object is
SATimestampType
-
setTS
public void setTS(SATimestampType value)
Sets the value of the ts property.- Parameters:
value- allowed object isSATimestampType
-
-