java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TSPType
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tspInformation property.Gets the value of the tspServices property.voidSets the value of the tspInformation property.voidSets the value of the tspServices property.
-
Field Details
-
tspInformation
-
tspServices
-
-
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
-