Class TEType
java.lang.Object
eu.europa.esig.lote.jaxb.TEType
Java class for TEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/019602/v1#}TrustedEntityInformation"/>
<element ref="{http://uri.etsi.org/019602/v1#}TrustedEntityServices"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TrustedEntityInformationTypeprotected TrustedEntityServicesListType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trustedEntityInformation property.Gets the value of the trustedEntityServices property.voidSets the value of the trustedEntityInformation property.voidSets the value of the trustedEntityServices property.
-
Field Details
-
trustedEntityInformation
-
trustedEntityServices
-
-
Constructor Details
-
TEType
public TEType()
-
-
Method Details
-
getTrustedEntityInformation
Gets the value of the trustedEntityInformation property.- Returns:
- possible object is
TrustedEntityInformationType
-
setTrustedEntityInformation
Sets the value of the trustedEntityInformation property.- Parameters:
value- allowed object isTrustedEntityInformationType
-
getTrustedEntityServices
Gets the value of the trustedEntityServices property.- Returns:
- possible object is
TrustedEntityServicesListType
-
setTrustedEntityServices
Sets the value of the trustedEntityServices property.- Parameters:
value- allowed object isTrustedEntityServicesListType
-