Package eu.europa.esig.dss.spi.tsl
Class ServiceInfoStatus
- java.lang.Object
-
- eu.europa.esig.dss.spi.util.BaseTimeDependent
-
- eu.europa.esig.dss.spi.tsl.ServiceInfoStatus
-
- All Implemented Interfaces:
TimeDependent,Serializable
public class ServiceInfoStatus extends BaseTimeDependent implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
Modifier and Type Method Description List<String>getAdditionalServiceInfoUris()Returns a List of AdditionalServiceInformationDategetExpiredCertsRevocationInfo()Returns the ExpiredCertsRevocationInfo's dateMap<String,List<Condition>>getQualifiersAndConditions()Returns a Map of qualifiers with its conditionsStringgetServiceName()Returns the service nameList<String>getServiceSupplyPoints()Returns a list of ServiceSupplyPointsStringgetStatus()Returns the ServiceStatusStringgetType()Returns the ServiceTypeIdentifierStringtoString()-
Methods inherited from class eu.europa.esig.dss.spi.util.BaseTimeDependent
getEndDate, getStartDate, setEndDate, setStartDate
-
-
-
-
Method Detail
-
getServiceName
public String getServiceName()
Returns the service name- Returns:
- the service name
-
getType
public String getType()
Returns the ServiceTypeIdentifier- Returns:
- the ServiceTypeIdentifier
-
getStatus
public String getStatus()
Returns the ServiceStatus- Returns:
- the ServiceStatus
-
getQualifiersAndConditions
public Map<String,List<Condition>> getQualifiersAndConditions()
Returns a Map of qualifiers with its conditions- Returns:
- a Map of qualifiers with its conditions
-
getAdditionalServiceInfoUris
public List<String> getAdditionalServiceInfoUris()
Returns a List of AdditionalServiceInformation- Returns:
- the list of AdditionalServiceInformation
-
getServiceSupplyPoints
public List<String> getServiceSupplyPoints()
Returns a list of ServiceSupplyPoints- Returns:
- the list of ServiceSupplyPoints
-
getExpiredCertsRevocationInfo
public Date getExpiredCertsRevocationInfo()
Returns the ExpiredCertsRevocationInfo's date- Returns:
- the date ExpiredCertsRevocationInfo
-
toString
public String toString()
- Overrides:
toStringin classBaseTimeDependent
-
-