Class XmlOriginalThirdCountryTrustedServiceMapping

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

public class XmlOriginalThirdCountryTrustedServiceMapping extends Object implements Serializable

Java class for OriginalThirdCountryTrustedServiceMapping complex type.

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

 <complexType name="OriginalThirdCountryTrustedServiceMapping">
   <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<String> capturedQualifiers
    • additionalServiceInfoUris

      protected List<String> additionalServiceInfoUris
  • Constructor Details

    • XmlOriginalThirdCountryTrustedServiceMapping

      public XmlOriginalThirdCountryTrustedServiceMapping()
  • 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<String> getCapturedQualifiers()
    • setCapturedQualifiers

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

      public List<String> getAdditionalServiceInfoUris()
    • setAdditionalServiceInfoUris

      public void setAdditionalServiceInfoUris(List<String> additionalServiceInfoUris)