Class TSPType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TSPType
- All Implemented Interfaces:
Serializable
public class TSPType extends Object implements Serializable
Java class for TSPType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSPType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/02231/v2#}TSPInformation"/>
<element ref="{http://uri.etsi.org/02231/v2#}TSPServices"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected TSPInformationTypetspInformationprotected TSPServicesListTypetspServices -
Constructor Summary
Constructors Constructor Description TSPType() -
Method Summary
Modifier and Type Method Description TSPInformationTypegetTSPInformation()Gets the value of the tspInformation property.TSPServicesListTypegetTSPServices()Gets the value of the tspServices property.voidsetTSPInformation(TSPInformationType value)Sets the value of the tspInformation property.voidsetTSPServices(TSPServicesListType value)Sets the value of the tspServices property.
-
Field Details
-
Constructor Details
-
TSPType
public TSPType()
-
-
Method Details
-
getTSPInformation
Gets the value of the tspInformation property.- Returns:
- possible object is
TSPInformationType
-
setTSPInformation
Sets the value of the tspInformation property.- Parameters:
value- allowed object isTSPInformationType
-
getTSPServices
Gets the value of the tspServices property.- Returns:
- possible object is
TSPServicesListType
-
setTSPServices
Sets the value of the tspServices property.- Parameters:
value- allowed object isTSPServicesListType
-