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="ServiceNames"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceName" type="{http://dss.esig.europa.eu/validation/diagnostic}LangAndValue" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <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>
additionalServiceInfoUris
protected List<String>
capturedQualifiers
protected Date
endDate
protected Date
expiredCertsRevocationInfo
protected XmlCertificate
serviceDigitalIdentifier
protected List<XmlLangAndValue>
serviceNames
protected List<String>
serviceSupplyPoints
protected String
serviceType
protected Date
startDate
protected String
status
-
Constructor Summary
Constructors Constructor Description XmlTrustedService()
-
Method Summary
Modifier and Type Method Description List<String>
getAdditionalServiceInfoUris()
List<String>
getCapturedQualifiers()
Date
getEndDate()
Gets the value of the endDate property.Date
getExpiredCertsRevocationInfo()
Gets the value of the expiredCertsRevocationInfo property.XmlCertificate
getServiceDigitalIdentifier()
Gets the value of the serviceDigitalIdentifier property.List<XmlLangAndValue>
getServiceNames()
List<String>
getServiceSupplyPoints()
String
getServiceType()
Gets the value of the serviceType property.Date
getStartDate()
Gets the value of the startDate property.String
getStatus()
Gets the value of the status property.void
setAdditionalServiceInfoUris(List<String> additionalServiceInfoUris)
void
setCapturedQualifiers(List<String> capturedQualifiers)
void
setEndDate(Date value)
Sets the value of the endDate property.void
setExpiredCertsRevocationInfo(Date value)
Sets the value of the expiredCertsRevocationInfo property.void
setServiceDigitalIdentifier(XmlCertificate value)
Sets the value of the serviceDigitalIdentifier property.void
setServiceNames(List<XmlLangAndValue> serviceNames)
void
setServiceSupplyPoints(List<String> serviceSupplyPoints)
void
setServiceType(String value)
Sets the value of the serviceType property.void
setStartDate(Date value)
Sets the value of the startDate property.void
setStatus(String value)
Sets the value of the status property.
-
Field Details
-
Constructor Details
-
XmlTrustedService
public XmlTrustedService()
-
-
Method Details
-
getServiceType
Gets the value of the serviceType property.- Returns:
- possible object is
String
-
setServiceType
Sets the value of the serviceType property.- Parameters:
value
- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
Sets the value of the startDate property.- Parameters:
value
- allowed object isString
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
String
-
setEndDate
Sets the value of the endDate property.- Parameters:
value
- allowed object isString
-
getExpiredCertsRevocationInfo
Gets the value of the expiredCertsRevocationInfo property.- Returns:
- possible object is
String
-
setExpiredCertsRevocationInfo
Sets the value of the expiredCertsRevocationInfo property.- Parameters:
value
- allowed object isString
-
getServiceDigitalIdentifier
Gets the value of the serviceDigitalIdentifier property.- Returns:
- possible object is
Object
-
setServiceDigitalIdentifier
Sets the value of the serviceDigitalIdentifier property.- Parameters:
value
- allowed object isObject
-
getServiceNames
-
setServiceNames
-
getCapturedQualifiers
-
setCapturedQualifiers
-
getAdditionalServiceInfoUris
-
setAdditionalServiceInfoUris
-
getServiceSupplyPoints
-
setServiceSupplyPoints
-