Class TrustServiceTSLTypeType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceTSLTypeType
All Implemented Interfaces:
Serializable

public class TrustServiceTSLTypeType extends Object implements 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 Details

  • Constructor Details

    • TrustServiceTSLTypeType

      public TrustServiceTSLTypeType()
  • Method Details

    • getServiceTypeIdentifier

      public String getServiceTypeIdentifier()
      Gets the value of the serviceTypeIdentifier property.
      Returns:
      possible object is String
    • setServiceTypeIdentifier

      public void setServiceTypeIdentifier(String value)
      Sets the value of the serviceTypeIdentifier property.
      Parameters:
      value - allowed object is String
    • getAdditionalServiceInformation

      public AdditionalServiceInformationType getAdditionalServiceInformation()
      Gets the value of the additionalServiceInformation property.
      Returns:
      possible object is AdditionalServiceInformationType
    • setAdditionalServiceInformation

      public void setAdditionalServiceInformation(AdditionalServiceInformationType value)
      Sets the value of the additionalServiceInformation property.
      Parameters:
      value - allowed object is AdditionalServiceInformationType