Class TrustedEntityServiceType
java.lang.Object
eu.europa.esig.lote.jaxb.TrustedEntityServiceType
Java class for TrustedEntityServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustedEntityServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/019602/v1#}ServiceInformation"/>
<element ref="{http://uri.etsi.org/019602/v1#}ServiceHistory" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serviceHistory property.Gets the value of the serviceInformation property.voidSets the value of the serviceHistory property.voidSets the value of the serviceInformation property.
-
Field Details
-
serviceInformation
-
serviceHistory
-
-
Constructor Details
-
TrustedEntityServiceType
public TrustedEntityServiceType()
-
-
Method Details
-
getServiceInformation
Gets the value of the serviceInformation property.- Returns:
- possible object is
TEServiceInformationType
-
setServiceInformation
Sets the value of the serviceInformation property.- Parameters:
value- allowed object isTEServiceInformationType
-
getServiceHistory
Gets the value of the serviceHistory property.- Returns:
- possible object is
ServiceHistoryType
-
setServiceHistory
Sets the value of the serviceHistory property.- Parameters:
value- allowed object isServiceHistoryType
-