Class ServiceTypeASi

java.lang.Object
eu.europa.esig.dss.spi.tsl.ServiceTypeASi
All Implemented Interfaces:
Serializable

public class ServiceTypeASi extends Object implements Serializable
Contains information extracted from TrustServiceTSLType element
See Also:
  • Constructor Details

    • ServiceTypeASi

      public ServiceTypeASi()
      Default constructor instantiating object with null values
  • Method Details

    • getType

      public String getType()
      Gets the ServiceTypeIdentifier value
      Returns:
      String
    • setType

      public void setType(String type)
      Sets the ServiceTypeIdentifier value
      Parameters:
      type - String
    • getAsi

      public String getAsi()
      Gets the AdditionalServiceInformation value
      Returns:
      String
    • setAsi

      public void setAsi(String asi)
      Sets the AdditionalServiceInformation value
      Parameters:
      asi - String