Package eu.europa.esig.dss.diagnostic
Class TrustedServiceWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.TrustedServiceWrapper
public class TrustedServiceWrapper extends Object
-
Constructor Summary
Constructors Constructor Description TrustedServiceWrapper() -
Method Summary
Modifier and Type Method Description List<String>getAdditionalServiceInfos()List<String>getCapturedQualifiers()StringgetCountryCode()DategetEndDate()XmlTrustedListgetListOfTrustedLists()CertificateWrappergetServiceDigitalIdentifier()List<String>getServiceNames()DategetStartDate()StringgetStatus()XmlTrustedListgetTrustedList()List<String>getTspNames()StringgetType()voidsetAdditionalServiceInfos(List<String> additionalServiceInfos)voidsetCapturedQualifiers(List<String> capturedQualifiers)voidsetCountryCode(String countryCode)voidsetEndDate(Date endDate)voidsetListOfTrustedLists(XmlTrustedList lotl)voidsetServiceDigitalIdentifier(CertificateWrapper serviceDigitalIdentifier)voidsetServiceNames(List<String> serviceNames)voidsetStartDate(Date startDate)voidsetStatus(String status)voidsetTrustedList(XmlTrustedList trustedList)voidsetTspNames(List<String> tspNames)voidsetType(String type)
-
Constructor Details
-
TrustedServiceWrapper
public TrustedServiceWrapper()
-
-
Method Details
-
getTrustedList
-
setTrustedList
-
getListOfTrustedLists
-
setListOfTrustedLists
-
getTspNames
-
setTspNames
-
getServiceDigitalIdentifier
-
setServiceDigitalIdentifier
-
getServiceNames
-
setServiceNames
-
getCountryCode
-
setCountryCode
-
getStatus
-
setStatus
-
getType
-
setType
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getCapturedQualifiers
-
setCapturedQualifiers
-
getAdditionalServiceInfos
-
setAdditionalServiceInfos
-