Package eu.europa.esig.dss.spi.tsl
Class MRA
java.lang.Object
eu.europa.esig.dss.spi.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
-
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 valuevoid
setPointedContractingPartyLegislation
(String pointedContractingPartyLegislation) Sets the value defined within pointedContractingPartyLegislation attributevoid
setPointingContractingPartyLegislation
(String pointingContractingPartyLegislation) Sets the value defined within pointingContractingPartyLegislation attributevoid
setServiceEquivalence
(List<MutableTimeDependentValues<ServiceEquivalence>> serviceEquivalence) Sets the list of equivalence mapping between Trust Servicesvoid
setTechnicalType
(String technicalType) Sets the technical type attribute valuevoid
setVersion
(String version) Sets the version attribute value
-
Constructor Details
-
MRA
public MRA()Default constructor instantiating object with null values
-
-
Method Details
-
getTechnicalType
Gets the technical type attribute value- Returns:
String
-
setTechnicalType
Sets the technical type attribute value- Parameters:
technicalType
-String
-
getVersion
Gets the version attribute value- Returns:
String
-
setVersion
Sets the version attribute value- Parameters:
version
-String
-
getPointingContractingPartyLegislation
Gets the value defined within pointingContractingPartyLegislation attribute- Returns:
String
-
setPointingContractingPartyLegislation
Sets the value defined within pointingContractingPartyLegislation attribute- Parameters:
pointingContractingPartyLegislation
-String
-
getPointedContractingPartyLegislation
Gets the value defined within pointedContractingPartyLegislation attribute- Returns:
String
-
setPointedContractingPartyLegislation
Sets the value defined within pointedContractingPartyLegislation attribute- Parameters:
pointedContractingPartyLegislation
-String
-
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
-