Class ServiceHistoryInstanceType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.ServiceHistoryInstanceType
All Implemented Interfaces:
Serializable

public class ServiceHistoryInstanceType extends Object implements Serializable

Java class for ServiceHistoryInstanceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceHistoryInstanceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceTypeIdentifier"/>
         <element name="ServiceName" type="{http://uri.etsi.org/02231/v2#}InternationalNamesType"/>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceDigitalIdentity"/>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceStatus"/>
         <element name="StatusStartingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="ServiceInformationExtensions" type="{http://uri.etsi.org/02231/v2#}ExtensionsListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ServiceHistoryInstanceType

      public ServiceHistoryInstanceType()
  • 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
    • getServiceName

      public InternationalNamesType getServiceName()
      Gets the value of the serviceName property.
      Returns:
      possible object is InternationalNamesType
    • setServiceName

      public void setServiceName(InternationalNamesType value)
      Sets the value of the serviceName property.
      Parameters:
      value - allowed object is InternationalNamesType
    • getServiceDigitalIdentity

      public DigitalIdentityListType getServiceDigitalIdentity()
      Gets the value of the serviceDigitalIdentity property.
      Returns:
      possible object is DigitalIdentityListType
    • setServiceDigitalIdentity

      public void setServiceDigitalIdentity(DigitalIdentityListType value)
      Sets the value of the serviceDigitalIdentity property.
      Parameters:
      value - allowed object is DigitalIdentityListType
    • getServiceStatus

      public String getServiceStatus()
      Gets the value of the serviceStatus property.
      Returns:
      possible object is String
    • setServiceStatus

      public void setServiceStatus(String value)
      Sets the value of the serviceStatus property.
      Parameters:
      value - allowed object is String
    • getStatusStartingTime

      public XMLGregorianCalendar getStatusStartingTime()
      Gets the value of the statusStartingTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStatusStartingTime

      public void setStatusStartingTime(XMLGregorianCalendar value)
      Sets the value of the statusStartingTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getServiceInformationExtensions

      public ExtensionsListType getServiceInformationExtensions()
      Gets the value of the serviceInformationExtensions property.
      Returns:
      possible object is ExtensionsListType
    • setServiceInformationExtensions

      public void setServiceInformationExtensions(ExtensionsListType value)
      Sets the value of the serviceInformationExtensions property.
      Parameters:
      value - allowed object is ExtensionsListType