Class XmlOriginalThirdCountryTrustServiceMapping

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

public class XmlOriginalThirdCountryTrustServiceMapping extends Object implements Serializable

Java class for OriginalThirdCountryTrustServiceMapping complex type.

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

<complexType name="OriginalThirdCountryTrustServiceMapping">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ServiceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • serviceType

      protected String serviceType
    • status

      protected String status
    • capturedQualifiers

      protected List<XmlQualifier> capturedQualifiers
    • additionalServiceInfoUris

      protected List<String> additionalServiceInfoUris
  • Constructor Details

    • XmlOriginalThirdCountryTrustServiceMapping

      public XmlOriginalThirdCountryTrustServiceMapping()
  • 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
    • getCapturedQualifiers

      public List<XmlQualifier> getCapturedQualifiers()
    • setCapturedQualifiers

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

      public List<String> getAdditionalServiceInfoUris()
    • setAdditionalServiceInfoUris

      public void setAdditionalServiceInfoUris(List<String> additionalServiceInfoUris)