Class TEServiceInformationType
java.lang.Object
eu.europa.esig.lote.jaxb.TEServiceInformationType
Java class for TEServiceInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEServiceInformationType">
<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" minOccurs="0"/>
<element name="StatusStartingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SchemeServiceDefinitionURI" type="{http://uri.etsi.org/019602/v1#}NonEmptyMultiLangURIListType" minOccurs="0"/>
<element ref="{http://uri.etsi.org/019602/v1#}ServiceSupplyPoints" minOccurs="0"/>
<element name="TEServiceDefinitionURI" type="{http://uri.etsi.org/019602/v1#}NonEmptyMultiLangURIListType" minOccurs="0"/>
<element name="ServiceInformationExtensions" type="{http://uri.etsi.org/019602/v1#}ExtensionsListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NonEmptyMultiLangURIListTypeprotected DigitalIdentityListTypeprotected ExtensionsListTypeprotected InternationalNamesTypeprotected Stringprotected ServiceSupplyPointsTypeprotected Stringprotected XMLGregorianCalendarprotected NonEmptyMultiLangURIListType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the schemeServiceDefinitionURI property.Gets 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 serviceSupplyPoints property.Gets the value of the serviceTypeIdentifier property.Gets the value of the statusStartingTime property.Gets the value of the teServiceDefinitionURI property.voidSets the value of the schemeServiceDefinitionURI 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.voidSets the value of the serviceSupplyPoints property.voidsetServiceTypeIdentifier(String value) Sets the value of the serviceTypeIdentifier property.voidSets the value of the statusStartingTime property.voidSets the value of the teServiceDefinitionURI property.
-
Field Details
-
serviceTypeIdentifier
-
serviceName
-
serviceDigitalIdentity
-
serviceStatus
-
statusStartingTime
-
schemeServiceDefinitionURI
-
serviceSupplyPoints
-
teServiceDefinitionURI
-
serviceInformationExtensions
-
-
Constructor Details
-
TEServiceInformationType
public TEServiceInformationType()
-
-
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
-
getSchemeServiceDefinitionURI
Gets the value of the schemeServiceDefinitionURI property.- Returns:
- possible object is
NonEmptyMultiLangURIListType
-
setSchemeServiceDefinitionURI
Sets the value of the schemeServiceDefinitionURI property.- Parameters:
value- allowed object isNonEmptyMultiLangURIListType
-
getServiceSupplyPoints
Gets the value of the serviceSupplyPoints property.- Returns:
- possible object is
ServiceSupplyPointsType
-
setServiceSupplyPoints
Sets the value of the serviceSupplyPoints property.- Parameters:
value- allowed object isServiceSupplyPointsType
-
getTEServiceDefinitionURI
Gets the value of the teServiceDefinitionURI property.- Returns:
- possible object is
NonEmptyMultiLangURIListType
-
setTEServiceDefinitionURI
Sets the value of the teServiceDefinitionURI property.- Parameters:
value- allowed object isNonEmptyMultiLangURIListType
-
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
-