Class TrustedEntityInformationType
java.lang.Object
eu.europa.esig.lote.jaxb.TrustedEntityInformationType
Java class for TrustedEntityInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustedEntityInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TEName" type="{http://uri.etsi.org/019602/v1#}InternationalNamesType"/>
<element name="TETradeName" type="{http://uri.etsi.org/019602/v1#}InternationalNamesType" minOccurs="0"/>
<element name="TEAddress" type="{http://uri.etsi.org/019602/v1#}AddressType"/>
<element name="TEInformationURI" type="{http://uri.etsi.org/019602/v1#}NonEmptyMultiLangURIListType"/>
<element name="TEInformationExtensions" type="{http://uri.etsi.org/019602/v1#}ExtensionsListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressTypeprotected ExtensionsListTypeprotected NonEmptyMultiLangURIListTypeprotected InternationalNamesTypeprotected InternationalNamesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the teAddress property.Gets the value of the teInformationExtensions property.Gets the value of the teInformationURI property.Gets the value of the teName property.Gets the value of the teTradeName property.voidsetTEAddress(AddressType value) Sets the value of the teAddress property.voidSets the value of the teInformationExtensions property.voidSets the value of the teInformationURI property.voidsetTEName(InternationalNamesType value) Sets the value of the teName property.voidSets the value of the teTradeName property.
-
Field Details
-
teName
-
teTradeName
-
teAddress
-
teInformationURI
-
teInformationExtensions
-
-
Constructor Details
-
TrustedEntityInformationType
public TrustedEntityInformationType()
-
-
Method Details
-
getTEName
Gets the value of the teName property.- Returns:
- possible object is
InternationalNamesType
-
setTEName
Sets the value of the teName property.- Parameters:
value- allowed object isInternationalNamesType
-
getTETradeName
Gets the value of the teTradeName property.- Returns:
- possible object is
InternationalNamesType
-
setTETradeName
Sets the value of the teTradeName property.- Parameters:
value- allowed object isInternationalNamesType
-
getTEAddress
Gets the value of the teAddress property.- Returns:
- possible object is
AddressType
-
setTEAddress
Sets the value of the teAddress property.- Parameters:
value- allowed object isAddressType
-
getTEInformationURI
Gets the value of the teInformationURI property.- Returns:
- possible object is
NonEmptyMultiLangURIListType
-
setTEInformationURI
Sets the value of the teInformationURI property.- Parameters:
value- allowed object isNonEmptyMultiLangURIListType
-
getTEInformationExtensions
Gets the value of the teInformationExtensions property.- Returns:
- possible object is
ExtensionsListType
-
setTEInformationExtensions
Sets the value of the teInformationExtensions property.- Parameters:
value- allowed object isExtensionsListType
-