Package eu.europa.esig.dss.model.tsl
Class MRA
java.lang.Object
eu.europa.esig.dss.model.tsl.MRA
- All Implemented Interfaces:
Serializable
This object contains information extracted from the MutualRecognitionAgreementInformation element
of a Mutual Recognition Agreement schema
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value defined within pointedContractingPartyLegislation attributeGets the value defined within pointingContractingPartyLegislation attributeGets the list of equivalence mapping between Trust ServicesGets the technical type attribute valueGets the version attribute valuevoidsetPointedContractingPartyLegislation(String pointedContractingPartyLegislation) Sets the value defined within pointedContractingPartyLegislation attributevoidsetPointingContractingPartyLegislation(String pointingContractingPartyLegislation) Sets the value defined within pointingContractingPartyLegislation attributevoidsetServiceEquivalence(List<MutableTimeDependentValues<ServiceEquivalence>> serviceEquivalence) Sets the list of equivalence mapping between Trust ServicesvoidsetTechnicalType(String technicalType) Sets the technical type attribute valuevoidsetVersion(String version) Sets the version attribute value
-
Constructor Details
-
MRA
public MRA()Default constructor instantiating object with null values
-
-
Method Details
-
getTechnicalType
-
setTechnicalType
-
getVersion
-
setVersion
-
getPointingContractingPartyLegislation
-
setPointingContractingPartyLegislation
-
getPointedContractingPartyLegislation
-
setPointedContractingPartyLegislation
-
getServiceEquivalence
Gets the list of equivalence mapping between Trust Services- Returns:
- a list of
MutableTimeDependentValues<ServiceEquivalence>s
-
setServiceEquivalence
public void setServiceEquivalence(List<MutableTimeDependentValues<ServiceEquivalence>> serviceEquivalence) Sets the list of equivalence mapping between Trust Services- Parameters:
serviceEquivalence- a list ofMutableTimeDependentValues<ServiceEquivalence>s
-