Class ServiceHistoryInstanceType
java.lang.Object
eu.europa.esig.lote.jaxb.ServiceHistoryInstanceType
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/019602/v1#}ServiceTypeIdentifier" minOccurs="0"/>
<element name="ServiceName" type="{http://uri.etsi.org/019602/v1#}InternationalNamesType"/>
<element ref="{http://uri.etsi.org/019602/v1#}ServiceDigitalIdentity"/>
<element ref="{http://uri.etsi.org/019602/v1#}ServiceStatus"/>
<element name="StatusStartingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ServiceInformationExtensions" type="{http://uri.etsi.org/019602/v1#}ExtensionsListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DigitalIdentityListTypeprotected ExtensionsListTypeprotected InternationalNamesTypeprotected Stringprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serviceDigitalIdentity property.Gets the value of the serviceInformationExtensions property.Gets the value of the serviceName property.Gets the value of the serviceStatus property.Gets the value of the serviceTypeIdentifier property.Gets the value of the statusStartingTime property.voidSets the value of the serviceDigitalIdentity property.voidSets the value of the serviceInformationExtensions property.voidSets 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.voidSets the value of the statusStartingTime property.
-
Field Details
-
serviceTypeIdentifier
-
serviceName
-
serviceDigitalIdentity
-
serviceStatus
-
statusStartingTime
-
serviceInformationExtensions
-
-
Constructor Details
-
ServiceHistoryInstanceType
public ServiceHistoryInstanceType()
-
-
Method Details
-
getServiceTypeIdentifier
-
setServiceTypeIdentifier
-
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
-
setServiceStatus
-
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
-