Class XmlOriginalThirdCountryTrustedServiceMapping
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlOriginalThirdCountryTrustedServiceMapping
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serviceType property.Gets the value of the status property.void
setAdditionalServiceInfoUris
(List<String> additionalServiceInfoUris) void
setCapturedQualifiers
(List<String> capturedQualifiers) void
setServiceType
(String value) Sets the value of the serviceType property.void
Sets the value of the status property.
-
Field Details
-
serviceType
-
status
-
capturedQualifiers
-
additionalServiceInfoUris
-
-
Constructor Details
-
XmlOriginalThirdCountryTrustedServiceMapping
public XmlOriginalThirdCountryTrustedServiceMapping()
-
-
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
-
getCapturedQualifiers
-
setCapturedQualifiers
-
getAdditionalServiceInfoUris
-
setAdditionalServiceInfoUris
-