Module jpms_dss_specs_trusted_list
Class TrustServiceTSLTypeType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceTSLTypeType
- All Implemented Interfaces:
Serializable
Java class for TrustServiceTSLTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustServiceTSLTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/02231/v2#}ServiceTypeIdentifier"/>
<element ref="{http://uri.etsi.org/02231/v2#}AdditionalServiceInformation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalServiceInformation property.Gets the value of the serviceTypeIdentifier property.voidSets the value of the additionalServiceInformation property.voidsetServiceTypeIdentifier(String value) Sets the value of the serviceTypeIdentifier property.
-
Field Details
-
serviceTypeIdentifier
-
additionalServiceInformation
-
-
Constructor Details
-
TrustServiceTSLTypeType
public TrustServiceTSLTypeType()
-
-
Method Details
-
getServiceTypeIdentifier
Gets the value of the serviceTypeIdentifier property.- Returns:
- possible object is
String
-
setServiceTypeIdentifier
Sets the value of the serviceTypeIdentifier property.- Parameters:
value- allowed object isString
-
getAdditionalServiceInformation
Gets the value of the additionalServiceInformation property.- Returns:
- possible object is
AdditionalServiceInformationType
-
setAdditionalServiceInformation
Sets the value of the additionalServiceInformation property.- Parameters:
value- allowed object isAdditionalServiceInformationType
-