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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected DigitalIdentityListTypeserviceDigitalIdentityprotected ExtensionsListTypeserviceInformationExtensionsprotected InternationalNamesTypeserviceNameprotected StringserviceStatusprotected StringserviceTypeIdentifierprotected XMLGregorianCalendarstatusStartingTime -
Constructor Summary
Constructors Constructor Description ServiceHistoryInstanceType() -
Method Summary
Modifier and Type Method Description DigitalIdentityListTypegetServiceDigitalIdentity()Gets the value of the serviceDigitalIdentity property.ExtensionsListTypegetServiceInformationExtensions()Gets the value of the serviceInformationExtensions property.InternationalNamesTypegetServiceName()Gets the value of the serviceName property.StringgetServiceStatus()Gets the value of the serviceStatus property.StringgetServiceTypeIdentifier()Gets the value of the serviceTypeIdentifier property.XMLGregorianCalendargetStatusStartingTime()Gets the value of the statusStartingTime property.voidsetServiceDigitalIdentity(DigitalIdentityListType value)Sets the value of the serviceDigitalIdentity property.voidsetServiceInformationExtensions(ExtensionsListType value)Sets the value of the serviceInformationExtensions property.voidsetServiceName(InternationalNamesType value)Sets the value of the serviceName property.voidsetServiceStatus(String value)Sets the value of the serviceStatus property.voidsetServiceTypeIdentifier(String value)Sets the value of the serviceTypeIdentifier property.voidsetStatusStartingTime(XMLGregorianCalendar value)Sets the value of the statusStartingTime property.
-
Field Details
-
Constructor Details
-
ServiceHistoryInstanceType
public ServiceHistoryInstanceType()
-
-
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
-
getServiceName
Gets the value of the serviceName property.- Returns:
- possible object is
InternationalNamesType
-
setServiceName
Sets the value of the serviceName property.- Parameters:
value- allowed object isInternationalNamesType
-
getServiceDigitalIdentity
Gets the value of the serviceDigitalIdentity property.- Returns:
- possible object is
DigitalIdentityListType
-
setServiceDigitalIdentity
Sets the value of the serviceDigitalIdentity property.- Parameters:
value- allowed object isDigitalIdentityListType
-
getServiceStatus
Gets the value of the serviceStatus property.- Returns:
- possible object is
String
-
setServiceStatus
Sets the value of the serviceStatus property.- Parameters:
value- allowed object isString
-
getStatusStartingTime
Gets the value of the statusStartingTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStatusStartingTime
Sets the value of the statusStartingTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getServiceInformationExtensions
Gets the value of the serviceInformationExtensions property.- Returns:
- possible object is
ExtensionsListType
-
setServiceInformationExtensions
Sets the value of the serviceInformationExtensions property.- Parameters:
value- allowed object isExtensionsListType
-