public class XmlTrustedServiceProvider extends Object
Java class for TrustedServiceProvider complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustedServiceProvider">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TSPName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TSPServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TrustedServices">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustedService" type="{http://dss.esig.europa.eu/validation/diagnostic}TrustedService" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
countryCode |
protected List<XmlTrustedService> |
trustedServices |
protected String |
tspName |
protected String |
tspServiceName |
| Constructor and Description |
|---|
XmlTrustedServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
List<XmlTrustedService> |
getTrustedServices() |
String |
getTSPName()
Gets the value of the tspName property.
|
String |
getTSPServiceName()
Gets the value of the tspServiceName property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setTrustedServices(List<XmlTrustedService> trustedServices) |
void |
setTSPName(String value)
Sets the value of the tspName property.
|
void |
setTSPServiceName(String value)
Sets the value of the tspServiceName property.
|
protected String tspName
protected String tspServiceName
protected String countryCode
protected List<XmlTrustedService> trustedServices
public String getTSPName()
Stringpublic void setTSPName(String value)
value - allowed object is
Stringpublic String getTSPServiceName()
Stringpublic void setTSPServiceName(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic List<XmlTrustedService> getTrustedServices()
public void setTrustedServices(List<XmlTrustedService> trustedServices)
Copyright © 2018. All rights reserved.