Class XmlOriginalThirdCountryTrustServiceMapping
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlOriginalThirdCountryTrustServiceMapping
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
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<XmlQualifier> 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
-
XmlOriginalThirdCountryTrustServiceMapping
public XmlOriginalThirdCountryTrustServiceMapping()
-
-
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
-