Module jpms_dss_specs_trusted_list
Class CertificateContentReferenceEquivalenceType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.CertificateContentReferenceEquivalenceType
- All Implemented Interfaces:
Serializable
Java class for CertificateContentReferenceEquivalenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateContentReferenceEquivalenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateContentReferenceEquivalenceContext" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType"/>
<element name="CertificateContentDeclarationPointingParty" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}CriteriaListType"/>
<element name="CertificateContentDeclarationPointedParty" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}CriteriaListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CriteriaListTypeprotected CriteriaListTypeprotected eu.europa.esig.dss.enumerations.MRAEquivalenceContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateContentDeclarationPointedParty property.Gets the value of the certificateContentDeclarationPointingParty property.eu.europa.esig.dss.enumerations.MRAEquivalenceContextGets the value of the certificateContentReferenceEquivalenceContext property.voidSets the value of the certificateContentDeclarationPointedParty property.voidSets the value of the certificateContentDeclarationPointingParty property.voidsetCertificateContentReferenceEquivalenceContext(eu.europa.esig.dss.enumerations.MRAEquivalenceContext value) Sets the value of the certificateContentReferenceEquivalenceContext property.
-
Field Details
-
certificateContentReferenceEquivalenceContext
protected eu.europa.esig.dss.enumerations.MRAEquivalenceContext certificateContentReferenceEquivalenceContext -
certificateContentDeclarationPointingParty
-
certificateContentDeclarationPointedParty
-
-
Constructor Details
-
CertificateContentReferenceEquivalenceType
public CertificateContentReferenceEquivalenceType()
-
-
Method Details
-
getCertificateContentReferenceEquivalenceContext
public eu.europa.esig.dss.enumerations.MRAEquivalenceContext getCertificateContentReferenceEquivalenceContext()Gets the value of the certificateContentReferenceEquivalenceContext property.- Returns:
- possible object is
String
-
setCertificateContentReferenceEquivalenceContext
public void setCertificateContentReferenceEquivalenceContext(eu.europa.esig.dss.enumerations.MRAEquivalenceContext value) Sets the value of the certificateContentReferenceEquivalenceContext property.- Parameters:
value- allowed object isString
-
getCertificateContentDeclarationPointingParty
Gets the value of the certificateContentDeclarationPointingParty property.- Returns:
- possible object is
CriteriaListType
-
setCertificateContentDeclarationPointingParty
Sets the value of the certificateContentDeclarationPointingParty property.- Parameters:
value- allowed object isCriteriaListType
-
getCertificateContentDeclarationPointedParty
Gets the value of the certificateContentDeclarationPointedParty property.- Returns:
- possible object is
CriteriaListType
-
setCertificateContentDeclarationPointedParty
Sets the value of the certificateContentDeclarationPointedParty property.- Parameters:
value- allowed object isCriteriaListType
-