Class XmlTrustService

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTrustService
All Implemented Interfaces:
Serializable

public class XmlTrustService extends Object implements Serializable

Java class for TrustService complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrustService">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServiceNames" minOccurs="0">
           <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" minOccurs="0"/>
                 </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" type="{http://dss.esig.europa.eu/validation/diagnostic}CapturedQualifiers" minOccurs="0"/>
         <element name="AdditionalServiceInfoUris" type="{http://dss.esig.europa.eu/validation/diagnostic}AdditionalServiceInfoUris" minOccurs="0"/>
         <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"/>
         <element name="MRATrustServiceMapping" type="{http://dss.esig.europa.eu/validation/diagnostic}MRATrustServiceMapping" minOccurs="0"/>
       </sequence>
       <attribute name="ServiceDigitalIdentifier" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="enactedMRA" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • serviceNames

      protected List<XmlLangAndValue> serviceNames
    • serviceType

      protected String serviceType
    • status

      protected String status
    • startDate

      protected Date startDate
    • endDate

      protected Date endDate
    • capturedQualifiers

      protected List<XmlQualifier> capturedQualifiers
    • additionalServiceInfoUris

      protected List<String> additionalServiceInfoUris
    • serviceSupplyPoints

      protected List<String> serviceSupplyPoints
    • expiredCertsRevocationInfo

      protected Date expiredCertsRevocationInfo
    • mraTrustServiceMapping

      protected XmlMRATrustServiceMapping mraTrustServiceMapping
    • serviceDigitalIdentifier

      protected XmlCertificate serviceDigitalIdentifier
    • enactedMRA

      protected Boolean enactedMRA
  • Constructor Details

    • XmlTrustService

      public XmlTrustService()
  • Method Details

    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getMRATrustServiceMapping

      public XmlMRATrustServiceMapping getMRATrustServiceMapping()
      Gets the value of the mraTrustServiceMapping property.
      Returns:
      possible object is XmlMRATrustServiceMapping
    • setMRATrustServiceMapping

      public void setMRATrustServiceMapping(XmlMRATrustServiceMapping value)
      Sets the value of the mraTrustServiceMapping property.
      Parameters:
      value - allowed object is XmlMRATrustServiceMapping
    • 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 is Object
    • isEnactedMRA

      public Boolean isEnactedMRA()
      Gets the value of the enactedMRA property.
      Returns:
      possible object is Boolean
    • setEnactedMRA

      public void setEnactedMRA(Boolean value)
      Sets the value of the enactedMRA property.
      Parameters:
      value - allowed object is Boolean
    • getServiceNames

      public List<XmlLangAndValue> getServiceNames()
    • setServiceNames

      public void setServiceNames(List<XmlLangAndValue> serviceNames)
    • getCapturedQualifiers

      public List<XmlQualifier> getCapturedQualifiers()
    • setCapturedQualifiers

      public void setCapturedQualifiers(List<XmlQualifier> capturedQualifiers)
    • getAdditionalServiceInfoUris

      public List<String> getAdditionalServiceInfoUris()
    • setAdditionalServiceInfoUris

      public void setAdditionalServiceInfoUris(List<String> additionalServiceInfoUris)
    • getServiceSupplyPoints

      public List<String> getServiceSupplyPoints()
    • setServiceSupplyPoints

      public void setServiceSupplyPoints(List<String> serviceSupplyPoints)