Class XmlTrustedService
- java.lang.Object
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedService
-
- All Implemented Interfaces:
Serializable
public class XmlTrustedService extends Object implements Serializable
Java class for TrustedService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustedService"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ServiceType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="CapturedQualifiers" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Qualifier" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="AdditionalServiceInfoUris" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="additionalServiceInfoUri" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ServiceSupplyPoints" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serviceSupplyPoint" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="expiredCertsRevocationInfo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> <attribute name="ServiceDigitalIdentifier" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>additionalServiceInfoUrisprotected List<String>capturedQualifiersprotected DateendDateprotected DateexpiredCertsRevocationInfoprotected XmlCertificateserviceDigitalIdentifierprotected StringserviceNameprotected List<String>serviceSupplyPointsprotected StringserviceTypeprotected DatestartDateprotected Stringstatus
-
Constructor Summary
Constructors Constructor Description XmlTrustedService()
-
Method Summary
Modifier and Type Method Description List<String>getAdditionalServiceInfoUris()List<String>getCapturedQualifiers()DategetEndDate()Gets the value of the endDate property.DategetExpiredCertsRevocationInfo()Gets the value of the expiredCertsRevocationInfo property.XmlCertificategetServiceDigitalIdentifier()Gets the value of the serviceDigitalIdentifier property.StringgetServiceName()Gets the value of the serviceName property.List<String>getServiceSupplyPoints()StringgetServiceType()Gets the value of the serviceType property.DategetStartDate()Gets the value of the startDate property.StringgetStatus()Gets the value of the status property.voidsetAdditionalServiceInfoUris(List<String> additionalServiceInfoUris)voidsetCapturedQualifiers(List<String> capturedQualifiers)voidsetEndDate(Date value)Sets the value of the endDate property.voidsetExpiredCertsRevocationInfo(Date value)Sets the value of the expiredCertsRevocationInfo property.voidsetServiceDigitalIdentifier(XmlCertificate value)Sets the value of the serviceDigitalIdentifier property.voidsetServiceName(String value)Sets the value of the serviceName property.voidsetServiceSupplyPoints(List<String> serviceSupplyPoints)voidsetServiceType(String value)Sets the value of the serviceType property.voidsetStartDate(Date value)Sets the value of the startDate property.voidsetStatus(String value)Sets the value of the status property.
-
-
-
Field Detail
-
serviceName
protected String serviceName
-
serviceType
protected String serviceType
-
status
protected String status
-
startDate
protected Date startDate
-
endDate
protected Date endDate
-
expiredCertsRevocationInfo
protected Date expiredCertsRevocationInfo
-
serviceDigitalIdentifier
protected XmlCertificate serviceDigitalIdentifier
-
-
Method Detail
-
getServiceName
public String getServiceName()
Gets the value of the serviceName property.- Returns:
- possible object is
String
-
setServiceName
public void setServiceName(String value)
Sets the value of the serviceName property.- Parameters:
value- allowed object isString
-
getServiceType
public String getServiceType()
Gets the value of the serviceType property.- Returns:
- possible object is
String
-
setServiceType
public void setServiceType(String value)
Sets the value of the serviceType property.- Parameters:
value- allowed object isString
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getStartDate
public Date getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
public void setStartDate(Date value)
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-
getEndDate
public Date getEndDate()
Gets the value of the endDate property.- Returns:
- possible object is
String
-
setEndDate
public void setEndDate(Date value)
Sets the value of the endDate property.- Parameters:
value- allowed object isString
-
getExpiredCertsRevocationInfo
public Date getExpiredCertsRevocationInfo()
Gets the value of the expiredCertsRevocationInfo property.- Returns:
- possible object is
String
-
setExpiredCertsRevocationInfo
public void setExpiredCertsRevocationInfo(Date value)
Sets the value of the expiredCertsRevocationInfo property.- Parameters:
value- allowed object isString
-
getServiceDigitalIdentifier
public XmlCertificate getServiceDigitalIdentifier()
Gets the value of the serviceDigitalIdentifier property.- Returns:
- possible object is
Object
-
setServiceDigitalIdentifier
public void setServiceDigitalIdentifier(XmlCertificate value)
Sets the value of the serviceDigitalIdentifier property.- Parameters:
value- allowed object isObject
-
setAdditionalServiceInfoUris
public void setAdditionalServiceInfoUris(List<String> additionalServiceInfoUris)
-
-